Shades of Magenta #FC0EF2
Tints of Magenta #FC0EF2
RGB
CMYK
RGB Variations
Color information
#FC0EF2 (or 0xFC0EF2) is known color: Magenta. HEX triplet: FC, 0E and F2. RGB value is (252,14,242). Sum of RGB (Red+Green+Blue) = 252+14+242=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EF2 is #03F10D. Grayscale: #6E6E6E. Windows color (decimal): -258318 or 15863548. OLE color: 15863548.
HSL color Cylindrical-coordinate representation of color #FC0EF2: hue angle of 302.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EF2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 242 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.01 |
| HSL | 302.52º | 0.98% | 0.52% | - |
| HSV(B) | 302.52º | 0.94% | 0.99% | - |
| XYZ | 56.33 | 27.42 | 86.33 | - |
| YUV | 111.15 | 201.85 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 242 | 0 | 0.94 | 0.04 | 0.01 | 302.52 | 0.98 | 0.52 |
| Hex | FC | E | F2 | 0 | 5E | 4 | 1 | 12F | 62 | 34 |
| Octal | 374 | 16 | 362 | 0 | 136 | 4 | 1 | 457 | 142 | 64 |
| Binary | 11111100 | 1110 | 11110010 | 0 | 1011110 | 100 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FC0EF2
Complementary color
Monochromatic Colors of #FC0EF2
Black with #FC0EF2
Text Example
Text Example
White with #FC0EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EF2; }
p { color: rgb(252,14,242); }
H1.HeaderClassName
{
color: #FC0EF2;
}
.AnyTagClassName
{
color: #FC0EF2;
}
</style>
background-color css
<style>
a { background-color: #FC0EF2; }
a { background-color: rgb(252,14,242); }
div.DivClassName
{
background-color: #FC0EF2;
}
.BgClassName
{
background-color: #FC0EF2;
}
</style>
border-color css
<style>
span { border-color: #FC0EF2; }
span { border-color: rgb(252,14,242); }
td.TdClassName
{
border-color: #FC0EF2;
}
.TagClassName
{
border-color: #FC0EF2;
}
</style>