Shades of Magenta #F00EEE
Tints of Magenta #F00EEE
RGB
CMYK
RGB Variations
Color information
#F00EEE (or 0xF00EEE) is known color: Magenta. HEX triplet: F0, 0E and EE. RGB value is (240,14,238). Sum of RGB (Red+Green+Blue) = 240+14+238=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EEE is #0FF111. Grayscale: #6A6A6A. Windows color (decimal): -1044754 or 15601392. OLE color: 15601392.
HSL color Cylindrical-coordinate representation of color #F00EEE: hue angle of 300.53º 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 #F00EEE is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.06 |
| HSL | 300.53º | 0.89% | 0.5% | - |
| HSV(B) | 300.53º | 0.94% | 0.94% | - |
| XYZ | 51.52 | 25.01 | 83 | - |
| YUV | 107.11 | 201.87 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 238 | 0 | 0.94 | 0.01 | 0.06 | 300.53 | 0.89 | 0.5 |
| Hex | F0 | E | EE | 0 | 5E | 1 | 6 | 12D | 59 | 32 |
| Octal | 360 | 16 | 356 | 0 | 136 | 1 | 6 | 455 | 131 | 62 |
| Binary | 11110000 | 1110 | 11101110 | 0 | 1011110 | 1 | 110 | 100101101 | 1011001 | 110010 |
Color Harmonies of #F00EEE
Complementary color
Monochromatic Colors of #F00EEE
Black with #F00EEE
Text Example
Text Example
White with #F00EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EEE; }
p { color: rgb(240,14,238); }
H1.HeaderClassName
{
color: #F00EEE;
}
.AnyTagClassName
{
color: #F00EEE;
}
</style>
background-color css
<style>
a { background-color: #F00EEE; }
a { background-color: rgb(240,14,238); }
div.DivClassName
{
background-color: #F00EEE;
}
.BgClassName
{
background-color: #F00EEE;
}
</style>
border-color css
<style>
span { border-color: #F00EEE; }
span { border-color: rgb(240,14,238); }
td.TdClassName
{
border-color: #F00EEE;
}
.TagClassName
{
border-color: #F00EEE;
}
</style>