Shades of Magenta #F024F5
Tints of Magenta #F024F5
RGB
CMYK
RGB Variations
Color information
#F024F5 (or 0xF024F5) is known color: Magenta. HEX triplet: F0, 24 and F5. RGB value is (240,36,245). Sum of RGB (Red+Green+Blue) = 240+36+245=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 36 (14.45% from 255 or 6.91% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #F024F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024F5 is #0FDB0A. Grayscale: #787878. Windows color (decimal): -1039115 or 16065776. OLE color: 16065776.
HSL color Cylindrical-coordinate representation of color #F024F5: hue angle of 298.56º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024F5 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 36 | 245 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.04 |
| HSL | 298.56º | 0.91% | 0.55% | - |
| HSV(B) | 298.56º | 0.85% | 0.96% | - |
| XYZ | 53.05 | 26.38 | 88.68 | - |
| YUV | 120.82 | 198.09 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 245 | 0.02 | 0.85 | 0 | 0.04 | 298.56 | 0.91 | 0.55 |
| Hex | F0 | 24 | F5 | 2 | 55 | 0 | 4 | 12B | 5B | 37 |
| Octal | 360 | 44 | 365 | 2 | 125 | 0 | 4 | 453 | 133 | 67 |
| Binary | 11110000 | 100100 | 11110101 | 10 | 1010101 | 0 | 100 | 100101011 | 1011011 | 110111 |
Color Harmonies of #F024F5
Complementary color
Monochromatic Colors of #F024F5
Black with #F024F5
Text Example
Text Example
White with #F024F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024F5; }
p { color: rgb(240,36,245); }
H1.HeaderClassName
{
color: #F024F5;
}
.AnyTagClassName
{
color: #F024F5;
}
</style>
background-color css
<style>
a { background-color: #F024F5; }
a { background-color: rgb(240,36,245); }
div.DivClassName
{
background-color: #F024F5;
}
.BgClassName
{
background-color: #F024F5;
}
</style>
border-color css
<style>
span { border-color: #F024F5; }
span { border-color: rgb(240,36,245); }
td.TdClassName
{
border-color: #F024F5;
}
.TagClassName
{
border-color: #F024F5;
}
</style>