Get Random Color

function getColor(){
        return '#'+(Math.random()*0xffffff<<0).toString(16);
}