Shades of Hot Magenta #FC05DC
Tints of Hot Magenta #FC05DC
RGB
CMYK
RGB Variations
Color information
#FC05DC (or 0xFC05DC) is known color: Hot Magenta. HEX triplet: FC, 05 and DC. RGB value is (252,5,220). Sum of RGB (Red+Green+Blue) = 252+5+220=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05DC is #03FA23. Grayscale: #666666. Windows color (decimal): -260644 or 14419452. OLE color: 14419452.
HSL color Cylindrical-coordinate representation of color #FC05DC: hue angle of 307.77º 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 #FC05DC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.01 |
| HSL | 307.77º | 0.98% | 0.5% | - |
| HSV(B) | 307.77º | 0.98% | 0.99% | - |
| XYZ | 53.12 | 25.97 | 69.92 | - |
| YUV | 103.36 | 193.83 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 220 | 0 | 0.98 | 0.13 | 0.01 | 307.77 | 0.98 | 0.5 |
| Hex | FC | 5 | DC | 0 | 62 | D | 1 | 134 | 62 | 32 |
| Octal | 374 | 5 | 334 | 0 | 142 | 15 | 1 | 464 | 142 | 62 |
| Binary | 11111100 | 101 | 11011100 | 0 | 1100010 | 1101 | 1 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FC05DC
Complementary color
Monochromatic Colors of #FC05DC
Black with #FC05DC
Text Example
Text Example
White with #FC05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05DC; }
p { color: rgb(252,5,220); }
H1.HeaderClassName
{
color: #FC05DC;
}
.AnyTagClassName
{
color: #FC05DC;
}
</style>
background-color css
<style>
a { background-color: #FC05DC; }
a { background-color: rgb(252,5,220); }
div.DivClassName
{
background-color: #FC05DC;
}
.BgClassName
{
background-color: #FC05DC;
}
</style>
border-color css
<style>
span { border-color: #FC05DC; }
span { border-color: rgb(252,5,220); }
td.TdClassName
{
border-color: #FC05DC;
}
.TagClassName
{
border-color: #FC05DC;
}
</style>