Shades of Hot Magenta #FC01DD
Tints of Hot Magenta #FC01DD
RGB
CMYK
RGB Variations
Color information
#FC01DD (or 0xFC01DD) is known color: Hot Magenta. HEX triplet: FC, 01 and DD. RGB value is (252,1,221). Sum of RGB (Red+Green+Blue) = 252+1+221=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01DD is #03FE22. Grayscale: #646464. Windows color (decimal): -261667 or 14483964. OLE color: 14483964.
HSL color Cylindrical-coordinate representation of color #FC01DD: hue angle of 307.41º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01DD is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.01 |
| HSL | 307.41º | 0.99% | 0.5% | - |
| HSV(B) | 307.41º | 1% | 0.99% | - |
| XYZ | 53.21 | 25.94 | 70.61 | - |
| YUV | 101.13 | 195.66 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 221 | 0 | 1.00 | 0.12 | 0.01 | 307.41 | 0.99 | 0.5 |
| Hex | FC | 1 | DD | 0 | 64 | C | 1 | 133 | 63 | 32 |
| Octal | 374 | 1 | 335 | 0 | 144 | 14 | 1 | 463 | 143 | 62 |
| Binary | 11111100 | 1 | 11011101 | 0 | 1100100 | 1100 | 1 | 100110011 | 1100011 | 110010 |
Color Harmonies of #FC01DD
Complementary color
Monochromatic Colors of #FC01DD
Black with #FC01DD
Text Example
Text Example
White with #FC01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01DD; }
p { color: rgb(252,1,221); }
H1.HeaderClassName
{
color: #FC01DD;
}
.AnyTagClassName
{
color: #FC01DD;
}
</style>
background-color css
<style>
a { background-color: #FC01DD; }
a { background-color: rgb(252,1,221); }
div.DivClassName
{
background-color: #FC01DD;
}
.BgClassName
{
background-color: #FC01DD;
}
</style>
border-color css
<style>
span { border-color: #FC01DD; }
span { border-color: rgb(252,1,221); }
td.TdClassName
{
border-color: #FC01DD;
}
.TagClassName
{
border-color: #FC01DD;
}
</style>