Shades of Magenta #F219F0
Tints of Magenta #F219F0
RGB
CMYK
RGB Variations
Color information
#F219F0 (or 0xF219F0) is known color: Magenta. HEX triplet: F2, 19 and F0. RGB value is (242,25,240). Sum of RGB (Red+Green+Blue) = 242+25+240=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F219F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219F0 is #0DE60F. Grayscale: #717171. Windows color (decimal): -910864 or 15735282. OLE color: 15735282.
HSL color Cylindrical-coordinate representation of color #F219F0: hue angle of 300.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219F0 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 240 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.05 |
| HSL | 300.55º | 0.89% | 0.52% | - |
| HSV(B) | 300.55º | 0.9% | 0.95% | - |
| XYZ | 52.69 | 25.86 | 84.65 | - |
| YUV | 114.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 240 | 0 | 0.90 | 0.01 | 0.05 | 300.55 | 0.89 | 0.52 |
| Hex | F2 | 19 | F0 | 0 | 5A | 1 | 5 | 12D | 59 | 34 |
| Octal | 362 | 31 | 360 | 0 | 132 | 1 | 5 | 455 | 131 | 64 |
| Binary | 11110010 | 11001 | 11110000 | 0 | 1011010 | 1 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F219F0
Complementary color
Monochromatic Colors of #F219F0
Black with #F219F0
Text Example
Text Example
White with #F219F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219F0; }
p { color: rgb(242,25,240); }
H1.HeaderClassName
{
color: #F219F0;
}
.AnyTagClassName
{
color: #F219F0;
}
</style>
background-color css
<style>
a { background-color: #F219F0; }
a { background-color: rgb(242,25,240); }
div.DivClassName
{
background-color: #F219F0;
}
.BgClassName
{
background-color: #F219F0;
}
</style>
border-color css
<style>
span { border-color: #F219F0; }
span { border-color: rgb(242,25,240); }
td.TdClassName
{
border-color: #F219F0;
}
.TagClassName
{
border-color: #F219F0;
}
</style>