Shades of Hot Magenta #F011DE
Tints of Hot Magenta #F011DE
RGB
CMYK
RGB Variations
Color information
#F011DE (or 0xF011DE) is known color: Hot Magenta. HEX triplet: F0, 11 and DE. RGB value is (240,17,222). Sum of RGB (Red+Green+Blue) = 240+17+222=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F011DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011DE is #0FEE21. Grayscale: #6A6A6A. Windows color (decimal): -1044002 or 14553584. OLE color: 14553584.
HSL color Cylindrical-coordinate representation of color #F011DE: hue angle of 304.84º 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 #F011DE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 222 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.06 |
| HSL | 304.84º | 0.88% | 0.5% | - |
| HSV(B) | 304.84º | 0.93% | 0.94% | - |
| XYZ | 49.32 | 24.2 | 71.18 | - |
| YUV | 107.05 | 192.88 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 222 | 0 | 0.93 | 0.08 | 0.06 | 304.84 | 0.88 | 0.5 |
| Hex | F0 | 11 | DE | 0 | 5D | 8 | 6 | 131 | 58 | 32 |
| Octal | 360 | 21 | 336 | 0 | 135 | 10 | 6 | 461 | 130 | 62 |
| Binary | 11110000 | 10001 | 11011110 | 0 | 1011101 | 1000 | 110 | 100110001 | 1011000 | 110010 |
Color Harmonies of #F011DE
Complementary color
Monochromatic Colors of #F011DE
Black with #F011DE
Text Example
Text Example
White with #F011DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011DE; }
p { color: rgb(240,17,222); }
H1.HeaderClassName
{
color: #F011DE;
}
.AnyTagClassName
{
color: #F011DE;
}
</style>
background-color css
<style>
a { background-color: #F011DE; }
a { background-color: rgb(240,17,222); }
div.DivClassName
{
background-color: #F011DE;
}
.BgClassName
{
background-color: #F011DE;
}
</style>
border-color css
<style>
span { border-color: #F011DE; }
span { border-color: rgb(240,17,222); }
td.TdClassName
{
border-color: #F011DE;
}
.TagClassName
{
border-color: #F011DE;
}
</style>