Shades of Alizarin #F2252B
Tints of Alizarin #F2252B
RGB
CMYK
RGB Variations
Color information
#F2252B (or 0xF2252B) is known color: Alizarin. HEX triplet: F2, 25 and 2B. RGB value is (242,37,43). Sum of RGB (Red+Green+Blue) = 242+37+43=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2252B is #0DDAD4. Grayscale: #636363. Windows color (decimal): -907989 or 2827762. OLE color: 2827762.
HSL color Cylindrical-coordinate representation of color #F2252B: hue angle of 358.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2252B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.05 |
| HSL | 358.24º | 0.89% | 0.55% | - |
| HSV(B) | 358.24º | 0.85% | 0.95% | - |
| XYZ | 37.72 | 20.37 | 4.23 | - |
| YUV | 98.98 | 96.42 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 43 | 0 | 0.85 | 0.82 | 0.05 | 358.24 | 0.89 | 0.55 |
| Hex | F2 | 25 | 2B | 0 | 55 | 52 | 5 | 166 | 59 | 37 |
| Octal | 362 | 45 | 53 | 0 | 125 | 122 | 5 | 546 | 131 | 67 |
| Binary | 11110010 | 100101 | 101011 | 0 | 1010101 | 1010010 | 101 | 101100110 | 1011001 | 110111 |
Color Harmonies of #F2252B
Complementary color
Monochromatic Colors of #F2252B
Black with #F2252B
Text Example
Text Example
White with #F2252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2252B; }
p { color: rgb(242,37,43); }
H1.HeaderClassName
{
color: #F2252B;
}
.AnyTagClassName
{
color: #F2252B;
}
</style>
background-color css
<style>
a { background-color: #F2252B; }
a { background-color: rgb(242,37,43); }
div.DivClassName
{
background-color: #F2252B;
}
.BgClassName
{
background-color: #F2252B;
}
</style>
border-color css
<style>
span { border-color: #F2252B; }
span { border-color: rgb(242,37,43); }
td.TdClassName
{
border-color: #F2252B;
}
.TagClassName
{
border-color: #F2252B;
}
</style>