Shades of Magenta #F019F0
Tints of Magenta #F019F0
RGB
CMYK
RGB Variations
Color information
#F019F0 (or 0xF019F0) is known color: Magenta. HEX triplet: F0, 19 and F0. RGB value is (240,25,240). Sum of RGB (Red+Green+Blue) = 240+25+240=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F019F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019F0 is #0FE60F. Grayscale: #717171. Windows color (decimal): -1041936 or 15735280. OLE color: 15735280.
HSL color Cylindrical-coordinate representation of color #F019F0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019F0 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 240 | - |
| CMYK | 0 | 0.90 | 0 | 0.06 |
| HSL | 300º | 0.88% | 0.52% | - |
| HSV(B) | 300º | 0.9% | 0.94% | - |
| XYZ | 52.01 | 25.51 | 84.62 | - |
| YUV | 113.8 | 199.23 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 240 | 0 | 0.90 | 0 | 0.06 | 300 | 0.88 | 0.52 |
| Hex | F0 | 19 | F0 | 0 | 5A | 0 | 6 | 12C | 58 | 34 |
| Octal | 360 | 31 | 360 | 0 | 132 | 0 | 6 | 454 | 130 | 64 |
| Binary | 11110000 | 11001 | 11110000 | 0 | 1011010 | 0 | 110 | 100101100 | 1011000 | 110100 |
Color Harmonies of #F019F0
Complementary color
Monochromatic Colors of #F019F0
Black with #F019F0
Text Example
Text Example
White with #F019F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019F0; }
p { color: rgb(240,25,240); }
H1.HeaderClassName
{
color: #F019F0;
}
.AnyTagClassName
{
color: #F019F0;
}
</style>
background-color css
<style>
a { background-color: #F019F0; }
a { background-color: rgb(240,25,240); }
div.DivClassName
{
background-color: #F019F0;
}
.BgClassName
{
background-color: #F019F0;
}
</style>
border-color css
<style>
span { border-color: #F019F0; }
span { border-color: rgb(240,25,240); }
td.TdClassName
{
border-color: #F019F0;
}
.TagClassName
{
border-color: #F019F0;
}
</style>