Shades of Magenta #F00EFC
Tints of Magenta #F00EFC
RGB
CMYK
RGB Variations
Color information
#F00EFC (or 0xF00EFC) is known color: Magenta. HEX triplet: F0, 0E and FC. RGB value is (240,14,252). Sum of RGB (Red+Green+Blue) = 240+14+252=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #F00EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EFC is #0FF103. Grayscale: #6B6B6B. Windows color (decimal): -1044740 or 16518896. OLE color: 16518896.
HSL color Cylindrical-coordinate representation of color #F00EFC: hue angle of 296.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EFC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 14 | 252 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.01 |
| HSL | 296.97º | 0.98% | 0.52% | - |
| HSV(B) | 296.97º | 0.94% | 0.99% | - |
| XYZ | 53.66 | 25.87 | 94.26 | - |
| YUV | 108.71 | 208.87 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 252 | 0.05 | 0.94 | 0 | 0.01 | 296.97 | 0.98 | 0.52 |
| Hex | F0 | E | FC | 5 | 5E | 0 | 1 | 129 | 62 | 34 |
| Octal | 360 | 16 | 374 | 5 | 136 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11110000 | 1110 | 11111100 | 101 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #F00EFC
Complementary color
Monochromatic Colors of #F00EFC
Black with #F00EFC
Text Example
Text Example
White with #F00EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EFC; }
p { color: rgb(240,14,252); }
H1.HeaderClassName
{
color: #F00EFC;
}
.AnyTagClassName
{
color: #F00EFC;
}
</style>
background-color css
<style>
a { background-color: #F00EFC; }
a { background-color: rgb(240,14,252); }
div.DivClassName
{
background-color: #F00EFC;
}
.BgClassName
{
background-color: #F00EFC;
}
</style>
border-color css
<style>
span { border-color: #F00EFC; }
span { border-color: rgb(240,14,252); }
td.TdClassName
{
border-color: #F00EFC;
}
.TagClassName
{
border-color: #F00EFC;
}
</style>