Shades of Magenta #F223F2
Tints of Magenta #F223F2
RGB
CMYK
RGB Variations
Color information
#F223F2 (or 0xF223F2) is known color: Magenta. HEX triplet: F2, 23 and F2. RGB value is (242,35,242). Sum of RGB (Red+Green+Blue) = 242+35+242=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 35 (14.06% from 255 or 6.74% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F223F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F223F2 is #0DDC0D. Grayscale: #777777. Windows color (decimal): -908302 or 15868914. OLE color: 15868914.
HSL color Cylindrical-coordinate representation of color #F223F2: hue angle of 300º 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 #F223F2 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 242 | - |
| CMYK | 0 | 0.86 | 0 | 0.05 |
| HSL | 300º | 0.89% | 0.54% | - |
| HSV(B) | 300º | 0.86% | 0.95% | - |
| XYZ | 53.25 | 26.49 | 86.31 | - |
| YUV | 120.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 242 | 0 | 0.86 | 0 | 0.05 | 300 | 0.89 | 0.54 |
| Hex | F2 | 23 | F2 | 0 | 56 | 0 | 5 | 12C | 59 | 36 |
| Octal | 362 | 43 | 362 | 0 | 126 | 0 | 5 | 454 | 131 | 66 |
| Binary | 11110010 | 100011 | 11110010 | 0 | 1010110 | 0 | 101 | 100101100 | 1011001 | 110110 |
Color Harmonies of #F223F2
Complementary color
Monochromatic Colors of #F223F2
Black with #F223F2
Text Example
Text Example
White with #F223F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223F2; }
p { color: rgb(242,35,242); }
H1.HeaderClassName
{
color: #F223F2;
}
.AnyTagClassName
{
color: #F223F2;
}
</style>
background-color css
<style>
a { background-color: #F223F2; }
a { background-color: rgb(242,35,242); }
div.DivClassName
{
background-color: #F223F2;
}
.BgClassName
{
background-color: #F223F2;
}
</style>
border-color css
<style>
span { border-color: #F223F2; }
span { border-color: rgb(242,35,242); }
td.TdClassName
{
border-color: #F223F2;
}
.TagClassName
{
border-color: #F223F2;
}
</style>