Shades of Magenta #F219F9
Tints of Magenta #F219F9
RGB
CMYK
RGB Variations
Color information
#F219F9 (or 0xF219F9) is known color: Magenta. HEX triplet: F2, 19 and F9. RGB value is (242,25,249). Sum of RGB (Red+Green+Blue) = 242+25+249=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 25 (10.16% from 255 or 4.84% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #F219F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219F9 is #0DE606. Grayscale: #727272. Windows color (decimal): -910855 or 16325106. OLE color: 16325106.
HSL color Cylindrical-coordinate representation of color #F219F9: hue angle of 298.12º degrees, saturation: 0.95, 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 #F219F9 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 25 | 249 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.02 |
| HSL | 298.13º | 0.95% | 0.54% | - |
| HSV(B) | 298.13º | 0.9% | 0.98% | - |
| XYZ | 54.06 | 26.41 | 91.87 | - |
| YUV | 115.42 | 203.39 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 249 | 0.03 | 0.90 | 0 | 0.02 | 298.13 | 0.95 | 0.54 |
| Hex | F2 | 19 | F9 | 3 | 5A | 0 | 2 | 12A | 5F | 36 |
| Octal | 362 | 31 | 371 | 3 | 132 | 0 | 2 | 452 | 137 | 66 |
| Binary | 11110010 | 11001 | 11111001 | 11 | 1011010 | 0 | 10 | 100101010 | 1011111 | 110110 |
Color Harmonies of #F219F9
Complementary color
Monochromatic Colors of #F219F9
Black with #F219F9
Text Example
Text Example
White with #F219F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219F9; }
p { color: rgb(242,25,249); }
H1.HeaderClassName
{
color: #F219F9;
}
.AnyTagClassName
{
color: #F219F9;
}
</style>
background-color css
<style>
a { background-color: #F219F9; }
a { background-color: rgb(242,25,249); }
div.DivClassName
{
background-color: #F219F9;
}
.BgClassName
{
background-color: #F219F9;
}
</style>
border-color css
<style>
span { border-color: #F219F9; }
span { border-color: rgb(242,25,249); }
td.TdClassName
{
border-color: #F219F9;
}
.TagClassName
{
border-color: #F219F9;
}
</style>