Shades of Magenta #F213F1
Tints of Magenta #F213F1
RGB
CMYK
RGB Variations
Color information
#F213F1 (or 0xF213F1) is known color: Magenta. HEX triplet: F2, 13 and F1. RGB value is (242,19,241). Sum of RGB (Red+Green+Blue) = 242+19+241=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 19 (7.81% from 255 or 3.78% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F213F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213F1 is #0DEC0E. Grayscale: #6E6E6E. Windows color (decimal): -912399 or 15799282. OLE color: 15799282.
HSL color Cylindrical-coordinate representation of color #F213F1: hue angle of 300.27º 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 #F213F1 is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 241 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.05 |
| HSL | 300.27º | 0.9% | 0.51% | - |
| HSV(B) | 300.27º | 0.92% | 0.95% | - |
| XYZ | 52.73 | 25.69 | 85.4 | - |
| YUV | 110.99 | 201.38 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 241 | 0 | 0.92 | 0.00 | 0.05 | 300.27 | 0.9 | 0.51 |
| Hex | F2 | 13 | F1 | 0 | 5C | 0 | 5 | 12C | 5A | 33 |
| Octal | 362 | 23 | 361 | 0 | 134 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110010 | 10011 | 11110001 | 0 | 1011100 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F213F1
Complementary color
Monochromatic Colors of #F213F1
Black with #F213F1
Text Example
Text Example
White with #F213F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213F1; }
p { color: rgb(242,19,241); }
H1.HeaderClassName
{
color: #F213F1;
}
.AnyTagClassName
{
color: #F213F1;
}
</style>
background-color css
<style>
a { background-color: #F213F1; }
a { background-color: rgb(242,19,241); }
div.DivClassName
{
background-color: #F213F1;
}
.BgClassName
{
background-color: #F213F1;
}
</style>
border-color css
<style>
span { border-color: #F213F1; }
span { border-color: rgb(242,19,241); }
td.TdClassName
{
border-color: #F213F1;
}
.TagClassName
{
border-color: #F213F1;
}
</style>