Shades of Magenta #FC0EF6
Tints of Magenta #FC0EF6
RGB
CMYK
RGB Variations
Color information
#FC0EF6 (or 0xFC0EF6) is known color: Magenta. HEX triplet: FC, 0E and F6. RGB value is (252,14,246). Sum of RGB (Red+Green+Blue) = 252+14+246=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 14 (5.86% from 255 or 2.73% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EF6 is #03F109. Grayscale: #6E6E6E. Windows color (decimal): -258314 or 16125692. OLE color: 16125692.
HSL color Cylindrical-coordinate representation of color #FC0EF6: hue angle of 301.51º 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 #FC0EF6 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 246 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.01 |
| HSL | 301.51º | 0.98% | 0.52% | - |
| HSV(B) | 301.51º | 0.94% | 0.99% | - |
| XYZ | 56.94 | 27.66 | 89.53 | - |
| YUV | 111.61 | 203.85 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 246 | 0 | 0.94 | 0.02 | 0.01 | 301.51 | 0.98 | 0.52 |
| Hex | FC | E | F6 | 0 | 5E | 2 | 1 | 12E | 62 | 34 |
| Octal | 374 | 16 | 366 | 0 | 136 | 2 | 1 | 456 | 142 | 64 |
| Binary | 11111100 | 1110 | 11110110 | 0 | 1011110 | 10 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FC0EF6
Complementary color
Monochromatic Colors of #FC0EF6
Black with #FC0EF6
Text Example
Text Example
White with #FC0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EF6; }
p { color: rgb(252,14,246); }
H1.HeaderClassName
{
color: #FC0EF6;
}
.AnyTagClassName
{
color: #FC0EF6;
}
</style>
background-color css
<style>
a { background-color: #FC0EF6; }
a { background-color: rgb(252,14,246); }
div.DivClassName
{
background-color: #FC0EF6;
}
.BgClassName
{
background-color: #FC0EF6;
}
</style>
border-color css
<style>
span { border-color: #FC0EF6; }
span { border-color: rgb(252,14,246); }
td.TdClassName
{
border-color: #FC0EF6;
}
.TagClassName
{
border-color: #FC0EF6;
}
</style>