Shades of Magenta #F00EEA
Tints of Magenta #F00EEA
RGB
CMYK
RGB Variations
Color information
#F00EEA (or 0xF00EEA) is known color: Magenta. HEX triplet: F0, 0E and EA. RGB value is (240,14,234). Sum of RGB (Red+Green+Blue) = 240+14+234=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EEA is #0FF115. Grayscale: #6A6A6A. Windows color (decimal): -1044758 or 15339248. OLE color: 15339248.
HSL color Cylindrical-coordinate representation of color #F00EEA: hue angle of 301.59º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EEA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 234 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.06 |
| HSL | 301.59º | 0.89% | 0.5% | - |
| HSV(B) | 301.59º | 0.94% | 0.94% | - |
| XYZ | 50.94 | 24.78 | 79.94 | - |
| YUV | 106.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 234 | 0 | 0.94 | 0.02 | 0.06 | 301.59 | 0.89 | 0.5 |
| Hex | F0 | E | EA | 0 | 5E | 2 | 6 | 12E | 59 | 32 |
| Octal | 360 | 16 | 352 | 0 | 136 | 2 | 6 | 456 | 131 | 62 |
| Binary | 11110000 | 1110 | 11101010 | 0 | 1011110 | 10 | 110 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F00EEA
Complementary color
Monochromatic Colors of #F00EEA
Black with #F00EEA
Text Example
Text Example
White with #F00EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EEA; }
p { color: rgb(240,14,234); }
H1.HeaderClassName
{
color: #F00EEA;
}
.AnyTagClassName
{
color: #F00EEA;
}
</style>
background-color css
<style>
a { background-color: #F00EEA; }
a { background-color: rgb(240,14,234); }
div.DivClassName
{
background-color: #F00EEA;
}
.BgClassName
{
background-color: #F00EEA;
}
</style>
border-color css
<style>
span { border-color: #F00EEA; }
span { border-color: rgb(240,14,234); }
td.TdClassName
{
border-color: #F00EEA;
}
.TagClassName
{
border-color: #F00EEA;
}
</style>