Random Hex Color

Generate a random hexadecimal color code for use in CSS or graphics applications.

Code

General
'#%06x' % rand(0xffffff)
Server

More Ruby Snippets