System Functionssystem.kanoa.utilitiesRGBToHexOn this pagesystem.kanoa.utilities.RGBToHex(red, green, blue)Converts RGB color value to HEX valueParametersred Integer: Red component 0 to 255 green Integer: Green component 0 to 255 blue Integer: Blue component 0 to 255ReturnshexValue StringExampleprint system.kanoa.utilities.RGBToHex(255, 0, 0)>>>#ff0000