Shades of Magenta #F011ED
Tints of Magenta #F011ED
RGB
CMYK
RGB Variations
Color information
#F011ED (or 0xF011ED) is known color: Magenta. HEX triplet: F0, 11 and ED. RGB value is (240,17,237). Sum of RGB (Red+Green+Blue) = 240+17+237=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F011ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011ED is #0FEE12. Grayscale: #6C6C6C. Windows color (decimal): -1043987 or 15536624. OLE color: 15536624.
HSL color Cylindrical-coordinate representation of color #F011ED: hue angle of 300.81º 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 #F011ED is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 237 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.06 |
| HSL | 300.81º | 0.88% | 0.5% | - |
| HSV(B) | 300.81º | 0.93% | 0.94% | - |
| XYZ | 51.42 | 25.04 | 82.24 | - |
| YUV | 108.76 | 200.38 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 237 | 0 | 0.93 | 0.01 | 0.06 | 300.81 | 0.88 | 0.5 |
| Hex | F0 | 11 | ED | 0 | 5D | 1 | 6 | 12D | 58 | 32 |
| Octal | 360 | 21 | 355 | 0 | 135 | 1 | 6 | 455 | 130 | 62 |
| Binary | 11110000 | 10001 | 11101101 | 0 | 1011101 | 1 | 110 | 100101101 | 1011000 | 110010 |
Color Harmonies of #F011ED
Complementary color
Monochromatic Colors of #F011ED
Black with #F011ED
Text Example
Text Example
White with #F011ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011ED; }
p { color: rgb(240,17,237); }
H1.HeaderClassName
{
color: #F011ED;
}
.AnyTagClassName
{
color: #F011ED;
}
</style>
background-color css
<style>
a { background-color: #F011ED; }
a { background-color: rgb(240,17,237); }
div.DivClassName
{
background-color: #F011ED;
}
.BgClassName
{
background-color: #F011ED;
}
</style>
border-color css
<style>
span { border-color: #F011ED; }
span { border-color: rgb(240,17,237); }
td.TdClassName
{
border-color: #F011ED;
}
.TagClassName
{
border-color: #F011ED;
}
</style>