Shades of Hot Magenta #FC02DF
Tints of Hot Magenta #FC02DF
RGB
CMYK
RGB Variations
Color information
#FC02DF (or 0xFC02DF) is known color: Hot Magenta. HEX triplet: FC, 02 and DF. RGB value is (252,2,223). Sum of RGB (Red+Green+Blue) = 252+2+223=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02DF is #03FD20. Grayscale: #656565. Windows color (decimal): -261409 or 14615292. OLE color: 14615292.
HSL color Cylindrical-coordinate representation of color #FC02DF: hue angle of 306.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02DF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.01 |
| HSL | 306.96º | 0.98% | 0.5% | - |
| HSV(B) | 306.96º | 0.99% | 0.99% | - |
| XYZ | 53.49 | 26.07 | 72.02 | - |
| YUV | 101.94 | 196.33 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 223 | 0 | 0.99 | 0.12 | 0.01 | 306.96 | 0.98 | 0.5 |
| Hex | FC | 2 | DF | 0 | 63 | C | 1 | 133 | 62 | 32 |
| Octal | 374 | 2 | 337 | 0 | 143 | 14 | 1 | 463 | 142 | 62 |
| Binary | 11111100 | 10 | 11011111 | 0 | 1100011 | 1100 | 1 | 100110011 | 1100010 | 110010 |
Color Harmonies of #FC02DF
Complementary color
Monochromatic Colors of #FC02DF
Black with #FC02DF
Text Example
Text Example
White with #FC02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02DF; }
p { color: rgb(252,2,223); }
H1.HeaderClassName
{
color: #FC02DF;
}
.AnyTagClassName
{
color: #FC02DF;
}
</style>
background-color css
<style>
a { background-color: #FC02DF; }
a { background-color: rgb(252,2,223); }
div.DivClassName
{
background-color: #FC02DF;
}
.BgClassName
{
background-color: #FC02DF;
}
</style>
border-color css
<style>
span { border-color: #FC02DF; }
span { border-color: rgb(252,2,223); }
td.TdClassName
{
border-color: #FC02DF;
}
.TagClassName
{
border-color: #FC02DF;
}
</style>