A color in the standard sRGB color space. This is the most common device color space, usually used for final output colors.
Wikipedia
Create a color from 8-bit integer sRGB components.
Create a color from a packed (A)RGB8 integer.
Create a color from a hex color code (e.g. #FA00FA). Hex codes with and without leading hash (#) symbols are supported.
Convert this color to an 8-bit hex color code (e.g. #FA00FA).
Convert this color to an 8-bit packed RGB integer (32 bits total)
Blue color component.
Green color component.
Red color component.
Convert this color to linear sRGB. This linearizes the sRGB components.