Shades of Magenta #F014EF
Tints of Magenta #F014EF
RGB
CMYK
RGB Variations
Color information
#F014EF (or 0xF014EF) is known color: Magenta. HEX triplet: F0, 14 and EF. RGB value is (240,20,239). Sum of RGB (Red+Green+Blue) = 240+20+239=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F014EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014EF is #0FEB10. Grayscale: #6E6E6E. Windows color (decimal): -1043217 or 15668464. OLE color: 15668464.
HSL color Cylindrical-coordinate representation of color #F014EF: hue angle of 300.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014EF is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 239 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.06 |
| HSL | 300.27º | 0.88% | 0.51% | - |
| HSV(B) | 300.27º | 0.92% | 0.94% | - |
| XYZ | 51.77 | 25.26 | 83.81 | - |
| YUV | 110.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 239 | 0 | 0.92 | 0.00 | 0.06 | 300.27 | 0.88 | 0.51 |
| Hex | F0 | 14 | EF | 0 | 5C | 0 | 6 | 12C | 58 | 33 |
| Octal | 360 | 24 | 357 | 0 | 134 | 0 | 6 | 454 | 130 | 63 |
| Binary | 11110000 | 10100 | 11101111 | 0 | 1011100 | 0 | 110 | 100101100 | 1011000 | 110011 |
Color Harmonies of #F014EF
Complementary color
Monochromatic Colors of #F014EF
Black with #F014EF
Text Example
Text Example
White with #F014EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014EF; }
p { color: rgb(240,20,239); }
H1.HeaderClassName
{
color: #F014EF;
}
.AnyTagClassName
{
color: #F014EF;
}
</style>
background-color css
<style>
a { background-color: #F014EF; }
a { background-color: rgb(240,20,239); }
div.DivClassName
{
background-color: #F014EF;
}
.BgClassName
{
background-color: #F014EF;
}
</style>
border-color css
<style>
span { border-color: #F014EF; }
span { border-color: rgb(240,20,239); }
td.TdClassName
{
border-color: #F014EF;
}
.TagClassName
{
border-color: #F014EF;
}
</style>