Shades of Hot Magenta #FC00D3
Tints of Hot Magenta #FC00D3
RGB
CMYK
RGB Variations
Color information
#FC00D3 (or 0xFC00D3) is known color: Hot Magenta. HEX triplet: FC, 00 and D3. RGB value is (252,0,211). Sum of RGB (Red+Green+Blue) = 252+0+211=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D3 is #03FF2C. Grayscale: #626262. Windows color (decimal): -261933 or 13828348. OLE color: 13828348.
HSL color Cylindrical-coordinate representation of color #FC00D3: hue angle of 309.76º 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 #FC00D3 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.16 | 0.01 |
| HSL | 309.76º | 1% | 0.49% | - |
| HSV(B) | 309.76º | 1% | 0.99% | - |
| XYZ | 51.9 | 25.4 | 63.79 | - |
| YUV | 99.4 | 190.99 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 211 | 0 | 1 | 0.16 | 0.01 | 309.76 | 1 | 0.49 |
| Hex | FC | 0 | D3 | 0 | 64 | 10 | 1 | 136 | 64 | 31 |
| Octal | 374 | 0 | 323 | 0 | 144 | 20 | 1 | 466 | 144 | 61 |
| Binary | 11111100 | 0 | 11010011 | 0 | 1100100 | 10000 | 1 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FC00D3
Complementary color
Monochromatic Colors of #FC00D3
Black with #FC00D3
Text Example
Text Example
White with #FC00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00D3; }
p { color: rgb(252,0,211); }
H1.HeaderClassName
{
color: #FC00D3;
}
.AnyTagClassName
{
color: #FC00D3;
}
</style>
background-color css
<style>
a { background-color: #FC00D3; }
a { background-color: rgb(252,0,211); }
div.DivClassName
{
background-color: #FC00D3;
}
.BgClassName
{
background-color: #FC00D3;
}
</style>
border-color css
<style>
span { border-color: #FC00D3; }
span { border-color: rgb(252,0,211); }
td.TdClassName
{
border-color: #FC00D3;
}
.TagClassName
{
border-color: #FC00D3;
}
</style>