Shades of Magenta #F011E7
Tints of Magenta #F011E7
RGB
CMYK
RGB Variations
Color information
#F011E7 (or 0xF011E7) is known color: Magenta. HEX triplet: F0, 11 and E7. RGB value is (240,17,231). Sum of RGB (Red+Green+Blue) = 240+17+231=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011E7 is #0FEE18. Grayscale: #6B6B6B. Windows color (decimal): -1043993 or 15143408. OLE color: 15143408.
HSL color Cylindrical-coordinate representation of color #F011E7: hue angle of 302.42º 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 #F011E7 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 231 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.06 |
| HSL | 302.42º | 0.88% | 0.5% | - |
| HSV(B) | 302.42º | 0.93% | 0.94% | - |
| XYZ | 50.56 | 24.7 | 77.7 | - |
| YUV | 108.07 | 197.38 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 231 | 0 | 0.93 | 0.04 | 0.06 | 302.42 | 0.88 | 0.5 |
| Hex | F0 | 11 | E7 | 0 | 5D | 4 | 6 | 12E | 58 | 32 |
| Octal | 360 | 21 | 347 | 0 | 135 | 4 | 6 | 456 | 130 | 62 |
| Binary | 11110000 | 10001 | 11100111 | 0 | 1011101 | 100 | 110 | 100101110 | 1011000 | 110010 |
Color Harmonies of #F011E7
Complementary color
Monochromatic Colors of #F011E7
Black with #F011E7
Text Example
Text Example
White with #F011E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011E7; }
p { color: rgb(240,17,231); }
H1.HeaderClassName
{
color: #F011E7;
}
.AnyTagClassName
{
color: #F011E7;
}
</style>
background-color css
<style>
a { background-color: #F011E7; }
a { background-color: rgb(240,17,231); }
div.DivClassName
{
background-color: #F011E7;
}
.BgClassName
{
background-color: #F011E7;
}
</style>
border-color css
<style>
span { border-color: #F011E7; }
span { border-color: rgb(240,17,231); }
td.TdClassName
{
border-color: #F011E7;
}
.TagClassName
{
border-color: #F011E7;
}
</style>