Frenetic commented on a Page, Random Page colors (2 - lots of colors)  -  Sep 25, 2011

You could just do;

<?php $hex = dechex(rand(17,200)) . dechex(rand(17,200)) . dechex(rand(17,200)); ?>

Then, use this in the body tag;

<body BGCOLOR=“#<?php echo($hex);?>”>
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.