Shades of Magenta #F019E6
Tints of Magenta #F019E6
RGB
CMYK
RGB Variations
Color information
#F019E6 (or 0xF019E6) is known color: Magenta. HEX triplet: F0, 19 and E6. RGB value is (240,25,230). Sum of RGB (Red+Green+Blue) = 240+25+230=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F019E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019E6 is #0FE619. Grayscale: #707070. Windows color (decimal): -1041946 or 15079920. OLE color: 15079920.
HSL color Cylindrical-coordinate representation of color #F019E6: hue angle of 302.79º 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 #F019E6 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 230 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.06 |
| HSL | 302.79º | 0.88% | 0.52% | - |
| HSV(B) | 302.79º | 0.9% | 0.94% | - |
| XYZ | 50.57 | 24.93 | 77.01 | - |
| YUV | 112.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 230 | 0 | 0.90 | 0.04 | 0.06 | 302.79 | 0.88 | 0.52 |
| Hex | F0 | 19 | E6 | 0 | 5A | 4 | 6 | 12F | 58 | 34 |
| Octal | 360 | 31 | 346 | 0 | 132 | 4 | 6 | 457 | 130 | 64 |
| Binary | 11110000 | 11001 | 11100110 | 0 | 1011010 | 100 | 110 | 100101111 | 1011000 | 110100 |
Color Harmonies of #F019E6
Complementary color
Monochromatic Colors of #F019E6
Black with #F019E6
Text Example
Text Example
White with #F019E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019E6; }
p { color: rgb(240,25,230); }
H1.HeaderClassName
{
color: #F019E6;
}
.AnyTagClassName
{
color: #F019E6;
}
</style>
background-color css
<style>
a { background-color: #F019E6; }
a { background-color: rgb(240,25,230); }
div.DivClassName
{
background-color: #F019E6;
}
.BgClassName
{
background-color: #F019E6;
}
</style>
border-color css
<style>
span { border-color: #F019E6; }
span { border-color: rgb(240,25,230); }
td.TdClassName
{
border-color: #F019E6;
}
.TagClassName
{
border-color: #F019E6;
}
</style>