Shades of Magenta #F00EFE
Tints of Magenta #F00EFE
RGB
CMYK
RGB Variations
Color information
#F00EFE (or 0xF00EFE) is known color: Magenta. HEX triplet: F0, 0E and FE. RGB value is (240,14,254). Sum of RGB (Red+Green+Blue) = 240+14+254=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #F00EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EFE is #0FF101. Grayscale: #6C6C6C. Windows color (decimal): -1044738 or 16649968. OLE color: 16649968.
HSL color Cylindrical-coordinate representation of color #F00EFE: hue angle of 296.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EFE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 14 | 254 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.00 |
| HSL | 296.5º | 0.99% | 0.53% | - |
| HSV(B) | 296.5º | 0.94% | 1% | - |
| XYZ | 53.98 | 26 | 95.94 | - |
| YUV | 108.93 | 209.87 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 254 | 0.06 | 0.94 | 0 | 0.00 | 296.5 | 0.99 | 0.53 |
| Hex | F0 | E | FE | 6 | 5E | 0 | 0 | 128 | 63 | 35 |
| Octal | 360 | 16 | 376 | 6 | 136 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11110000 | 1110 | 11111110 | 110 | 1011110 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #F00EFE
Complementary color
Monochromatic Colors of #F00EFE
Black with #F00EFE
Text Example
Text Example
White with #F00EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EFE; }
p { color: rgb(240,14,254); }
H1.HeaderClassName
{
color: #F00EFE;
}
.AnyTagClassName
{
color: #F00EFE;
}
</style>
background-color css
<style>
a { background-color: #F00EFE; }
a { background-color: rgb(240,14,254); }
div.DivClassName
{
background-color: #F00EFE;
}
.BgClassName
{
background-color: #F00EFE;
}
</style>
border-color css
<style>
span { border-color: #F00EFE; }
span { border-color: rgb(240,14,254); }
td.TdClassName
{
border-color: #F00EFE;
}
.TagClassName
{
border-color: #F00EFE;
}
</style>