DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Random HEX JavaScript Generator
// Random HEX JavaScript Generator
'#'+Math.floor(Math.random()*16777215).toString(16);





