Shades of Magenta #F213FA
Tints of Magenta #F213FA
RGB
CMYK
RGB Variations
Color information
#F213FA (or 0xF213FA) is known color: Magenta. HEX triplet: F2, 13 and FA. RGB value is (242,19,250). Sum of RGB (Red+Green+Blue) = 242+19+250=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #F213FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213FA is #0DEC05. Grayscale: #6F6F6F. Windows color (decimal): -912390 or 16389106. OLE color: 16389106.
HSL color Cylindrical-coordinate representation of color #F213FA: hue angle of 297.92º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213FA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 19 | 250 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.02 |
| HSL | 297.92º | 0.96% | 0.53% | - |
| HSV(B) | 297.92º | 0.92% | 0.98% | - |
| XYZ | 54.11 | 26.25 | 92.66 | - |
| YUV | 112.01 | 205.88 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 250 | 0.03 | 0.92 | 0 | 0.02 | 297.92 | 0.96 | 0.53 |
| Hex | F2 | 13 | FA | 3 | 5C | 0 | 2 | 12A | 60 | 35 |
| Octal | 362 | 23 | 372 | 3 | 134 | 0 | 2 | 452 | 140 | 65 |
| Binary | 11110010 | 10011 | 11111010 | 11 | 1011100 | 0 | 10 | 100101010 | 1100000 | 110101 |
Color Harmonies of #F213FA
Complementary color
Monochromatic Colors of #F213FA
Black with #F213FA
Text Example
Text Example
White with #F213FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213FA; }
p { color: rgb(242,19,250); }
H1.HeaderClassName
{
color: #F213FA;
}
.AnyTagClassName
{
color: #F213FA;
}
</style>
background-color css
<style>
a { background-color: #F213FA; }
a { background-color: rgb(242,19,250); }
div.DivClassName
{
background-color: #F213FA;
}
.BgClassName
{
background-color: #F213FA;
}
</style>
border-color css
<style>
span { border-color: #F213FA; }
span { border-color: rgb(242,19,250); }
td.TdClassName
{
border-color: #F213FA;
}
.TagClassName
{
border-color: #F213FA;
}
</style>