Shades of Magenta #F019FE
Tints of Magenta #F019FE
RGB
CMYK
RGB Variations
Color information
#F019FE (or 0xF019FE) is known color: Magenta. HEX triplet: F0, 19 and FE. RGB value is (240,25,254). Sum of RGB (Red+Green+Blue) = 240+25+254=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #F019FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019FE is #0FE601. Grayscale: #727272. Windows color (decimal): -1041922 or 16652784. OLE color: 16652784.
HSL color Cylindrical-coordinate representation of color #F019FE: hue angle of 296.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019FE is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 25 | 254 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.00 |
| HSL | 296.33º | 0.99% | 0.55% | - |
| HSV(B) | 296.33º | 0.9% | 1% | - |
| XYZ | 54.17 | 26.38 | 96 | - |
| YUV | 115.39 | 206.23 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 254 | 0.06 | 0.90 | 0 | 0.00 | 296.33 | 0.99 | 0.55 |
| Hex | F0 | 19 | FE | 6 | 5A | 0 | 0 | 128 | 63 | 37 |
| Octal | 360 | 31 | 376 | 6 | 132 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11110000 | 11001 | 11111110 | 110 | 1011010 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #F019FE
Complementary color
Monochromatic Colors of #F019FE
Black with #F019FE
Text Example
Text Example
White with #F019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019FE; }
p { color: rgb(240,25,254); }
H1.HeaderClassName
{
color: #F019FE;
}
.AnyTagClassName
{
color: #F019FE;
}
</style>
background-color css
<style>
a { background-color: #F019FE; }
a { background-color: rgb(240,25,254); }
div.DivClassName
{
background-color: #F019FE;
}
.BgClassName
{
background-color: #F019FE;
}
</style>
border-color css
<style>
span { border-color: #F019FE; }
span { border-color: rgb(240,25,254); }
td.TdClassName
{
border-color: #F019FE;
}
.TagClassName
{
border-color: #F019FE;
}
</style>