Random color
Generates a random hex color (like FF00FF).
Author:
Jonas John
License:
Public Domain
Language:
PHP
Created:
05/22/2006
Updated:
05/22/2006
Tags:
color functions, random
random_color() => returns something like: '7C42BA', '5F3964'
Feel free to leave a message:
Add a comment
echo "Colour: ".dechex($colour);