Shades of Magenta #F024FE
Tints of Magenta #F024FE
RGB
CMYK
RGB Variations
Color information
#F024FE (or 0xF024FE) is known color: Magenta. HEX triplet: F0, 24 and FE. RGB value is (240,36,254). Sum of RGB (Red+Green+Blue) = 240+36+254=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 36 (14.45% from 255 or 6.79% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #F024FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024FE is #0FDB01. Grayscale: #797979. Windows color (decimal): -1039106 or 16655600. OLE color: 16655600.
HSL color Cylindrical-coordinate representation of color #F024FE: hue angle of 296.15º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F024FE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 36 | 254 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.00 |
| HSL | 296.15º | 0.99% | 0.57% | - |
| HSV(B) | 296.15º | 0.86% | 1% | - |
| XYZ | 54.46 | 26.94 | 96.1 | - |
| YUV | 121.85 | 202.59 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 254 | 0.06 | 0.86 | 0 | 0.00 | 296.15 | 0.99 | 0.57 |
| Hex | F0 | 24 | FE | 6 | 56 | 0 | 0 | 128 | 63 | 39 |
| Octal | 360 | 44 | 376 | 6 | 126 | 0 | 0 | 450 | 143 | 71 |
| Binary | 11110000 | 100100 | 11111110 | 110 | 1010110 | 0 | 0 | 100101000 | 1100011 | 111001 |
Color Harmonies of #F024FE
Complementary color
Monochromatic Colors of #F024FE
Black with #F024FE
Text Example
Text Example
White with #F024FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024FE; }
p { color: rgb(240,36,254); }
H1.HeaderClassName
{
color: #F024FE;
}
.AnyTagClassName
{
color: #F024FE;
}
</style>
background-color css
<style>
a { background-color: #F024FE; }
a { background-color: rgb(240,36,254); }
div.DivClassName
{
background-color: #F024FE;
}
.BgClassName
{
background-color: #F024FE;
}
</style>
border-color css
<style>
span { border-color: #F024FE; }
span { border-color: rgb(240,36,254); }
td.TdClassName
{
border-color: #F024FE;
}
.TagClassName
{
border-color: #F024FE;
}
</style>