Shades of Alizarin #F2233F
Tints of Alizarin #F2233F
RGB
CMYK
RGB Variations
Color information
#F2233F (or 0xF2233F) is known color: Alizarin. HEX triplet: F2, 23 and 3F. RGB value is (242,35,63). Sum of RGB (Red+Green+Blue) = 242+35+63=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2233F is #0DDCC0. Grayscale: #646464. Windows color (decimal): -908481 or 4137970. OLE color: 4137970.
HSL color Cylindrical-coordinate representation of color #F2233F: hue angle of 351.88º 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 #F2233F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 63 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.05 |
| HSL | 351.88º | 0.89% | 0.54% | - |
| HSV(B) | 351.88º | 0.86% | 0.95% | - |
| XYZ | 38.12 | 20.44 | 6.64 | - |
| YUV | 100.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 63 | 0 | 0.86 | 0.74 | 0.05 | 351.88 | 0.89 | 0.54 |
| Hex | F2 | 23 | 3F | 0 | 56 | 4A | 5 | 160 | 59 | 36 |
| Octal | 362 | 43 | 77 | 0 | 126 | 112 | 5 | 540 | 131 | 66 |
| Binary | 11110010 | 100011 | 111111 | 0 | 1010110 | 1001010 | 101 | 101100000 | 1011001 | 110110 |
Color Harmonies of #F2233F
Complementary color
Monochromatic Colors of #F2233F
Black with #F2233F
Text Example
Text Example
White with #F2233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2233F; }
p { color: rgb(242,35,63); }
H1.HeaderClassName
{
color: #F2233F;
}
.AnyTagClassName
{
color: #F2233F;
}
</style>
background-color css
<style>
a { background-color: #F2233F; }
a { background-color: rgb(242,35,63); }
div.DivClassName
{
background-color: #F2233F;
}
.BgClassName
{
background-color: #F2233F;
}
</style>
border-color css
<style>
span { border-color: #F2233F; }
span { border-color: rgb(242,35,63); }
td.TdClassName
{
border-color: #F2233F;
}
.TagClassName
{
border-color: #F2233F;
}
</style>