Converts a colour from RGB to hex representation.
Amount of red, int between 0 and 255.
Amount of green, int between 0 and 255.
Amount of blue, int between 0 and 255.
Hex representation of the colour.
Converts a colour from RGB to hex representation.