Shades of Hot Magenta #FC05D1
Tints of Hot Magenta #FC05D1
RGB
CMYK
RGB Variations
Color information
#FC05D1 (or 0xFC05D1) is known color: Hot Magenta. HEX triplet: FC, 05 and D1. RGB value is (252,5,209). Sum of RGB (Red+Green+Blue) = 252+5+209=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05D1 is #03FA2E. Grayscale: #656565. Windows color (decimal): -260655 or 13698556. OLE color: 13698556.
HSL color Cylindrical-coordinate representation of color #FC05D1: hue angle of 310.45º 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 #FC05D1 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 209 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.01 |
| HSL | 310.45º | 0.98% | 0.5% | - |
| HSV(B) | 310.45º | 0.98% | 0.99% | - |
| XYZ | 51.71 | 25.41 | 62.5 | - |
| YUV | 102.11 | 188.33 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 209 | 0 | 0.98 | 0.17 | 0.01 | 310.45 | 0.98 | 0.5 |
| Hex | FC | 5 | D1 | 0 | 62 | 11 | 1 | 136 | 62 | 32 |
| Octal | 374 | 5 | 321 | 0 | 142 | 21 | 1 | 466 | 142 | 62 |
| Binary | 11111100 | 101 | 11010001 | 0 | 1100010 | 10001 | 1 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FC05D1
Complementary color
Monochromatic Colors of #FC05D1
Black with #FC05D1
Text Example
Text Example
White with #FC05D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05D1; }
p { color: rgb(252,5,209); }
H1.HeaderClassName
{
color: #FC05D1;
}
.AnyTagClassName
{
color: #FC05D1;
}
</style>
background-color css
<style>
a { background-color: #FC05D1; }
a { background-color: rgb(252,5,209); }
div.DivClassName
{
background-color: #FC05D1;
}
.BgClassName
{
background-color: #FC05D1;
}
</style>
border-color css
<style>
span { border-color: #FC05D1; }
span { border-color: rgb(252,5,209); }
td.TdClassName
{
border-color: #FC05D1;
}
.TagClassName
{
border-color: #FC05D1;
}
</style>