Shades of Magenta #F022EF
Tints of Magenta #F022EF
RGB
CMYK
RGB Variations
Color information
#F022EF (or 0xF022EF) is known color: Magenta. HEX triplet: F0, 22 and EF. RGB value is (240,34,239). Sum of RGB (Red+Green+Blue) = 240+34+239=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 34 (13.67% from 255 or 6.63% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F022EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022EF is #0FDD10. Grayscale: #767676. Windows color (decimal): -1039633 or 15672048. OLE color: 15672048.
HSL color Cylindrical-coordinate representation of color #F022EF: hue angle of 300.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022EF is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 239 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.06 |
| HSL | 300.29º | 0.87% | 0.54% | - |
| HSV(B) | 300.29º | 0.86% | 0.94% | - |
| XYZ | 52.09 | 25.9 | 83.92 | - |
| YUV | 118.96 | 195.75 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 239 | 0 | 0.86 | 0.00 | 0.06 | 300.29 | 0.87 | 0.54 |
| Hex | F0 | 22 | EF | 0 | 56 | 0 | 6 | 12C | 57 | 36 |
| Octal | 360 | 42 | 357 | 0 | 126 | 0 | 6 | 454 | 127 | 66 |
| Binary | 11110000 | 100010 | 11101111 | 0 | 1010110 | 0 | 110 | 100101100 | 1010111 | 110110 |
Color Harmonies of #F022EF
Complementary color
Monochromatic Colors of #F022EF
Black with #F022EF
Text Example
Text Example
White with #F022EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022EF; }
p { color: rgb(240,34,239); }
H1.HeaderClassName
{
color: #F022EF;
}
.AnyTagClassName
{
color: #F022EF;
}
</style>
background-color css
<style>
a { background-color: #F022EF; }
a { background-color: rgb(240,34,239); }
div.DivClassName
{
background-color: #F022EF;
}
.BgClassName
{
background-color: #F022EF;
}
</style>
border-color css
<style>
span { border-color: #F022EF; }
span { border-color: rgb(240,34,239); }
td.TdClassName
{
border-color: #F022EF;
}
.TagClassName
{
border-color: #F022EF;
}
</style>