Formats an OI color to '#rrggbb' format.
Hex = SRP_Color("OIToHex", Color)
Returns
An OI color formatted in '#rrggbb' format.
Remarks
The OIToHex service formats an OI color–which is internally formatted as an integer representing RGB color–making it suitable for use in HTML environments. This format is also a more human readable format suitable for storage.
Examples
Color = RGB(255, 127, 0)
Hex = SRP_Color("OI2Hex", Color)