Shades of Magenta #F212ED
Tints of Magenta #F212ED
RGB
CMYK
RGB Variations
Color information
#F212ED (or 0xF212ED) is known color: Magenta. HEX triplet: F2, 12 and ED. RGB value is (242,18,237). Sum of RGB (Red+Green+Blue) = 242+18+237=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F212ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212ED is #0DED12. Grayscale: #6D6D6D. Windows color (decimal): -912659 or 15536882. OLE color: 15536882.
HSL color Cylindrical-coordinate representation of color #F212ED: hue angle of 301.34º 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 #F212ED is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 237 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.05 |
| HSL | 301.34º | 0.9% | 0.51% | - |
| HSV(B) | 301.34º | 0.93% | 0.95% | - |
| XYZ | 52.12 | 25.42 | 82.28 | - |
| YUV | 109.94 | 199.71 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 237 | 0 | 0.93 | 0.02 | 0.05 | 301.34 | 0.9 | 0.51 |
| Hex | F2 | 12 | ED | 0 | 5D | 2 | 5 | 12D | 5A | 33 |
| Octal | 362 | 22 | 355 | 0 | 135 | 2 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10010 | 11101101 | 0 | 1011101 | 10 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F212ED
Complementary color
Monochromatic Colors of #F212ED
Black with #F212ED
Text Example
Text Example
White with #F212ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212ED; }
p { color: rgb(242,18,237); }
H1.HeaderClassName
{
color: #F212ED;
}
.AnyTagClassName
{
color: #F212ED;
}
</style>
background-color css
<style>
a { background-color: #F212ED; }
a { background-color: rgb(242,18,237); }
div.DivClassName
{
background-color: #F212ED;
}
.BgClassName
{
background-color: #F212ED;
}
</style>
border-color css
<style>
span { border-color: #F212ED; }
span { border-color: rgb(242,18,237); }
td.TdClassName
{
border-color: #F212ED;
}
.TagClassName
{
border-color: #F212ED;
}
</style>