Shades of Magenta #F223EF
Tints of Magenta #F223EF
RGB
CMYK
RGB Variations
Color information
#F223EF (or 0xF223EF) is known color: Magenta. HEX triplet: F2, 23 and EF. RGB value is (242,35,239). Sum of RGB (Red+Green+Blue) = 242+35+239=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 35 (14.06% from 255 or 6.78% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F223EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F223EF is #0DDC10. Grayscale: #777777. Windows color (decimal): -908305 or 15672306. OLE color: 15672306.
HSL color Cylindrical-coordinate representation of color #F223EF: hue angle of 300.87º 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 #F223EF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 239 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.05 |
| HSL | 300.87º | 0.89% | 0.54% | - |
| HSV(B) | 300.87º | 0.86% | 0.95% | - |
| XYZ | 52.8 | 26.31 | 83.96 | - |
| YUV | 120.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 239 | 0 | 0.86 | 0.01 | 0.05 | 300.87 | 0.89 | 0.54 |
| Hex | F2 | 23 | EF | 0 | 56 | 1 | 5 | 12D | 59 | 36 |
| Octal | 362 | 43 | 357 | 0 | 126 | 1 | 5 | 455 | 131 | 66 |
| Binary | 11110010 | 100011 | 11101111 | 0 | 1010110 | 1 | 101 | 100101101 | 1011001 | 110110 |
Color Harmonies of #F223EF
Complementary color
Monochromatic Colors of #F223EF
Black with #F223EF
Text Example
Text Example
White with #F223EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223EF; }
p { color: rgb(242,35,239); }
H1.HeaderClassName
{
color: #F223EF;
}
.AnyTagClassName
{
color: #F223EF;
}
</style>
background-color css
<style>
a { background-color: #F223EF; }
a { background-color: rgb(242,35,239); }
div.DivClassName
{
background-color: #F223EF;
}
.BgClassName
{
background-color: #F223EF;
}
</style>
border-color css
<style>
span { border-color: #F223EF; }
span { border-color: rgb(242,35,239); }
td.TdClassName
{
border-color: #F223EF;
}
.TagClassName
{
border-color: #F223EF;
}
</style>