Shades of Magenta #F024EE
Tints of Magenta #F024EE
RGB
CMYK
RGB Variations
Color information
#F024EE (or 0xF024EE) is known color: Magenta. HEX triplet: F0, 24 and EE. RGB value is (240,36,238). Sum of RGB (Red+Green+Blue) = 240+36+238=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F024EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024EE is #0FDB11. Grayscale: #777777. Windows color (decimal): -1039122 or 15607024. OLE color: 15607024.
HSL color Cylindrical-coordinate representation of color #F024EE: hue angle of 300.59º 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 #F024EE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 238 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.06 |
| HSL | 300.59º | 0.87% | 0.54% | - |
| HSV(B) | 300.59º | 0.85% | 0.94% | - |
| XYZ | 52 | 25.96 | 83.16 | - |
| YUV | 120.02 | 194.59 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 238 | 0 | 0.85 | 0.01 | 0.06 | 300.59 | 0.87 | 0.54 |
| Hex | F0 | 24 | EE | 0 | 55 | 1 | 6 | 12D | 57 | 36 |
| Octal | 360 | 44 | 356 | 0 | 125 | 1 | 6 | 455 | 127 | 66 |
| Binary | 11110000 | 100100 | 11101110 | 0 | 1010101 | 1 | 110 | 100101101 | 1010111 | 110110 |
Color Harmonies of #F024EE
Complementary color
Monochromatic Colors of #F024EE
Black with #F024EE
Text Example
Text Example
White with #F024EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024EE; }
p { color: rgb(240,36,238); }
H1.HeaderClassName
{
color: #F024EE;
}
.AnyTagClassName
{
color: #F024EE;
}
</style>
background-color css
<style>
a { background-color: #F024EE; }
a { background-color: rgb(240,36,238); }
div.DivClassName
{
background-color: #F024EE;
}
.BgClassName
{
background-color: #F024EE;
}
</style>
border-color css
<style>
span { border-color: #F024EE; }
span { border-color: rgb(240,36,238); }
td.TdClassName
{
border-color: #F024EE;
}
.TagClassName
{
border-color: #F024EE;
}
</style>