Shades of Hot Magenta #FC03E5
Tints of Hot Magenta #FC03E5
RGB
CMYK
RGB Variations
Color information
#FC03E5 (or 0xFC03E5) is known color: Hot Magenta. HEX triplet: FC, 03 and E5. RGB value is (252,3,229). Sum of RGB (Red+Green+Blue) = 252+3+229=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03E5 is #03FC1A. Grayscale: #666666. Windows color (decimal): -261147 or 15008764. OLE color: 15008764.
HSL color Cylindrical-coordinate representation of color #FC03E5: hue angle of 305.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03E5 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.01 |
| HSL | 305.54º | 0.98% | 0.5% | - |
| HSV(B) | 305.54º | 0.99% | 0.99% | - |
| XYZ | 54.32 | 26.42 | 76.36 | - |
| YUV | 103.22 | 198.99 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 229 | 0 | 0.99 | 0.09 | 0.01 | 305.54 | 0.98 | 0.5 |
| Hex | FC | 3 | E5 | 0 | 63 | 9 | 1 | 132 | 62 | 32 |
| Octal | 374 | 3 | 345 | 0 | 143 | 11 | 1 | 462 | 142 | 62 |
| Binary | 11111100 | 11 | 11100101 | 0 | 1100011 | 1001 | 1 | 100110010 | 1100010 | 110010 |
Color Harmonies of #FC03E5
Complementary color
Monochromatic Colors of #FC03E5
Black with #FC03E5
Text Example
Text Example
White with #FC03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03E5; }
p { color: rgb(252,3,229); }
H1.HeaderClassName
{
color: #FC03E5;
}
.AnyTagClassName
{
color: #FC03E5;
}
</style>
background-color css
<style>
a { background-color: #FC03E5; }
a { background-color: rgb(252,3,229); }
div.DivClassName
{
background-color: #FC03E5;
}
.BgClassName
{
background-color: #FC03E5;
}
</style>
border-color css
<style>
span { border-color: #FC03E5; }
span { border-color: rgb(252,3,229); }
td.TdClassName
{
border-color: #FC03E5;
}
.TagClassName
{
border-color: #FC03E5;
}
</style>