Shades of Magenta #F024F3
Tints of Magenta #F024F3
RGB
CMYK
RGB Variations
Color information
#F024F3 (or 0xF024F3) is known color: Magenta. HEX triplet: F0, 24 and F3. RGB value is (240,36,243). Sum of RGB (Red+Green+Blue) = 240+36+243=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 36 (14.45% from 255 or 6.94% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #F024F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024F3 is #0FDB0C. Grayscale: #777777. Windows color (decimal): -1039117 or 15934704. OLE color: 15934704.
HSL color Cylindrical-coordinate representation of color #F024F3: hue angle of 299.13º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024F3 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 36 | 243 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.05 |
| HSL | 299.13º | 0.9% | 0.55% | - |
| HSV(B) | 299.13º | 0.85% | 0.95% | - |
| XYZ | 52.74 | 26.26 | 87.08 | - |
| YUV | 120.59 | 197.09 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 243 | 0.01 | 0.85 | 0 | 0.05 | 299.13 | 0.9 | 0.55 |
| Hex | F0 | 24 | F3 | 1 | 55 | 0 | 5 | 12B | 5A | 37 |
| Octal | 360 | 44 | 363 | 1 | 125 | 0 | 5 | 453 | 132 | 67 |
| Binary | 11110000 | 100100 | 11110011 | 1 | 1010101 | 0 | 101 | 100101011 | 1011010 | 110111 |
Color Harmonies of #F024F3
Complementary color
Monochromatic Colors of #F024F3
Black with #F024F3
Text Example
Text Example
White with #F024F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024F3; }
p { color: rgb(240,36,243); }
H1.HeaderClassName
{
color: #F024F3;
}
.AnyTagClassName
{
color: #F024F3;
}
</style>
background-color css
<style>
a { background-color: #F024F3; }
a { background-color: rgb(240,36,243); }
div.DivClassName
{
background-color: #F024F3;
}
.BgClassName
{
background-color: #F024F3;
}
</style>
border-color css
<style>
span { border-color: #F024F3; }
span { border-color: rgb(240,36,243); }
td.TdClassName
{
border-color: #F024F3;
}
.TagClassName
{
border-color: #F024F3;
}
</style>