Shades of Magenta #FC02EF
Tints of Magenta #FC02EF
RGB
CMYK
RGB Variations
Color information
#FC02EF (or 0xFC02EF) is known color: Magenta. HEX triplet: FC, 02 and EF. RGB value is (252,2,239). Sum of RGB (Red+Green+Blue) = 252+2+239=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC02EF is #03FD10. Grayscale: #676767. Windows color (decimal): -261393 or 15663868. OLE color: 15663868.
HSL color Cylindrical-coordinate representation of color #FC02EF: hue angle of 303.12º 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 #FC02EF is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 239 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.01 |
| HSL | 303.12º | 0.98% | 0.5% | - |
| HSV(B) | 303.12º | 0.99% | 0.99% | - |
| XYZ | 55.75 | 26.97 | 83.93 | - |
| YUV | 103.77 | 204.33 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 239 | 0 | 0.99 | 0.05 | 0.01 | 303.12 | 0.98 | 0.5 |
| Hex | FC | 2 | EF | 0 | 63 | 5 | 1 | 12F | 62 | 32 |
| Octal | 374 | 2 | 357 | 0 | 143 | 5 | 1 | 457 | 142 | 62 |
| Binary | 11111100 | 10 | 11101111 | 0 | 1100011 | 101 | 1 | 100101111 | 1100010 | 110010 |
Color Harmonies of #FC02EF
Complementary color
Monochromatic Colors of #FC02EF
Black with #FC02EF
Text Example
Text Example
White with #FC02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02EF; }
p { color: rgb(252,2,239); }
H1.HeaderClassName
{
color: #FC02EF;
}
.AnyTagClassName
{
color: #FC02EF;
}
</style>
background-color css
<style>
a { background-color: #FC02EF; }
a { background-color: rgb(252,2,239); }
div.DivClassName
{
background-color: #FC02EF;
}
.BgClassName
{
background-color: #FC02EF;
}
</style>
border-color css
<style>
span { border-color: #FC02EF; }
span { border-color: rgb(252,2,239); }
td.TdClassName
{
border-color: #FC02EF;
}
.TagClassName
{
border-color: #FC02EF;
}
</style>