Shades of Hot Magenta #FC02C4
Tints of Hot Magenta #FC02C4
RGB
CMYK
RGB Variations
Color information
#FC02C4 (or 0xFC02C4) is known color: Hot Magenta. HEX triplet: FC, 02 and C4. RGB value is (252,2,196). Sum of RGB (Red+Green+Blue) = 252+2+196=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02C4 is #03FD3B. Grayscale: #626262. Windows color (decimal): -261436 or 12845820. OLE color: 12845820.
HSL color Cylindrical-coordinate representation of color #FC02C4: hue angle of 313.44º 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 #FC02C4 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 196 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.01 |
| HSL | 313.44º | 0.98% | 0.5% | - |
| HSV(B) | 313.44º | 0.99% | 0.99% | - |
| XYZ | 50.13 | 24.72 | 54.35 | - |
| YUV | 98.87 | 182.83 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 196 | 0 | 0.99 | 0.22 | 0.01 | 313.44 | 0.98 | 0.5 |
| Hex | FC | 2 | C4 | 0 | 63 | 16 | 1 | 139 | 62 | 32 |
| Octal | 374 | 2 | 304 | 0 | 143 | 26 | 1 | 471 | 142 | 62 |
| Binary | 11111100 | 10 | 11000100 | 0 | 1100011 | 10110 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FC02C4
Complementary color
Monochromatic Colors of #FC02C4
Black with #FC02C4
Text Example
Text Example
White with #FC02C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02C4; }
p { color: rgb(252,2,196); }
H1.HeaderClassName
{
color: #FC02C4;
}
.AnyTagClassName
{
color: #FC02C4;
}
</style>
background-color css
<style>
a { background-color: #FC02C4; }
a { background-color: rgb(252,2,196); }
div.DivClassName
{
background-color: #FC02C4;
}
.BgClassName
{
background-color: #FC02C4;
}
</style>
border-color css
<style>
span { border-color: #FC02C4; }
span { border-color: rgb(252,2,196); }
td.TdClassName
{
border-color: #FC02C4;
}
.TagClassName
{
border-color: #FC02C4;
}
</style>