Shades of Magenta #F214ED
Tints of Magenta #F214ED
RGB
CMYK
RGB Variations
Color information
#F214ED (or 0xF214ED) is known color: Magenta. HEX triplet: F2, 14 and ED. RGB value is (242,20,237). Sum of RGB (Red+Green+Blue) = 242+20+237=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F214ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F214ED is #0DEB12. Grayscale: #6E6E6E. Windows color (decimal): -912147 or 15537394. OLE color: 15537394.
HSL color Cylindrical-coordinate representation of color #F214ED: hue angle of 301.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214ED is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.35º | 0.9% | 0.51% | - |
| HSV(B) | 301.35º | 0.92% | 0.95% | - |
| XYZ | 52.15 | 25.49 | 82.29 | - |
| YUV | 111.12 | 199.05 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 237 | 0 | 0.92 | 0.02 | 0.05 | 301.35 | 0.9 | 0.51 |
| Hex | F2 | 14 | ED | 0 | 5C | 2 | 5 | 12D | 5A | 33 |
| Octal | 362 | 24 | 355 | 0 | 134 | 2 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10100 | 11101101 | 0 | 1011100 | 10 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F214ED
Complementary color
Monochromatic Colors of #F214ED
Black with #F214ED
Text Example
Text Example
White with #F214ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214ED; }
p { color: rgb(242,20,237); }
H1.HeaderClassName
{
color: #F214ED;
}
.AnyTagClassName
{
color: #F214ED;
}
</style>
background-color css
<style>
a { background-color: #F214ED; }
a { background-color: rgb(242,20,237); }
div.DivClassName
{
background-color: #F214ED;
}
.BgClassName
{
background-color: #F214ED;
}
</style>
border-color css
<style>
span { border-color: #F214ED; }
span { border-color: rgb(242,20,237); }
td.TdClassName
{
border-color: #F214ED;
}
.TagClassName
{
border-color: #F214ED;
}
</style>