Shades of Magenta #F011E9
Tints of Magenta #F011E9
RGB
CMYK
RGB Variations
Color information
#F011E9 (or 0xF011E9) is known color: Magenta. HEX triplet: F0, 11 and E9. RGB value is (240,17,233). Sum of RGB (Red+Green+Blue) = 240+17+233=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011E9 is #0FEE16. Grayscale: #6B6B6B. Windows color (decimal): -1043991 or 15274480. OLE color: 15274480.
HSL color Cylindrical-coordinate representation of color #F011E9: hue angle of 301.88º 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 #F011E9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 233 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.06 |
| HSL | 301.88º | 0.88% | 0.5% | - |
| HSV(B) | 301.88º | 0.93% | 0.94% | - |
| XYZ | 50.84 | 24.81 | 79.2 | - |
| YUV | 108.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 233 | 0 | 0.93 | 0.03 | 0.06 | 301.88 | 0.88 | 0.5 |
| Hex | F0 | 11 | E9 | 0 | 5D | 3 | 6 | 12E | 58 | 32 |
| Octal | 360 | 21 | 351 | 0 | 135 | 3 | 6 | 456 | 130 | 62 |
| Binary | 11110000 | 10001 | 11101001 | 0 | 1011101 | 11 | 110 | 100101110 | 1011000 | 110010 |
Color Harmonies of #F011E9
Complementary color
Monochromatic Colors of #F011E9
Black with #F011E9
Text Example
Text Example
White with #F011E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011E9; }
p { color: rgb(240,17,233); }
H1.HeaderClassName
{
color: #F011E9;
}
.AnyTagClassName
{
color: #F011E9;
}
</style>
background-color css
<style>
a { background-color: #F011E9; }
a { background-color: rgb(240,17,233); }
div.DivClassName
{
background-color: #F011E9;
}
.BgClassName
{
background-color: #F011E9;
}
</style>
border-color css
<style>
span { border-color: #F011E9; }
span { border-color: rgb(240,17,233); }
td.TdClassName
{
border-color: #F011E9;
}
.TagClassName
{
border-color: #F011E9;
}
</style>