Shades of Hot Magenta #F00EDB
Tints of Hot Magenta #F00EDB
RGB
CMYK
RGB Variations
Color information
#F00EDB (or 0xF00EDB) is known color: Hot Magenta. HEX triplet: F0, 0E and DB. RGB value is (240,14,219). Sum of RGB (Red+Green+Blue) = 240+14+219=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EDB is #0FF124. Grayscale: #686868. Windows color (decimal): -1044773 or 14356208. OLE color: 14356208.
HSL color Cylindrical-coordinate representation of color #F00EDB: hue angle of 305.58º 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 #F00EDB is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.06 |
| HSL | 305.58º | 0.89% | 0.5% | - |
| HSV(B) | 305.58º | 0.94% | 0.94% | - |
| XYZ | 48.88 | 23.95 | 69.07 | - |
| YUV | 104.94 | 192.37 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 219 | 0 | 0.94 | 0.09 | 0.06 | 305.58 | 0.89 | 0.5 |
| Hex | F0 | E | DB | 0 | 5E | 9 | 6 | 132 | 59 | 32 |
| Octal | 360 | 16 | 333 | 0 | 136 | 11 | 6 | 462 | 131 | 62 |
| Binary | 11110000 | 1110 | 11011011 | 0 | 1011110 | 1001 | 110 | 100110010 | 1011001 | 110010 |
Color Harmonies of #F00EDB
Complementary color
Monochromatic Colors of #F00EDB
Black with #F00EDB
Text Example
Text Example
White with #F00EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EDB; }
p { color: rgb(240,14,219); }
H1.HeaderClassName
{
color: #F00EDB;
}
.AnyTagClassName
{
color: #F00EDB;
}
</style>
background-color css
<style>
a { background-color: #F00EDB; }
a { background-color: rgb(240,14,219); }
div.DivClassName
{
background-color: #F00EDB;
}
.BgClassName
{
background-color: #F00EDB;
}
</style>
border-color css
<style>
span { border-color: #F00EDB; }
span { border-color: rgb(240,14,219); }
td.TdClassName
{
border-color: #F00EDB;
}
.TagClassName
{
border-color: #F00EDB;
}
</style>