echo("#FF0000 converted in to RGB: " @ HextoRGB("#ff0000"));echo("1,0,0 converted to hex is: " @ RGBtoHex(1,0,0));
#FF0000 converted in to RGB: 1,0,01,0,0 converted to hex is: #FF0000