Shades of Magenta #F210ED
Tints of Magenta #F210ED
RGB
CMYK
RGB Variations
Color information
#F210ED (or 0xF210ED) is known color: Magenta. HEX triplet: F2, 10 and ED. RGB value is (242,16,237). Sum of RGB (Red+Green+Blue) = 242+16+237=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F210ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210ED is #0DEF12. Grayscale: #6C6C6C. Windows color (decimal): -913171 or 15536370. OLE color: 15536370.
HSL color Cylindrical-coordinate representation of color #F210ED: 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 #F210ED is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 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.09 | 25.36 | 82.27 | - |
| YUV | 108.77 | 200.37 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 237 | 0 | 0.93 | 0.02 | 0.05 | 301.33 | 0.9 | 0.51 |
| Hex | F2 | 10 | ED | 0 | 5D | 2 | 5 | 12D | 5A | 33 |
| Octal | 362 | 20 | 355 | 0 | 135 | 2 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10000 | 11101101 | 0 | 1011101 | 10 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F210ED
Complementary color
Monochromatic Colors of #F210ED
Black with #F210ED
Text Example
Text Example
White with #F210ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210ED; }
p { color: rgb(242,16,237); }
H1.HeaderClassName
{
color: #F210ED;
}
.AnyTagClassName
{
color: #F210ED;
}
</style>
background-color css
<style>
a { background-color: #F210ED; }
a { background-color: rgb(242,16,237); }
div.DivClassName
{
background-color: #F210ED;
}
.BgClassName
{
background-color: #F210ED;
}
</style>
border-color css
<style>
span { border-color: #F210ED; }
span { border-color: rgb(242,16,237); }
td.TdClassName
{
border-color: #F210ED;
}
.TagClassName
{
border-color: #F210ED;
}
</style>