Shades of Magenta #F219F8
Tints of Magenta #F219F8
RGB
CMYK
RGB Variations
Color information
#F219F8 (or 0xF219F8) is known color: Magenta. HEX triplet: F2, 19 and F8. RGB value is (242,25,248). Sum of RGB (Red+Green+Blue) = 242+25+248=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #F219F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219F8 is #0DE607. Grayscale: #727272. Windows color (decimal): -910856 or 16259570. OLE color: 16259570.
HSL color Cylindrical-coordinate representation of color #F219F8: hue angle of 298.39º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219F8 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 25 | 248 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.03 |
| HSL | 298.39º | 0.94% | 0.54% | - |
| HSV(B) | 298.39º | 0.9% | 0.97% | - |
| XYZ | 53.91 | 26.35 | 91.05 | - |
| YUV | 115.31 | 202.89 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 248 | 0.02 | 0.90 | 0 | 0.03 | 298.39 | 0.94 | 0.54 |
| Hex | F2 | 19 | F8 | 2 | 5A | 0 | 3 | 12A | 5E | 36 |
| Octal | 362 | 31 | 370 | 2 | 132 | 0 | 3 | 452 | 136 | 66 |
| Binary | 11110010 | 11001 | 11111000 | 10 | 1011010 | 0 | 11 | 100101010 | 1011110 | 110110 |
Color Harmonies of #F219F8
Complementary color
Monochromatic Colors of #F219F8
Black with #F219F8
Text Example
Text Example
White with #F219F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219F8; }
p { color: rgb(242,25,248); }
H1.HeaderClassName
{
color: #F219F8;
}
.AnyTagClassName
{
color: #F219F8;
}
</style>
background-color css
<style>
a { background-color: #F219F8; }
a { background-color: rgb(242,25,248); }
div.DivClassName
{
background-color: #F219F8;
}
.BgClassName
{
background-color: #F219F8;
}
</style>
border-color css
<style>
span { border-color: #F219F8; }
span { border-color: rgb(242,25,248); }
td.TdClassName
{
border-color: #F219F8;
}
.TagClassName
{
border-color: #F219F8;
}
</style>