Shades of Magenta #F024ED
Tints of Magenta #F024ED
RGB
CMYK
RGB Variations
Color information
#F024ED (or 0xF024ED) is known color: Magenta. HEX triplet: F0, 24 and ED. RGB value is (240,36,237). Sum of RGB (Red+Green+Blue) = 240+36+237=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 36 (14.45% from 255 or 7.02% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F024ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024ED is #0FDB12. Grayscale: #777777. Windows color (decimal): -1039123 or 15541488. OLE color: 15541488.
HSL color Cylindrical-coordinate representation of color #F024ED: hue angle of 300.88º 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 #F024ED is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 237 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.06 |
| HSL | 300.88º | 0.87% | 0.54% | - |
| HSV(B) | 300.88º | 0.85% | 0.94% | - |
| XYZ | 51.85 | 25.9 | 82.39 | - |
| YUV | 119.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 237 | 0 | 0.85 | 0.01 | 0.06 | 300.88 | 0.87 | 0.54 |
| Hex | F0 | 24 | ED | 0 | 55 | 1 | 6 | 12D | 57 | 36 |
| Octal | 360 | 44 | 355 | 0 | 125 | 1 | 6 | 455 | 127 | 66 |
| Binary | 11110000 | 100100 | 11101101 | 0 | 1010101 | 1 | 110 | 100101101 | 1010111 | 110110 |
Color Harmonies of #F024ED
Complementary color
Monochromatic Colors of #F024ED
Black with #F024ED
Text Example
Text Example
White with #F024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024ED; }
p { color: rgb(240,36,237); }
H1.HeaderClassName
{
color: #F024ED;
}
.AnyTagClassName
{
color: #F024ED;
}
</style>
background-color css
<style>
a { background-color: #F024ED; }
a { background-color: rgb(240,36,237); }
div.DivClassName
{
background-color: #F024ED;
}
.BgClassName
{
background-color: #F024ED;
}
</style>
border-color css
<style>
span { border-color: #F024ED; }
span { border-color: rgb(240,36,237); }
td.TdClassName
{
border-color: #F024ED;
}
.TagClassName
{
border-color: #F024ED;
}
</style>