Shades of Magenta #F020EF
Tints of Magenta #F020EF
RGB
CMYK
RGB Variations
Color information
#F020EF (or 0xF020EF) is known color: Magenta. HEX triplet: F0, 20 and EF. RGB value is (240,32,239). Sum of RGB (Red+Green+Blue) = 240+32+239=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F020EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020EF is #0FDF10. Grayscale: #757575. Windows color (decimal): -1040145 or 15671536. OLE color: 15671536.
HSL color Cylindrical-coordinate representation of color #F020EF: hue angle of 300.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020EF is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 239 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.06 |
| HSL | 300.29º | 0.87% | 0.53% | - |
| HSV(B) | 300.29º | 0.87% | 0.94% | - |
| XYZ | 52.03 | 25.79 | 83.9 | - |
| YUV | 117.79 | 196.41 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 239 | 0 | 0.87 | 0.00 | 0.06 | 300.29 | 0.87 | 0.53 |
| Hex | F0 | 20 | EF | 0 | 57 | 0 | 6 | 12C | 57 | 35 |
| Octal | 360 | 40 | 357 | 0 | 127 | 0 | 6 | 454 | 127 | 65 |
| Binary | 11110000 | 100000 | 11101111 | 0 | 1010111 | 0 | 110 | 100101100 | 1010111 | 110101 |
Color Harmonies of #F020EF
Complementary color
Monochromatic Colors of #F020EF
Black with #F020EF
Text Example
Text Example
White with #F020EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020EF; }
p { color: rgb(240,32,239); }
H1.HeaderClassName
{
color: #F020EF;
}
.AnyTagClassName
{
color: #F020EF;
}
</style>
background-color css
<style>
a { background-color: #F020EF; }
a { background-color: rgb(240,32,239); }
div.DivClassName
{
background-color: #F020EF;
}
.BgClassName
{
background-color: #F020EF;
}
</style>
border-color css
<style>
span { border-color: #F020EF; }
span { border-color: rgb(240,32,239); }
td.TdClassName
{
border-color: #F020EF;
}
.TagClassName
{
border-color: #F020EF;
}
</style>