Shades of Magenta #F018E9
Tints of Magenta #F018E9
RGB
CMYK
RGB Variations
Color information
#F018E9 (or 0xF018E9) is known color: Magenta. HEX triplet: F0, 18 and E9. RGB value is (240,24,233). Sum of RGB (Red+Green+Blue) = 240+24+233=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F018E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018E9 is #0FE716. Grayscale: #6F6F6F. Windows color (decimal): -1042199 or 15276272. OLE color: 15276272.
HSL color Cylindrical-coordinate representation of color #F018E9: hue angle of 301.94º 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 #F018E9 is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 233 | - |
| CMYK | 0 | 0.9 | 0.03 | 0.06 |
| HSL | 301.94º | 0.88% | 0.52% | - |
| HSV(B) | 301.94º | 0.9% | 0.94% | - |
| XYZ | 50.97 | 25.06 | 79.24 | - |
| YUV | 112.41 | 196.06 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 233 | 0 | 0.9 | 0.03 | 0.06 | 301.94 | 0.88 | 0.52 |
| Hex | F0 | 18 | E9 | 0 | 5A | 3 | 6 | 12E | 58 | 34 |
| Octal | 360 | 30 | 351 | 0 | 132 | 3 | 6 | 456 | 130 | 64 |
| Binary | 11110000 | 11000 | 11101001 | 0 | 1011010 | 11 | 110 | 100101110 | 1011000 | 110100 |
Color Harmonies of #F018E9
Complementary color
Monochromatic Colors of #F018E9
Black with #F018E9
Text Example
Text Example
White with #F018E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018E9; }
p { color: rgb(240,24,233); }
H1.HeaderClassName
{
color: #F018E9;
}
.AnyTagClassName
{
color: #F018E9;
}
</style>
background-color css
<style>
a { background-color: #F018E9; }
a { background-color: rgb(240,24,233); }
div.DivClassName
{
background-color: #F018E9;
}
.BgClassName
{
background-color: #F018E9;
}
</style>
border-color css
<style>
span { border-color: #F018E9; }
span { border-color: rgb(240,24,233); }
td.TdClassName
{
border-color: #F018E9;
}
.TagClassName
{
border-color: #F018E9;
}
</style>