Shades of Hot Magenta #F00DDB
Tints of Hot Magenta #F00DDB
RGB
CMYK
RGB Variations
Color information
#F00DDB (or 0xF00DDB) is known color: Hot Magenta. HEX triplet: F0, 0D and DB. RGB value is (240,13,219). Sum of RGB (Red+Green+Blue) = 240+13+219=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DDB is #0FF224. Grayscale: #676767. Windows color (decimal): -1045029 or 14355952. OLE color: 14355952.
HSL color Cylindrical-coordinate representation of color #F00DDB: hue angle of 305.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DDB is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.06 |
| HSL | 305.55º | 0.9% | 0.5% | - |
| HSV(B) | 305.55º | 0.95% | 0.94% | - |
| XYZ | 48.87 | 23.93 | 69.06 | - |
| YUV | 104.36 | 192.71 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 219 | 0 | 0.95 | 0.09 | 0.06 | 305.55 | 0.9 | 0.5 |
| Hex | F0 | D | DB | 0 | 5F | 9 | 6 | 132 | 5A | 32 |
| Octal | 360 | 15 | 333 | 0 | 137 | 11 | 6 | 462 | 132 | 62 |
| Binary | 11110000 | 1101 | 11011011 | 0 | 1011111 | 1001 | 110 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F00DDB
Complementary color
Monochromatic Colors of #F00DDB
Black with #F00DDB
Text Example
Text Example
White with #F00DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DDB; }
p { color: rgb(240,13,219); }
H1.HeaderClassName
{
color: #F00DDB;
}
.AnyTagClassName
{
color: #F00DDB;
}
</style>
background-color css
<style>
a { background-color: #F00DDB; }
a { background-color: rgb(240,13,219); }
div.DivClassName
{
background-color: #F00DDB;
}
.BgClassName
{
background-color: #F00DDB;
}
</style>
border-color css
<style>
span { border-color: #F00DDB; }
span { border-color: rgb(240,13,219); }
td.TdClassName
{
border-color: #F00DDB;
}
.TagClassName
{
border-color: #F00DDB;
}
</style>