Shades of Hot Magenta #FC02CA
Tints of Hot Magenta #FC02CA
RGB
CMYK
RGB Variations
Color information
#FC02CA (or 0xFC02CA) is known color: Hot Magenta. HEX triplet: FC, 02 and CA. RGB value is (252,2,202). Sum of RGB (Red+Green+Blue) = 252+2+202=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02CA is #03FD35. Grayscale: #636363. Windows color (decimal): -261430 or 13239036. OLE color: 13239036.
HSL color Cylindrical-coordinate representation of color #FC02CA: hue angle of 312º 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 #FC02CA is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.01 |
| HSL | 312º | 0.98% | 0.5% | - |
| HSV(B) | 312º | 0.99% | 0.99% | - |
| XYZ | 50.83 | 25 | 58.02 | - |
| YUV | 99.55 | 185.83 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 202 | 0 | 0.99 | 0.20 | 0.01 | 312 | 0.98 | 0.5 |
| Hex | FC | 2 | CA | 0 | 63 | 14 | 1 | 138 | 62 | 32 |
| Octal | 374 | 2 | 312 | 0 | 143 | 24 | 1 | 470 | 142 | 62 |
| Binary | 11111100 | 10 | 11001010 | 0 | 1100011 | 10100 | 1 | 100111000 | 1100010 | 110010 |
Color Harmonies of #FC02CA
Complementary color
Monochromatic Colors of #FC02CA
Black with #FC02CA
Text Example
Text Example
White with #FC02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02CA; }
p { color: rgb(252,2,202); }
H1.HeaderClassName
{
color: #FC02CA;
}
.AnyTagClassName
{
color: #FC02CA;
}
</style>
background-color css
<style>
a { background-color: #FC02CA; }
a { background-color: rgb(252,2,202); }
div.DivClassName
{
background-color: #FC02CA;
}
.BgClassName
{
background-color: #FC02CA;
}
</style>
border-color css
<style>
span { border-color: #FC02CA; }
span { border-color: rgb(252,2,202); }
td.TdClassName
{
border-color: #FC02CA;
}
.TagClassName
{
border-color: #FC02CA;
}
</style>