Shades of Magenta #F00EFA
Tints of Magenta #F00EFA
RGB
CMYK
RGB Variations
Color information
#F00EFA (or 0xF00EFA) is known color: Magenta. HEX triplet: F0, 0E and FA. RGB value is (240,14,250). Sum of RGB (Red+Green+Blue) = 240+14+250=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #F00EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EFA is #0FF105. Grayscale: #6B6B6B. Windows color (decimal): -1044742 or 16387824. OLE color: 16387824.
HSL color Cylindrical-coordinate representation of color #F00EFA: hue angle of 297.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EFA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 14 | 250 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.02 |
| HSL | 297.46º | 0.96% | 0.52% | - |
| HSV(B) | 297.46º | 0.94% | 0.98% | - |
| XYZ | 53.35 | 25.74 | 92.6 | - |
| YUV | 108.48 | 207.87 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 250 | 0.04 | 0.94 | 0 | 0.02 | 297.46 | 0.96 | 0.52 |
| Hex | F0 | E | FA | 4 | 5E | 0 | 2 | 129 | 60 | 34 |
| Octal | 360 | 16 | 372 | 4 | 136 | 0 | 2 | 451 | 140 | 64 |
| Binary | 11110000 | 1110 | 11111010 | 100 | 1011110 | 0 | 10 | 100101001 | 1100000 | 110100 |
Color Harmonies of #F00EFA
Complementary color
Monochromatic Colors of #F00EFA
Black with #F00EFA
Text Example
Text Example
White with #F00EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EFA; }
p { color: rgb(240,14,250); }
H1.HeaderClassName
{
color: #F00EFA;
}
.AnyTagClassName
{
color: #F00EFA;
}
</style>
background-color css
<style>
a { background-color: #F00EFA; }
a { background-color: rgb(240,14,250); }
div.DivClassName
{
background-color: #F00EFA;
}
.BgClassName
{
background-color: #F00EFA;
}
</style>
border-color css
<style>
span { border-color: #F00EFA; }
span { border-color: rgb(240,14,250); }
td.TdClassName
{
border-color: #F00EFA;
}
.TagClassName
{
border-color: #F00EFA;
}
</style>