Shades of Magenta #F011EF
Tints of Magenta #F011EF
RGB
CMYK
RGB Variations
Color information
#F011EF (or 0xF011EF) is known color: Magenta. HEX triplet: F0, 11 and EF. RGB value is (240,17,239). Sum of RGB (Red+Green+Blue) = 240+17+239=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F011EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011EF is #0FEE10. Grayscale: #6C6C6C. Windows color (decimal): -1043985 or 15667696. OLE color: 15667696.
HSL color Cylindrical-coordinate representation of color #F011EF: hue angle of 300.27º 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 #F011EF is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 239 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.06 |
| HSL | 300.27º | 0.88% | 0.5% | - |
| HSV(B) | 300.27º | 0.93% | 0.94% | - |
| XYZ | 51.72 | 25.16 | 83.79 | - |
| YUV | 108.99 | 201.38 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 239 | 0 | 0.93 | 0.00 | 0.06 | 300.27 | 0.88 | 0.5 |
| Hex | F0 | 11 | EF | 0 | 5D | 0 | 6 | 12C | 58 | 32 |
| Octal | 360 | 21 | 357 | 0 | 135 | 0 | 6 | 454 | 130 | 62 |
| Binary | 11110000 | 10001 | 11101111 | 0 | 1011101 | 0 | 110 | 100101100 | 1011000 | 110010 |
Color Harmonies of #F011EF
Complementary color
Monochromatic Colors of #F011EF
Black with #F011EF
Text Example
Text Example
White with #F011EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011EF; }
p { color: rgb(240,17,239); }
H1.HeaderClassName
{
color: #F011EF;
}
.AnyTagClassName
{
color: #F011EF;
}
</style>
background-color css
<style>
a { background-color: #F011EF; }
a { background-color: rgb(240,17,239); }
div.DivClassName
{
background-color: #F011EF;
}
.BgClassName
{
background-color: #F011EF;
}
</style>
border-color css
<style>
span { border-color: #F011EF; }
span { border-color: rgb(240,17,239); }
td.TdClassName
{
border-color: #F011EF;
}
.TagClassName
{
border-color: #F011EF;
}
</style>