Shades of Magenta #F00EF8
Tints of Magenta #F00EF8
RGB
CMYK
RGB Variations
Color information
#F00EF8 (or 0xF00EF8) is known color: Magenta. HEX triplet: F0, 0E and F8. RGB value is (240,14,248). Sum of RGB (Red+Green+Blue) = 240+14+248=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #F00EF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EF8 is #0FF107. Grayscale: #6B6B6B. Windows color (decimal): -1044744 or 16256752. OLE color: 16256752.
HSL color Cylindrical-coordinate representation of color #F00EF8: hue angle of 297.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EF8 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 14 | 248 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.03 |
| HSL | 297.95º | 0.94% | 0.51% | - |
| HSV(B) | 297.95º | 0.94% | 0.97% | - |
| XYZ | 53.04 | 25.62 | 90.96 | - |
| YUV | 108.25 | 206.87 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 248 | 0.03 | 0.94 | 0 | 0.03 | 297.95 | 0.94 | 0.51 |
| Hex | F0 | E | F8 | 3 | 5E | 0 | 3 | 12A | 5E | 33 |
| Octal | 360 | 16 | 370 | 3 | 136 | 0 | 3 | 452 | 136 | 63 |
| Binary | 11110000 | 1110 | 11111000 | 11 | 1011110 | 0 | 11 | 100101010 | 1011110 | 110011 |
Color Harmonies of #F00EF8
Complementary color
Monochromatic Colors of #F00EF8
Black with #F00EF8
Text Example
Text Example
White with #F00EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EF8; }
p { color: rgb(240,14,248); }
H1.HeaderClassName
{
color: #F00EF8;
}
.AnyTagClassName
{
color: #F00EF8;
}
</style>
background-color css
<style>
a { background-color: #F00EF8; }
a { background-color: rgb(240,14,248); }
div.DivClassName
{
background-color: #F00EF8;
}
.BgClassName
{
background-color: #F00EF8;
}
</style>
border-color css
<style>
span { border-color: #F00EF8; }
span { border-color: rgb(240,14,248); }
td.TdClassName
{
border-color: #F00EF8;
}
.TagClassName
{
border-color: #F00EF8;
}
</style>