Shades of Hot Magenta #F00EE3
Tints of Hot Magenta #F00EE3
RGB
CMYK
RGB Variations
Color information
#F00EE3 (or 0xF00EE3) is known color: Hot Magenta. HEX triplet: F0, 0E and E3. RGB value is (240,14,227). Sum of RGB (Red+Green+Blue) = 240+14+227=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EE3 is #0FF11C. Grayscale: #696969. Windows color (decimal): -1044765 or 14880496. OLE color: 14880496.
HSL color Cylindrical-coordinate representation of color #F00EE3: hue angle of 303.45º 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 #F00EE3 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 227 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.06 |
| HSL | 303.45º | 0.89% | 0.5% | - |
| HSV(B) | 303.45º | 0.94% | 0.94% | - |
| XYZ | 49.96 | 24.39 | 74.75 | - |
| YUV | 105.86 | 196.37 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 227 | 0 | 0.94 | 0.05 | 0.06 | 303.45 | 0.89 | 0.5 |
| Hex | F0 | E | E3 | 0 | 5E | 5 | 6 | 12F | 59 | 32 |
| Octal | 360 | 16 | 343 | 0 | 136 | 5 | 6 | 457 | 131 | 62 |
| Binary | 11110000 | 1110 | 11100011 | 0 | 1011110 | 101 | 110 | 100101111 | 1011001 | 110010 |
Color Harmonies of #F00EE3
Complementary color
Monochromatic Colors of #F00EE3
Black with #F00EE3
Text Example
Text Example
White with #F00EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EE3; }
p { color: rgb(240,14,227); }
H1.HeaderClassName
{
color: #F00EE3;
}
.AnyTagClassName
{
color: #F00EE3;
}
</style>
background-color css
<style>
a { background-color: #F00EE3; }
a { background-color: rgb(240,14,227); }
div.DivClassName
{
background-color: #F00EE3;
}
.BgClassName
{
background-color: #F00EE3;
}
</style>
border-color css
<style>
span { border-color: #F00EE3; }
span { border-color: rgb(240,14,227); }
td.TdClassName
{
border-color: #F00EE3;
}
.TagClassName
{
border-color: #F00EE3;
}
</style>