Shades of Magenta #F210EC
Tints of Magenta #F210EC
RGB
CMYK
RGB Variations
Color information
#F210EC (or 0xF210EC) is known color: Magenta. HEX triplet: F2, 10 and EC. RGB value is (242,16,236). Sum of RGB (Red+Green+Blue) = 242+16+236=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F210EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210EC is #0DEF13. Grayscale: #6C6C6C. Windows color (decimal): -913172 or 15470834. OLE color: 15470834.
HSL color Cylindrical-coordinate representation of color #F210EC: hue angle of 301.59º 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 #F210EC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 236 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.05 |
| HSL | 301.59º | 0.9% | 0.51% | - |
| HSV(B) | 301.59º | 0.93% | 0.95% | - |
| XYZ | 51.94 | 25.3 | 81.5 | - |
| YUV | 108.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 236 | 0 | 0.93 | 0.02 | 0.05 | 301.59 | 0.9 | 0.51 |
| Hex | F2 | 10 | EC | 0 | 5D | 2 | 5 | 12E | 5A | 33 |
| Octal | 362 | 20 | 354 | 0 | 135 | 2 | 5 | 456 | 132 | 63 |
| Binary | 11110010 | 10000 | 11101100 | 0 | 1011101 | 10 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F210EC
Complementary color
Monochromatic Colors of #F210EC
Black with #F210EC
Text Example
Text Example
White with #F210EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210EC; }
p { color: rgb(242,16,236); }
H1.HeaderClassName
{
color: #F210EC;
}
.AnyTagClassName
{
color: #F210EC;
}
</style>
background-color css
<style>
a { background-color: #F210EC; }
a { background-color: rgb(242,16,236); }
div.DivClassName
{
background-color: #F210EC;
}
.BgClassName
{
background-color: #F210EC;
}
</style>
border-color css
<style>
span { border-color: #F210EC; }
span { border-color: rgb(242,16,236); }
td.TdClassName
{
border-color: #F210EC;
}
.TagClassName
{
border-color: #F210EC;
}
</style>