Shades of Magenta #F210EE
Tints of Magenta #F210EE
RGB
CMYK
RGB Variations
Color information
#F210EE (or 0xF210EE) is known color: Magenta. HEX triplet: F2, 10 and EE. RGB value is (242,16,238). Sum of RGB (Red+Green+Blue) = 242+16+238=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F210EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210EE is #0DEF11. Grayscale: #6C6C6C. Windows color (decimal): -913170 or 15601906. OLE color: 15601906.
HSL color Cylindrical-coordinate representation of color #F210EE: hue angle of 301.06º 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 #F210EE is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 238 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.05 |
| HSL | 301.06º | 0.9% | 0.51% | - |
| HSV(B) | 301.06º | 0.93% | 0.95% | - |
| XYZ | 52.24 | 25.42 | 83.04 | - |
| YUV | 108.88 | 200.87 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 238 | 0 | 0.93 | 0.02 | 0.05 | 301.06 | 0.9 | 0.51 |
| Hex | F2 | 10 | EE | 0 | 5D | 2 | 5 | 12D | 5A | 33 |
| Octal | 362 | 20 | 356 | 0 | 135 | 2 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10000 | 11101110 | 0 | 1011101 | 10 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F210EE
Complementary color
Monochromatic Colors of #F210EE
Black with #F210EE
Text Example
Text Example
White with #F210EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210EE; }
p { color: rgb(242,16,238); }
H1.HeaderClassName
{
color: #F210EE;
}
.AnyTagClassName
{
color: #F210EE;
}
</style>
background-color css
<style>
a { background-color: #F210EE; }
a { background-color: rgb(242,16,238); }
div.DivClassName
{
background-color: #F210EE;
}
.BgClassName
{
background-color: #F210EE;
}
</style>
border-color css
<style>
span { border-color: #F210EE; }
span { border-color: rgb(242,16,238); }
td.TdClassName
{
border-color: #F210EE;
}
.TagClassName
{
border-color: #F210EE;
}
</style>