Shades of Magenta #F924EE
Tints of Magenta #F924EE
RGB
CMYK
RGB Variations
Color information
#F924EE (or 0xF924EE) is known color: Magenta. HEX triplet: F9, 24 and EE. RGB value is (249,36,238). Sum of RGB (Red+Green+Blue) = 249+36+238=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 36 (14.45% from 255 or 6.88% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F924EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F924EE is #06DB11. Grayscale: #7A7A7A. Windows color (decimal): -449298 or 15607033. OLE color: 15607033.
HSL color Cylindrical-coordinate representation of color #F924EE: hue angle of 303.1º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F924EE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 238 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.02 |
| HSL | 303.1º | 0.95% | 0.56% | - |
| HSV(B) | 303.1º | 0.86% | 0.98% | - |
| XYZ | 55.13 | 27.57 | 83.31 | - |
| YUV | 122.72 | 193.07 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 238 | 0 | 0.86 | 0.04 | 0.02 | 303.1 | 0.95 | 0.56 |
| Hex | F9 | 24 | EE | 0 | 56 | 4 | 2 | 12F | 5F | 38 |
| Octal | 371 | 44 | 356 | 0 | 126 | 4 | 2 | 457 | 137 | 70 |
| Binary | 11111001 | 100100 | 11101110 | 0 | 1010110 | 100 | 10 | 100101111 | 1011111 | 111000 |
Color Harmonies of #F924EE
Complementary color
Monochromatic Colors of #F924EE
Black with #F924EE
Text Example
Text Example
White with #F924EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F924EE; }
p { color: rgb(249,36,238); }
H1.HeaderClassName
{
color: #F924EE;
}
.AnyTagClassName
{
color: #F924EE;
}
</style>
background-color css
<style>
a { background-color: #F924EE; }
a { background-color: rgb(249,36,238); }
div.DivClassName
{
background-color: #F924EE;
}
.BgClassName
{
background-color: #F924EE;
}
</style>
border-color css
<style>
span { border-color: #F924EE; }
span { border-color: rgb(249,36,238); }
td.TdClassName
{
border-color: #F924EE;
}
.TagClassName
{
border-color: #F924EE;
}
</style>