Shades of Hot Magenta #F011DB
Tints of Hot Magenta #F011DB
RGB
CMYK
RGB Variations
Color information
#F011DB (or 0xF011DB) is known color: Hot Magenta. HEX triplet: F0, 11 and DB. RGB value is (240,17,219). Sum of RGB (Red+Green+Blue) = 240+17+219=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F011DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011DB is #0FEE24. Grayscale: #6A6A6A. Windows color (decimal): -1044005 or 14356976. OLE color: 14356976.
HSL color Cylindrical-coordinate representation of color #F011DB: hue angle of 305.65º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011DB is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.06 |
| HSL | 305.65º | 0.88% | 0.5% | - |
| HSV(B) | 305.65º | 0.93% | 0.94% | - |
| XYZ | 48.92 | 24.04 | 69.08 | - |
| YUV | 106.71 | 191.38 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 219 | 0 | 0.93 | 0.09 | 0.06 | 305.65 | 0.88 | 0.5 |
| Hex | F0 | 11 | DB | 0 | 5D | 9 | 6 | 132 | 58 | 32 |
| Octal | 360 | 21 | 333 | 0 | 135 | 11 | 6 | 462 | 130 | 62 |
| Binary | 11110000 | 10001 | 11011011 | 0 | 1011101 | 1001 | 110 | 100110010 | 1011000 | 110010 |
Color Harmonies of #F011DB
Complementary color
Monochromatic Colors of #F011DB
Black with #F011DB
Text Example
Text Example
White with #F011DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011DB; }
p { color: rgb(240,17,219); }
H1.HeaderClassName
{
color: #F011DB;
}
.AnyTagClassName
{
color: #F011DB;
}
</style>
background-color css
<style>
a { background-color: #F011DB; }
a { background-color: rgb(240,17,219); }
div.DivClassName
{
background-color: #F011DB;
}
.BgClassName
{
background-color: #F011DB;
}
</style>
border-color css
<style>
span { border-color: #F011DB; }
span { border-color: rgb(240,17,219); }
td.TdClassName
{
border-color: #F011DB;
}
.TagClassName
{
border-color: #F011DB;
}
</style>