Shades of Magenta #FC0EFE
Tints of Magenta #FC0EFE
RGB
CMYK
RGB Variations
Color information
#FC0EFE (or 0xFC0EFE) is known color: Magenta. HEX triplet: FC, 0E and FE. RGB value is (252,14,254). Sum of RGB (Red+Green+Blue) = 252+14+254=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 14 (5.86% from 255 or 2.69% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC0EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EFE is #03F101. Grayscale: #6F6F6F. Windows color (decimal): -258306 or 16649980. OLE color: 16649980.
HSL color Cylindrical-coordinate representation of color #FC0EFE: hue angle of 299.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EFE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 14 | 254 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.00 |
| HSL | 299.5º | 0.99% | 0.53% | - |
| HSV(B) | 299.5º | 0.94% | 1% | - |
| XYZ | 58.19 | 28.17 | 96.14 | - |
| YUV | 112.52 | 207.85 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 254 | 0.01 | 0.94 | 0 | 0.00 | 299.5 | 0.99 | 0.53 |
| Hex | FC | E | FE | 1 | 5E | 0 | 0 | 12C | 63 | 35 |
| Octal | 374 | 16 | 376 | 1 | 136 | 0 | 0 | 454 | 143 | 65 |
| Binary | 11111100 | 1110 | 11111110 | 1 | 1011110 | 0 | 0 | 100101100 | 1100011 | 110101 |
Color Harmonies of #FC0EFE
Complementary color
Monochromatic Colors of #FC0EFE
Black with #FC0EFE
Text Example
Text Example
White with #FC0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EFE; }
p { color: rgb(252,14,254); }
H1.HeaderClassName
{
color: #FC0EFE;
}
.AnyTagClassName
{
color: #FC0EFE;
}
</style>
background-color css
<style>
a { background-color: #FC0EFE; }
a { background-color: rgb(252,14,254); }
div.DivClassName
{
background-color: #FC0EFE;
}
.BgClassName
{
background-color: #FC0EFE;
}
</style>
border-color css
<style>
span { border-color: #FC0EFE; }
span { border-color: rgb(252,14,254); }
td.TdClassName
{
border-color: #FC0EFE;
}
.TagClassName
{
border-color: #FC0EFE;
}
</style>