Shades of Magenta #F00EE6
Tints of Magenta #F00EE6
RGB
CMYK
RGB Variations
Color information
#F00EE6 (or 0xF00EE6) is known color: Magenta. HEX triplet: F0, 0E and E6. RGB value is (240,14,230). Sum of RGB (Red+Green+Blue) = 240+14+230=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EE6 is #0FF119. Grayscale: #696969. Windows color (decimal): -1044762 or 15077104. OLE color: 15077104.
HSL color Cylindrical-coordinate representation of color #F00EE6: hue angle of 302.65º 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 #F00EE6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 230 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.06 |
| HSL | 302.65º | 0.89% | 0.5% | - |
| HSV(B) | 302.65º | 0.94% | 0.94% | - |
| XYZ | 50.38 | 24.55 | 76.95 | - |
| YUV | 106.2 | 197.87 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 230 | 0 | 0.94 | 0.04 | 0.06 | 302.65 | 0.89 | 0.5 |
| Hex | F0 | E | E6 | 0 | 5E | 4 | 6 | 12F | 59 | 32 |
| Octal | 360 | 16 | 346 | 0 | 136 | 4 | 6 | 457 | 131 | 62 |
| Binary | 11110000 | 1110 | 11100110 | 0 | 1011110 | 100 | 110 | 100101111 | 1011001 | 110010 |
Color Harmonies of #F00EE6
Complementary color
Monochromatic Colors of #F00EE6
Black with #F00EE6
Text Example
Text Example
White with #F00EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EE6; }
p { color: rgb(240,14,230); }
H1.HeaderClassName
{
color: #F00EE6;
}
.AnyTagClassName
{
color: #F00EE6;
}
</style>
background-color css
<style>
a { background-color: #F00EE6; }
a { background-color: rgb(240,14,230); }
div.DivClassName
{
background-color: #F00EE6;
}
.BgClassName
{
background-color: #F00EE6;
}
</style>
border-color css
<style>
span { border-color: #F00EE6; }
span { border-color: rgb(240,14,230); }
td.TdClassName
{
border-color: #F00EE6;
}
.TagClassName
{
border-color: #F00EE6;
}
</style>