Shades of Magenta #F211ED
Tints of Magenta #F211ED
RGB
CMYK
RGB Variations
Color information
#F211ED (or 0xF211ED) is known color: Magenta. HEX triplet: F2, 11 and ED. RGB value is (242,17,237). Sum of RGB (Red+Green+Blue) = 242+17+237=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F211ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F211ED is #0DEE12. Grayscale: #6C6C6C. Windows color (decimal): -912915 or 15536626. OLE color: 15536626.
HSL color Cylindrical-coordinate representation of color #F211ED: hue angle of 301.33º 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 #F211ED is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 237 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.05 |
| HSL | 301.33º | 0.9% | 0.51% | - |
| HSV(B) | 301.33º | 0.93% | 0.95% | - |
| XYZ | 52.1 | 25.39 | 82.28 | - |
| YUV | 109.36 | 200.04 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 237 | 0 | 0.93 | 0.02 | 0.05 | 301.33 | 0.9 | 0.51 |
| Hex | F2 | 11 | ED | 0 | 5D | 2 | 5 | 12D | 5A | 33 |
| Octal | 362 | 21 | 355 | 0 | 135 | 2 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10001 | 11101101 | 0 | 1011101 | 10 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F211ED
Complementary color
Monochromatic Colors of #F211ED
Black with #F211ED
Text Example
Text Example
White with #F211ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211ED; }
p { color: rgb(242,17,237); }
H1.HeaderClassName
{
color: #F211ED;
}
.AnyTagClassName
{
color: #F211ED;
}
</style>
background-color css
<style>
a { background-color: #F211ED; }
a { background-color: rgb(242,17,237); }
div.DivClassName
{
background-color: #F211ED;
}
.BgClassName
{
background-color: #F211ED;
}
</style>
border-color css
<style>
span { border-color: #F211ED; }
span { border-color: rgb(242,17,237); }
td.TdClassName
{
border-color: #F211ED;
}
.TagClassName
{
border-color: #F211ED;
}
</style>