<? // randomize the color $r = rand(128,255); $g = rand(128,255); $b = rand(128,255); $randomcolor = dechex($r) . dechex($g) . dechex($b); ?>