Generate random colour in 1 line


/ Published in: PHP
Save to your folder(s)

You can use it to make random colour page elements.


Copy this code and paste it in your HTML
  1. dechex(rand(0,10000000));
  2.  
  3. //example 240bfd

URL: http://www.vin2.ru

Report this snippet


Comments


You need to login to view comments.