Shades of Magenta #F223EC
Tints of Magenta #F223EC
RGB
CMYK
RGB Variations
Color information
#F223EC (or 0xF223EC) is known color: Magenta. HEX triplet: F2, 23 and EC. RGB value is (242,35,236). Sum of RGB (Red+Green+Blue) = 242+35+236=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F223EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F223EC is #0DDC13. Grayscale: #777777. Windows color (decimal): -908308 or 15475698. OLE color: 15475698.
HSL color Cylindrical-coordinate representation of color #F223EC: hue angle of 301.74º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223EC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 236 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.74º | 0.89% | 0.54% | - |
| HSV(B) | 301.74º | 0.86% | 0.95% | - |
| XYZ | 52.36 | 26.14 | 81.64 | - |
| YUV | 119.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 236 | 0 | 0.86 | 0.02 | 0.05 | 301.74 | 0.89 | 0.54 |
| Hex | F2 | 23 | EC | 0 | 56 | 2 | 5 | 12E | 59 | 36 |
| Octal | 362 | 43 | 354 | 0 | 126 | 2 | 5 | 456 | 131 | 66 |
| Binary | 11110010 | 100011 | 11101100 | 0 | 1010110 | 10 | 101 | 100101110 | 1011001 | 110110 |
Color Harmonies of #F223EC
Complementary color
Monochromatic Colors of #F223EC
Black with #F223EC
Text Example
Text Example
White with #F223EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223EC; }
p { color: rgb(242,35,236); }
H1.HeaderClassName
{
color: #F223EC;
}
.AnyTagClassName
{
color: #F223EC;
}
</style>
background-color css
<style>
a { background-color: #F223EC; }
a { background-color: rgb(242,35,236); }
div.DivClassName
{
background-color: #F223EC;
}
.BgClassName
{
background-color: #F223EC;
}
</style>
border-color css
<style>
span { border-color: #F223EC; }
span { border-color: rgb(242,35,236); }
td.TdClassName
{
border-color: #F223EC;
}
.TagClassName
{
border-color: #F223EC;
}
</style>