Shades of Magenta #F213EA
Tints of Magenta #F213EA
RGB
CMYK
RGB Variations
Color information
#F213EA (or 0xF213EA) is known color: Magenta. HEX triplet: F2, 13 and EA. RGB value is (242,19,234). Sum of RGB (Red+Green+Blue) = 242+19+234=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F213EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213EA is #0DEC15. Grayscale: #6D6D6D. Windows color (decimal): -912406 or 15340530. OLE color: 15340530.
HSL color Cylindrical-coordinate representation of color #F213EA: hue angle of 302.15º 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 #F213EA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 234 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.05 |
| HSL | 302.15º | 0.9% | 0.51% | - |
| HSV(B) | 302.15º | 0.92% | 0.95% | - |
| XYZ | 51.7 | 25.28 | 80 | - |
| YUV | 110.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 234 | 0 | 0.92 | 0.03 | 0.05 | 302.15 | 0.9 | 0.51 |
| Hex | F2 | 13 | EA | 0 | 5C | 3 | 5 | 12E | 5A | 33 |
| Octal | 362 | 23 | 352 | 0 | 134 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110010 | 10011 | 11101010 | 0 | 1011100 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F213EA
Complementary color
Monochromatic Colors of #F213EA
Black with #F213EA
Text Example
Text Example
White with #F213EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213EA; }
p { color: rgb(242,19,234); }
H1.HeaderClassName
{
color: #F213EA;
}
.AnyTagClassName
{
color: #F213EA;
}
</style>
background-color css
<style>
a { background-color: #F213EA; }
a { background-color: rgb(242,19,234); }
div.DivClassName
{
background-color: #F213EA;
}
.BgClassName
{
background-color: #F213EA;
}
</style>
border-color css
<style>
span { border-color: #F213EA; }
span { border-color: rgb(242,19,234); }
td.TdClassName
{
border-color: #F213EA;
}
.TagClassName
{
border-color: #F213EA;
}
</style>