Shades of Magenta #F211E9
Tints of Magenta #F211E9
RGB
CMYK
RGB Variations
Color information
#F211E9 (or 0xF211E9) is known color: Magenta. HEX triplet: F2, 11 and E9. RGB value is (242,17,233). Sum of RGB (Red+Green+Blue) = 242+17+233=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F211E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211E9 is #0DEE16. Grayscale: #6C6C6C. Windows color (decimal): -912919 or 15274482. OLE color: 15274482.
HSL color Cylindrical-coordinate representation of color #F211E9: hue angle of 302.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211E9 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 233 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.05 |
| HSL | 302.4º | 0.9% | 0.51% | - |
| HSV(B) | 302.4º | 0.93% | 0.95% | - |
| XYZ | 51.53 | 25.16 | 79.23 | - |
| YUV | 108.9 | 198.04 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 233 | 0 | 0.93 | 0.04 | 0.05 | 302.4 | 0.9 | 0.51 |
| Hex | F2 | 11 | E9 | 0 | 5D | 4 | 5 | 12E | 5A | 33 |
| Octal | 362 | 21 | 351 | 0 | 135 | 4 | 5 | 456 | 132 | 63 |
| Binary | 11110010 | 10001 | 11101001 | 0 | 1011101 | 100 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F211E9
Complementary color
Monochromatic Colors of #F211E9
Black with #F211E9
Text Example
Text Example
White with #F211E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211E9; }
p { color: rgb(242,17,233); }
H1.HeaderClassName
{
color: #F211E9;
}
.AnyTagClassName
{
color: #F211E9;
}
</style>
background-color css
<style>
a { background-color: #F211E9; }
a { background-color: rgb(242,17,233); }
div.DivClassName
{
background-color: #F211E9;
}
.BgClassName
{
background-color: #F211E9;
}
</style>
border-color css
<style>
span { border-color: #F211E9; }
span { border-color: rgb(242,17,233); }
td.TdClassName
{
border-color: #F211E9;
}
.TagClassName
{
border-color: #F211E9;
}
</style>