Shades of Hot Magenta #FC05D2
Tints of Hot Magenta #FC05D2
RGB
CMYK
RGB Variations
Color information
#FC05D2 (or 0xFC05D2) is known color: Hot Magenta. HEX triplet: FC, 05 and D2. RGB value is (252,5,210). Sum of RGB (Red+Green+Blue) = 252+5+210=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05D2 is #03FA2D. Grayscale: #656565. Windows color (decimal): -260654 or 13764092. OLE color: 13764092.
HSL color Cylindrical-coordinate representation of color #FC05D2: hue angle of 310.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC05D2 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.01 |
| HSL | 310.2º | 0.98% | 0.5% | - |
| HSV(B) | 310.2º | 0.98% | 0.99% | - |
| XYZ | 51.83 | 25.46 | 63.15 | - |
| YUV | 102.22 | 188.83 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 210 | 0 | 0.98 | 0.17 | 0.01 | 310.2 | 0.98 | 0.5 |
| Hex | FC | 5 | D2 | 0 | 62 | 11 | 1 | 136 | 62 | 32 |
| Octal | 374 | 5 | 322 | 0 | 142 | 21 | 1 | 466 | 142 | 62 |
| Binary | 11111100 | 101 | 11010010 | 0 | 1100010 | 10001 | 1 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FC05D2
Complementary color
Monochromatic Colors of #FC05D2
Black with #FC05D2
Text Example
Text Example
White with #FC05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05D2; }
p { color: rgb(252,5,210); }
H1.HeaderClassName
{
color: #FC05D2;
}
.AnyTagClassName
{
color: #FC05D2;
}
</style>
background-color css
<style>
a { background-color: #FC05D2; }
a { background-color: rgb(252,5,210); }
div.DivClassName
{
background-color: #FC05D2;
}
.BgClassName
{
background-color: #FC05D2;
}
</style>
border-color css
<style>
span { border-color: #FC05D2; }
span { border-color: rgb(252,5,210); }
td.TdClassName
{
border-color: #FC05D2;
}
.TagClassName
{
border-color: #FC05D2;
}
</style>