Shades of Magenta #FC0EF0
Tints of Magenta #FC0EF0
RGB
CMYK
RGB Variations
Color information
#FC0EF0 (or 0xFC0EF0) is known color: Magenta. HEX triplet: FC, 0E and F0. RGB value is (252,14,240). Sum of RGB (Red+Green+Blue) = 252+14+240=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EF0 is #03F10F. Grayscale: #6E6E6E. Windows color (decimal): -258320 or 15732476. OLE color: 15732476.
HSL color Cylindrical-coordinate representation of color #FC0EF0: hue angle of 303.03º 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 #FC0EF0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 240 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.01 |
| HSL | 303.03º | 0.98% | 0.52% | - |
| HSV(B) | 303.03º | 0.94% | 0.99% | - |
| XYZ | 56.03 | 27.3 | 84.75 | - |
| YUV | 110.93 | 200.85 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 240 | 0 | 0.94 | 0.05 | 0.01 | 303.03 | 0.98 | 0.52 |
| Hex | FC | E | F0 | 0 | 5E | 5 | 1 | 12F | 62 | 34 |
| Octal | 374 | 16 | 360 | 0 | 136 | 5 | 1 | 457 | 142 | 64 |
| Binary | 11111100 | 1110 | 11110000 | 0 | 1011110 | 101 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FC0EF0
Complementary color
Monochromatic Colors of #FC0EF0
Black with #FC0EF0
Text Example
Text Example
White with #FC0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EF0; }
p { color: rgb(252,14,240); }
H1.HeaderClassName
{
color: #FC0EF0;
}
.AnyTagClassName
{
color: #FC0EF0;
}
</style>
background-color css
<style>
a { background-color: #FC0EF0; }
a { background-color: rgb(252,14,240); }
div.DivClassName
{
background-color: #FC0EF0;
}
.BgClassName
{
background-color: #FC0EF0;
}
</style>
border-color css
<style>
span { border-color: #FC0EF0; }
span { border-color: rgb(252,14,240); }
td.TdClassName
{
border-color: #FC0EF0;
}
.TagClassName
{
border-color: #FC0EF0;
}
</style>