Shades of Magenta #F024EF
Tints of Magenta #F024EF
RGB
CMYK
RGB Variations
Color information
#F024EF (or 0xF024EF) is known color: Magenta. HEX triplet: F0, 24 and EF. RGB value is (240,36,239). Sum of RGB (Red+Green+Blue) = 240+36+239=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F024EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024EF is #0FDB10. Grayscale: #777777. Windows color (decimal): -1039121 or 15672560. OLE color: 15672560.
HSL color Cylindrical-coordinate representation of color #F024EF: 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.85%. Process color model (Four color, CMYK) of #F024EF is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 239 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.06 |
| HSL | 300.29º | 0.87% | 0.54% | - |
| HSV(B) | 300.29º | 0.85% | 0.94% | - |
| XYZ | 52.15 | 26.02 | 83.94 | - |
| YUV | 120.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 239 | 0 | 0.85 | 0.00 | 0.06 | 300.29 | 0.87 | 0.54 |
| Hex | F0 | 24 | EF | 0 | 55 | 0 | 6 | 12C | 57 | 36 |
| Octal | 360 | 44 | 357 | 0 | 125 | 0 | 6 | 454 | 127 | 66 |
| Binary | 11110000 | 100100 | 11101111 | 0 | 1010101 | 0 | 110 | 100101100 | 1010111 | 110110 |
Color Harmonies of #F024EF
Complementary color
Monochromatic Colors of #F024EF
Black with #F024EF
Text Example
Text Example
White with #F024EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024EF; }
p { color: rgb(240,36,239); }
H1.HeaderClassName
{
color: #F024EF;
}
.AnyTagClassName
{
color: #F024EF;
}
</style>
background-color css
<style>
a { background-color: #F024EF; }
a { background-color: rgb(240,36,239); }
div.DivClassName
{
background-color: #F024EF;
}
.BgClassName
{
background-color: #F024EF;
}
</style>
border-color css
<style>
span { border-color: #F024EF; }
span { border-color: rgb(240,36,239); }
td.TdClassName
{
border-color: #F024EF;
}
.TagClassName
{
border-color: #F024EF;
}
</style>