0x00000FF3
0x00000FF3 is a hexadecimal numeric literal. In decimal it equals 4083. The leading zeros are often used to indicate a fixed width, such as 32-bit representation, in programming and data formats.
In binary, 0x00000FF3 expands to 0000 0000 0000 0000 0000 1111 1111 0011. In little-endian memory, the
Common uses for such a literal include representing a constant in source code, acting as a memory
When interpreted as a color value, 0x00000FF3 does not correspond directly to a standard ARGB or RGBA
Examples of use include declaring a constant in code, such as unsigned int x = 0x00000FF3, or referencing