col2hex.Rd
go from a colour like "red" to the hex code, "#FF0000"
col2hex(colour)
a colour name from colours() or colors()
colours()
colors()
A hex color hex value
col2hex("red") #> [1] "#FF0000"