Shades of Magenta #F018E7
Tints of Magenta #F018E7
RGB
CMYK
RGB Variations
Color information
#F018E7 (or 0xF018E7) is known color: Magenta. HEX triplet: F0, 18 and E7. RGB value is (240,24,231). Sum of RGB (Red+Green+Blue) = 240+24+231=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F018E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018E7 is #0FE718. Grayscale: #6F6F6F. Windows color (decimal): -1042201 or 15145200. OLE color: 15145200.
HSL color Cylindrical-coordinate representation of color #F018E7: hue angle of 302.5º 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 #F018E7 is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 231 | - |
| CMYK | 0 | 0.9 | 0.04 | 0.06 |
| HSL | 302.5º | 0.88% | 0.52% | - |
| HSV(B) | 302.5º | 0.9% | 0.94% | - |
| XYZ | 50.69 | 24.95 | 77.75 | - |
| YUV | 112.18 | 195.06 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 231 | 0 | 0.9 | 0.04 | 0.06 | 302.5 | 0.88 | 0.52 |
| Hex | F0 | 18 | E7 | 0 | 5A | 4 | 6 | 12E | 58 | 34 |
| Octal | 360 | 30 | 347 | 0 | 132 | 4 | 6 | 456 | 130 | 64 |
| Binary | 11110000 | 11000 | 11100111 | 0 | 1011010 | 100 | 110 | 100101110 | 1011000 | 110100 |
Color Harmonies of #F018E7
Complementary color
Monochromatic Colors of #F018E7
Black with #F018E7
Text Example
Text Example
White with #F018E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018E7; }
p { color: rgb(240,24,231); }
H1.HeaderClassName
{
color: #F018E7;
}
.AnyTagClassName
{
color: #F018E7;
}
</style>
background-color css
<style>
a { background-color: #F018E7; }
a { background-color: rgb(240,24,231); }
div.DivClassName
{
background-color: #F018E7;
}
.BgClassName
{
background-color: #F018E7;
}
</style>
border-color css
<style>
span { border-color: #F018E7; }
span { border-color: rgb(240,24,231); }
td.TdClassName
{
border-color: #F018E7;
}
.TagClassName
{
border-color: #F018E7;
}
</style>