Shades of Magenta #F219F7
Tints of Magenta #F219F7
RGB
CMYK
RGB Variations
Color information
#F219F7 (or 0xF219F7) is known color: Magenta. HEX triplet: F2, 19 and F7. RGB value is (242,25,247). Sum of RGB (Red+Green+Blue) = 242+25+247=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #F219F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219F7 is #0DE608. Grayscale: #727272. Windows color (decimal): -910857 or 16194034. OLE color: 16194034.
HSL color Cylindrical-coordinate representation of color #F219F7: hue angle of 298.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219F7 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 25 | 247 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.03 |
| HSL | 298.65º | 0.93% | 0.53% | - |
| HSV(B) | 298.65º | 0.9% | 0.97% | - |
| XYZ | 53.75 | 26.29 | 90.24 | - |
| YUV | 115.19 | 202.39 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 247 | 0.02 | 0.90 | 0 | 0.03 | 298.65 | 0.93 | 0.53 |
| Hex | F2 | 19 | F7 | 2 | 5A | 0 | 3 | 12B | 5D | 35 |
| Octal | 362 | 31 | 367 | 2 | 132 | 0 | 3 | 453 | 135 | 65 |
| Binary | 11110010 | 11001 | 11110111 | 10 | 1011010 | 0 | 11 | 100101011 | 1011101 | 110101 |
Color Harmonies of #F219F7
Complementary color
Monochromatic Colors of #F219F7
Black with #F219F7
Text Example
Text Example
White with #F219F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219F7; }
p { color: rgb(242,25,247); }
H1.HeaderClassName
{
color: #F219F7;
}
.AnyTagClassName
{
color: #F219F7;
}
</style>
background-color css
<style>
a { background-color: #F219F7; }
a { background-color: rgb(242,25,247); }
div.DivClassName
{
background-color: #F219F7;
}
.BgClassName
{
background-color: #F219F7;
}
</style>
border-color css
<style>
span { border-color: #F219F7; }
span { border-color: rgb(242,25,247); }
td.TdClassName
{
border-color: #F219F7;
}
.TagClassName
{
border-color: #F219F7;
}
</style>