Shades of Hot Magenta #FC01DF
Tints of Hot Magenta #FC01DF
RGB
CMYK
RGB Variations
Color information
#FC01DF (or 0xFC01DF) is known color: Hot Magenta. HEX triplet: FC, 01 and DF. RGB value is (252,1,223). Sum of RGB (Red+Green+Blue) = 252+1+223=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01DF is #03FE20. Grayscale: #646464. Windows color (decimal): -261665 or 14615036. OLE color: 14615036.
HSL color Cylindrical-coordinate representation of color #FC01DF: hue angle of 306.93º 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 #FC01DF is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.01 |
| HSL | 306.93º | 0.99% | 0.5% | - |
| HSV(B) | 306.93º | 1% | 0.99% | - |
| XYZ | 53.48 | 26.04 | 72.02 | - |
| YUV | 101.36 | 196.66 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 223 | 0 | 1.00 | 0.12 | 0.01 | 306.93 | 0.99 | 0.5 |
| Hex | FC | 1 | DF | 0 | 64 | C | 1 | 133 | 63 | 32 |
| Octal | 374 | 1 | 337 | 0 | 144 | 14 | 1 | 463 | 143 | 62 |
| Binary | 11111100 | 1 | 11011111 | 0 | 1100100 | 1100 | 1 | 100110011 | 1100011 | 110010 |
Color Harmonies of #FC01DF
Complementary color
Monochromatic Colors of #FC01DF
Black with #FC01DF
Text Example
Text Example
White with #FC01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01DF; }
p { color: rgb(252,1,223); }
H1.HeaderClassName
{
color: #FC01DF;
}
.AnyTagClassName
{
color: #FC01DF;
}
</style>
background-color css
<style>
a { background-color: #FC01DF; }
a { background-color: rgb(252,1,223); }
div.DivClassName
{
background-color: #FC01DF;
}
.BgClassName
{
background-color: #FC01DF;
}
</style>
border-color css
<style>
span { border-color: #FC01DF; }
span { border-color: rgb(252,1,223); }
td.TdClassName
{
border-color: #FC01DF;
}
.TagClassName
{
border-color: #FC01DF;
}
</style>