Shades of Magenta #F224EE
Tints of Magenta #F224EE
RGB
CMYK
RGB Variations
Color information
#F224EE (or 0xF224EE) is known color: Magenta. HEX triplet: F2, 24 and EE. RGB value is (242,36,238). Sum of RGB (Red+Green+Blue) = 242+36+238=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F224EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F224EE is #0DDB11. Grayscale: #787878. Windows color (decimal): -908050 or 15607026. OLE color: 15607026.
HSL color Cylindrical-coordinate representation of color #F224EE: hue angle of 301.17º degrees, saturation: 0.89, 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 #F224EE is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 238 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.05 |
| HSL | 301.17º | 0.89% | 0.55% | - |
| HSV(B) | 301.17º | 0.85% | 0.95% | - |
| XYZ | 52.68 | 26.31 | 83.19 | - |
| YUV | 120.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 238 | 0 | 0.85 | 0.02 | 0.05 | 301.17 | 0.89 | 0.55 |
| Hex | F2 | 24 | EE | 0 | 55 | 2 | 5 | 12D | 59 | 37 |
| Octal | 362 | 44 | 356 | 0 | 125 | 2 | 5 | 455 | 131 | 67 |
| Binary | 11110010 | 100100 | 11101110 | 0 | 1010101 | 10 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F224EE
Complementary color
Monochromatic Colors of #F224EE
Black with #F224EE
Text Example
Text Example
White with #F224EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224EE; }
p { color: rgb(242,36,238); }
H1.HeaderClassName
{
color: #F224EE;
}
.AnyTagClassName
{
color: #F224EE;
}
</style>
background-color css
<style>
a { background-color: #F224EE; }
a { background-color: rgb(242,36,238); }
div.DivClassName
{
background-color: #F224EE;
}
.BgClassName
{
background-color: #F224EE;
}
</style>
border-color css
<style>
span { border-color: #F224EE; }
span { border-color: rgb(242,36,238); }
td.TdClassName
{
border-color: #F224EE;
}
.TagClassName
{
border-color: #F224EE;
}
</style>