Shades of Magenta #FC02F0
Tints of Magenta #FC02F0
RGB
CMYK
RGB Variations
Color information
#FC02F0 (or 0xFC02F0) is known color: Magenta. HEX triplet: FC, 02 and F0. RGB value is (252,2,240). Sum of RGB (Red+Green+Blue) = 252+2+240=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 2 (1.17% from 255 or 0.40% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC02F0 is #03FD0F. Grayscale: #676767. Windows color (decimal): -261392 or 15729404. OLE color: 15729404.
HSL color Cylindrical-coordinate representation of color #FC02F0: hue angle of 302.88º 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 #FC02F0 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 240 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.01 |
| HSL | 302.88º | 0.98% | 0.5% | - |
| HSV(B) | 302.88º | 0.99% | 0.99% | - |
| XYZ | 55.89 | 27.03 | 84.71 | - |
| YUV | 103.88 | 204.83 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 240 | 0 | 0.99 | 0.05 | 0.01 | 302.88 | 0.98 | 0.5 |
| Hex | FC | 2 | F0 | 0 | 63 | 5 | 1 | 12F | 62 | 32 |
| Octal | 374 | 2 | 360 | 0 | 143 | 5 | 1 | 457 | 142 | 62 |
| Binary | 11111100 | 10 | 11110000 | 0 | 1100011 | 101 | 1 | 100101111 | 1100010 | 110010 |
Color Harmonies of #FC02F0
Complementary color
Monochromatic Colors of #FC02F0
Black with #FC02F0
Text Example
Text Example
White with #FC02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02F0; }
p { color: rgb(252,2,240); }
H1.HeaderClassName
{
color: #FC02F0;
}
.AnyTagClassName
{
color: #FC02F0;
}
</style>
background-color css
<style>
a { background-color: #FC02F0; }
a { background-color: rgb(252,2,240); }
div.DivClassName
{
background-color: #FC02F0;
}
.BgClassName
{
background-color: #FC02F0;
}
</style>
border-color css
<style>
span { border-color: #FC02F0; }
span { border-color: rgb(252,2,240); }
td.TdClassName
{
border-color: #FC02F0;
}
.TagClassName
{
border-color: #FC02F0;
}
</style>