Shades of Hot Magenta #FC00DC
Tints of Hot Magenta #FC00DC
RGB
CMYK
RGB Variations
Color information
#FC00DC (or 0xFC00DC) is known color: Hot Magenta. HEX triplet: FC, 00 and DC. RGB value is (252,0,220). Sum of RGB (Red+Green+Blue) = 252+0+220=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00DC is #03FF23. Grayscale: #636363. Windows color (decimal): -261924 or 14418172. OLE color: 14418172.
HSL color Cylindrical-coordinate representation of color #FC00DC: hue angle of 307.62º 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 #FC00DC is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.13 | 0.01 |
| HSL | 307.62º | 1% | 0.49% | - |
| HSV(B) | 307.62º | 1% | 0.99% | - |
| XYZ | 53.06 | 25.86 | 69.91 | - |
| YUV | 100.43 | 195.49 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 220 | 0 | 1 | 0.13 | 0.01 | 307.62 | 1 | 0.49 |
| Hex | FC | 0 | DC | 0 | 64 | D | 1 | 134 | 64 | 31 |
| Octal | 374 | 0 | 334 | 0 | 144 | 15 | 1 | 464 | 144 | 61 |
| Binary | 11111100 | 0 | 11011100 | 0 | 1100100 | 1101 | 1 | 100110100 | 1100100 | 110001 |
Color Harmonies of #FC00DC
Complementary color
Monochromatic Colors of #FC00DC
Black with #FC00DC
Text Example
Text Example
White with #FC00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00DC; }
p { color: rgb(252,0,220); }
H1.HeaderClassName
{
color: #FC00DC;
}
.AnyTagClassName
{
color: #FC00DC;
}
</style>
background-color css
<style>
a { background-color: #FC00DC; }
a { background-color: rgb(252,0,220); }
div.DivClassName
{
background-color: #FC00DC;
}
.BgClassName
{
background-color: #FC00DC;
}
</style>
border-color css
<style>
span { border-color: #FC00DC; }
span { border-color: rgb(252,0,220); }
td.TdClassName
{
border-color: #FC00DC;
}
.TagClassName
{
border-color: #FC00DC;
}
</style>