Shades of Magenta #F219FA
Tints of Magenta #F219FA
RGB
CMYK
RGB Variations
Color information
#F219FA (or 0xF219FA) is known color: Magenta. HEX triplet: F2, 19 and FA. RGB value is (242,25,250). Sum of RGB (Red+Green+Blue) = 242+25+250=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 25 (10.16% from 255 or 4.84% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #F219FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219FA is #0DE605. Grayscale: #727272. Windows color (decimal): -910854 or 16390642. OLE color: 16390642.
HSL color Cylindrical-coordinate representation of color #F219FA: hue angle of 297.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219FA is Cyan = 0.03, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 25 | 250 | - |
| CMYK | 0.03 | 0.9 | 0 | 0.02 |
| HSL | 297.87º | 0.96% | 0.54% | - |
| HSV(B) | 297.87º | 0.9% | 0.98% | - |
| XYZ | 54.22 | 26.47 | 92.69 | - |
| YUV | 115.53 | 203.89 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 250 | 0.03 | 0.9 | 0 | 0.02 | 297.87 | 0.96 | 0.54 |
| Hex | F2 | 19 | FA | 3 | 5A | 0 | 2 | 12A | 60 | 36 |
| Octal | 362 | 31 | 372 | 3 | 132 | 0 | 2 | 452 | 140 | 66 |
| Binary | 11110010 | 11001 | 11111010 | 11 | 1011010 | 0 | 10 | 100101010 | 1100000 | 110110 |
Color Harmonies of #F219FA
Complementary color
Monochromatic Colors of #F219FA
Black with #F219FA
Text Example
Text Example
White with #F219FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219FA; }
p { color: rgb(242,25,250); }
H1.HeaderClassName
{
color: #F219FA;
}
.AnyTagClassName
{
color: #F219FA;
}
</style>
background-color css
<style>
a { background-color: #F219FA; }
a { background-color: rgb(242,25,250); }
div.DivClassName
{
background-color: #F219FA;
}
.BgClassName
{
background-color: #F219FA;
}
</style>
border-color css
<style>
span { border-color: #F219FA; }
span { border-color: rgb(242,25,250); }
td.TdClassName
{
border-color: #F219FA;
}
.TagClassName
{
border-color: #F219FA;
}
</style>