Shades of Magenta #F224EF
Tints of Magenta #F224EF
RGB
CMYK
RGB Variations
Color information
#F224EF (or 0xF224EF) is known color: Magenta. HEX triplet: F2, 24 and EF. RGB value is (242,36,239). Sum of RGB (Red+Green+Blue) = 242+36+239=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F224EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F224EF is #0DDB10. Grayscale: #787878. Windows color (decimal): -908049 or 15672562. OLE color: 15672562.
HSL color Cylindrical-coordinate representation of color #F224EF: hue angle of 300.87º 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 #F224EF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 239 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.05 |
| HSL | 300.87º | 0.89% | 0.55% | - |
| HSV(B) | 300.87º | 0.85% | 0.95% | - |
| XYZ | 52.83 | 26.37 | 83.97 | - |
| YUV | 120.74 | 194.75 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 239 | 0 | 0.85 | 0.01 | 0.05 | 300.87 | 0.89 | 0.55 |
| Hex | F2 | 24 | EF | 0 | 55 | 1 | 5 | 12D | 59 | 37 |
| Octal | 362 | 44 | 357 | 0 | 125 | 1 | 5 | 455 | 131 | 67 |
| Binary | 11110010 | 100100 | 11101111 | 0 | 1010101 | 1 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F224EF
Complementary color
Monochromatic Colors of #F224EF
Black with #F224EF
Text Example
Text Example
White with #F224EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224EF; }
p { color: rgb(242,36,239); }
H1.HeaderClassName
{
color: #F224EF;
}
.AnyTagClassName
{
color: #F224EF;
}
</style>
background-color css
<style>
a { background-color: #F224EF; }
a { background-color: rgb(242,36,239); }
div.DivClassName
{
background-color: #F224EF;
}
.BgClassName
{
background-color: #F224EF;
}
</style>
border-color css
<style>
span { border-color: #F224EF; }
span { border-color: rgb(242,36,239); }
td.TdClassName
{
border-color: #F224EF;
}
.TagClassName
{
border-color: #F224EF;
}
</style>