Shades of Magenta #FC0EEE
Tints of Magenta #FC0EEE
RGB
CMYK
RGB Variations
Color information
#FC0EEE (or 0xFC0EEE) is known color: Magenta. HEX triplet: FC, 0E and EE. RGB value is (252,14,238). Sum of RGB (Red+Green+Blue) = 252+14+238=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EEE is #03F111. Grayscale: #6E6E6E. Windows color (decimal): -258322 or 15601404. OLE color: 15601404.
HSL color Cylindrical-coordinate representation of color #FC0EEE: hue angle of 303.53º 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 #FC0EEE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 303.53º | 0.98% | 0.52% | - |
| HSV(B) | 303.53º | 0.94% | 0.99% | - |
| XYZ | 55.73 | 27.18 | 83.2 | - |
| YUV | 110.7 | 199.85 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 238 | 0 | 0.94 | 0.06 | 0.01 | 303.53 | 0.98 | 0.52 |
| Hex | FC | E | EE | 0 | 5E | 6 | 1 | 130 | 62 | 34 |
| Octal | 374 | 16 | 356 | 0 | 136 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1110 | 11101110 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0EEE
Complementary color
Monochromatic Colors of #FC0EEE
Black with #FC0EEE
Text Example
Text Example
White with #FC0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EEE; }
p { color: rgb(252,14,238); }
H1.HeaderClassName
{
color: #FC0EEE;
}
.AnyTagClassName
{
color: #FC0EEE;
}
</style>
background-color css
<style>
a { background-color: #FC0EEE; }
a { background-color: rgb(252,14,238); }
div.DivClassName
{
background-color: #FC0EEE;
}
.BgClassName
{
background-color: #FC0EEE;
}
</style>
border-color css
<style>
span { border-color: #FC0EEE; }
span { border-color: rgb(252,14,238); }
td.TdClassName
{
border-color: #FC0EEE;
}
.TagClassName
{
border-color: #FC0EEE;
}
</style>