Shades of Hot Magenta #FC00D0
Tints of Hot Magenta #FC00D0
RGB
CMYK
RGB Variations
Color information
#FC00D0 (or 0xFC00D0) is known color: Hot Magenta. HEX triplet: FC, 00 and D0. RGB value is (252,0,208). Sum of RGB (Red+Green+Blue) = 252+0+208=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D0 is #03FF2F. Grayscale: #626262. Windows color (decimal): -261936 or 13631740. OLE color: 13631740.
HSL color Cylindrical-coordinate representation of color #FC00D0: hue angle of 310.48º 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 #FC00D0 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.17 | 0.01 |
| HSL | 310.48º | 1% | 0.49% | - |
| HSV(B) | 310.48º | 1% | 0.99% | - |
| XYZ | 51.53 | 25.25 | 61.83 | - |
| YUV | 99.06 | 189.49 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 208 | 0 | 1 | 0.17 | 0.01 | 310.48 | 1 | 0.49 |
| Hex | FC | 0 | D0 | 0 | 64 | 11 | 1 | 136 | 64 | 31 |
| Octal | 374 | 0 | 320 | 0 | 144 | 21 | 1 | 466 | 144 | 61 |
| Binary | 11111100 | 0 | 11010000 | 0 | 1100100 | 10001 | 1 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FC00D0
Complementary color
Monochromatic Colors of #FC00D0
Black with #FC00D0
Text Example
Text Example
White with #FC00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00D0; }
p { color: rgb(252,0,208); }
H1.HeaderClassName
{
color: #FC00D0;
}
.AnyTagClassName
{
color: #FC00D0;
}
</style>
background-color css
<style>
a { background-color: #FC00D0; }
a { background-color: rgb(252,0,208); }
div.DivClassName
{
background-color: #FC00D0;
}
.BgClassName
{
background-color: #FC00D0;
}
</style>
border-color css
<style>
span { border-color: #FC00D0; }
span { border-color: rgb(252,0,208); }
td.TdClassName
{
border-color: #FC00D0;
}
.TagClassName
{
border-color: #FC00D0;
}
</style>