Shades of Alizarin #F2233B
Tints of Alizarin #F2233B
RGB
CMYK
RGB Variations
Color information
#F2233B (or 0xF2233B) is known color: Alizarin. HEX triplet: F2, 23 and 3B. RGB value is (242,35,59). Sum of RGB (Red+Green+Blue) = 242+35+59=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2233B is #0DDCC4. Grayscale: #636363. Windows color (decimal): -908485 or 3875826. OLE color: 3875826.
HSL color Cylindrical-coordinate representation of color #F2233B: hue angle of 353.04º 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 #F2233B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 59 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.05 |
| HSL | 353.04º | 0.89% | 0.54% | - |
| HSV(B) | 353.04º | 0.86% | 0.95% | - |
| XYZ | 38.01 | 20.4 | 6.07 | - |
| YUV | 99.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 59 | 0 | 0.86 | 0.76 | 0.05 | 353.04 | 0.89 | 0.54 |
| Hex | F2 | 23 | 3B | 0 | 56 | 4C | 5 | 161 | 59 | 36 |
| Octal | 362 | 43 | 73 | 0 | 126 | 114 | 5 | 541 | 131 | 66 |
| Binary | 11110010 | 100011 | 111011 | 0 | 1010110 | 1001100 | 101 | 101100001 | 1011001 | 110110 |
Color Harmonies of #F2233B
Complementary color
Monochromatic Colors of #F2233B
Black with #F2233B
Text Example
Text Example
White with #F2233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2233B; }
p { color: rgb(242,35,59); }
H1.HeaderClassName
{
color: #F2233B;
}
.AnyTagClassName
{
color: #F2233B;
}
</style>
background-color css
<style>
a { background-color: #F2233B; }
a { background-color: rgb(242,35,59); }
div.DivClassName
{
background-color: #F2233B;
}
.BgClassName
{
background-color: #F2233B;
}
</style>
border-color css
<style>
span { border-color: #F2233B; }
span { border-color: rgb(242,35,59); }
td.TdClassName
{
border-color: #F2233B;
}
.TagClassName
{
border-color: #F2233B;
}
</style>