Shades of Hot Magenta #FC00D2
Tints of Hot Magenta #FC00D2
RGB
CMYK
RGB Variations
Color information
#FC00D2 (or 0xFC00D2) is known color: Hot Magenta. HEX triplet: FC, 00 and D2. RGB value is (252,0,210). Sum of RGB (Red+Green+Blue) = 252+0+210=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D2 is #03FF2D. Grayscale: #626262. Windows color (decimal): -261934 or 13762812. OLE color: 13762812.
HSL color Cylindrical-coordinate representation of color #FC00D2: hue angle of 310º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00D2 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 210 | - |
| CMYK | 0 | 1 | 0.17 | 0.01 |
| HSL | 310º | 1% | 0.49% | - |
| HSV(B) | 310º | 1% | 0.99% | - |
| XYZ | 51.78 | 25.35 | 63.14 | - |
| YUV | 99.29 | 190.49 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 210 | 0 | 1 | 0.17 | 0.01 | 310 | 1 | 0.49 |
| Hex | FC | 0 | D2 | 0 | 64 | 11 | 1 | 136 | 64 | 31 |
| Octal | 374 | 0 | 322 | 0 | 144 | 21 | 1 | 466 | 144 | 61 |
| Binary | 11111100 | 0 | 11010010 | 0 | 1100100 | 10001 | 1 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FC00D2
Complementary color
Monochromatic Colors of #FC00D2
Black with #FC00D2
Text Example
Text Example
White with #FC00D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00D2; }
p { color: rgb(252,0,210); }
H1.HeaderClassName
{
color: #FC00D2;
}
.AnyTagClassName
{
color: #FC00D2;
}
</style>
background-color css
<style>
a { background-color: #FC00D2; }
a { background-color: rgb(252,0,210); }
div.DivClassName
{
background-color: #FC00D2;
}
.BgClassName
{
background-color: #FC00D2;
}
</style>
border-color css
<style>
span { border-color: #FC00D2; }
span { border-color: rgb(252,0,210); }
td.TdClassName
{
border-color: #FC00D2;
}
.TagClassName
{
border-color: #FC00D2;
}
</style>