Shades of Magenta #F019EA
Tints of Magenta #F019EA
RGB
CMYK
RGB Variations
Color information
#F019EA (or 0xF019EA) is known color: Magenta. HEX triplet: F0, 19 and EA. RGB value is (240,25,234). Sum of RGB (Red+Green+Blue) = 240+25+234=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F019EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019EA is #0FE615. Grayscale: #707070. Windows color (decimal): -1041942 or 15342064. OLE color: 15342064.
HSL color Cylindrical-coordinate representation of color #F019EA: hue angle of 301.67º 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 #F019EA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 234 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.06 |
| HSL | 301.67º | 0.88% | 0.52% | - |
| HSV(B) | 301.67º | 0.9% | 0.94% | - |
| XYZ | 51.13 | 25.16 | 80 | - |
| YUV | 113.11 | 196.23 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 234 | 0 | 0.90 | 0.02 | 0.06 | 301.67 | 0.88 | 0.52 |
| Hex | F0 | 19 | EA | 0 | 5A | 2 | 6 | 12E | 58 | 34 |
| Octal | 360 | 31 | 352 | 0 | 132 | 2 | 6 | 456 | 130 | 64 |
| Binary | 11110000 | 11001 | 11101010 | 0 | 1011010 | 10 | 110 | 100101110 | 1011000 | 110100 |
Color Harmonies of #F019EA
Complementary color
Monochromatic Colors of #F019EA
Black with #F019EA
Text Example
Text Example
White with #F019EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019EA; }
p { color: rgb(240,25,234); }
H1.HeaderClassName
{
color: #F019EA;
}
.AnyTagClassName
{
color: #F019EA;
}
</style>
background-color css
<style>
a { background-color: #F019EA; }
a { background-color: rgb(240,25,234); }
div.DivClassName
{
background-color: #F019EA;
}
.BgClassName
{
background-color: #F019EA;
}
</style>
border-color css
<style>
span { border-color: #F019EA; }
span { border-color: rgb(240,25,234); }
td.TdClassName
{
border-color: #F019EA;
}
.TagClassName
{
border-color: #F019EA;
}
</style>