Shades of Hot Magenta #F011E1
Tints of Hot Magenta #F011E1
RGB
CMYK
RGB Variations
Color information
#F011E1 (or 0xF011E1) is known color: Hot Magenta. HEX triplet: F0, 11 and E1. RGB value is (240,17,225). Sum of RGB (Red+Green+Blue) = 240+17+225=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011E1 is #0FEE1E. Grayscale: #6A6A6A. Windows color (decimal): -1043999 or 14750192. OLE color: 14750192.
HSL color Cylindrical-coordinate representation of color #F011E1: hue angle of 304.04º 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 #F011E1 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 225 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.06 |
| HSL | 304.04º | 0.88% | 0.5% | - |
| HSV(B) | 304.04º | 0.93% | 0.94% | - |
| XYZ | 49.73 | 24.36 | 73.32 | - |
| YUV | 107.39 | 194.38 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 225 | 0 | 0.93 | 0.06 | 0.06 | 304.04 | 0.88 | 0.5 |
| Hex | F0 | 11 | E1 | 0 | 5D | 6 | 6 | 130 | 58 | 32 |
| Octal | 360 | 21 | 341 | 0 | 135 | 6 | 6 | 460 | 130 | 62 |
| Binary | 11110000 | 10001 | 11100001 | 0 | 1011101 | 110 | 110 | 100110000 | 1011000 | 110010 |
Color Harmonies of #F011E1
Complementary color
Monochromatic Colors of #F011E1
Black with #F011E1
Text Example
Text Example
White with #F011E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011E1; }
p { color: rgb(240,17,225); }
H1.HeaderClassName
{
color: #F011E1;
}
.AnyTagClassName
{
color: #F011E1;
}
</style>
background-color css
<style>
a { background-color: #F011E1; }
a { background-color: rgb(240,17,225); }
div.DivClassName
{
background-color: #F011E1;
}
.BgClassName
{
background-color: #F011E1;
}
</style>
border-color css
<style>
span { border-color: #F011E1; }
span { border-color: rgb(240,17,225); }
td.TdClassName
{
border-color: #F011E1;
}
.TagClassName
{
border-color: #F011E1;
}
</style>