Shades of Alizarin #F2252F
Tints of Alizarin #F2252F
RGB
CMYK
RGB Variations
Color information
#F2252F (or 0xF2252F) is known color: Alizarin. HEX triplet: F2, 25 and 2F. RGB value is (242,37,47). Sum of RGB (Red+Green+Blue) = 242+37+47=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2252F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2252F is #0DDAD0. Grayscale: #636363. Windows color (decimal): -907985 or 3089906. OLE color: 3089906.
HSL color Cylindrical-coordinate representation of color #F2252F: hue angle of 357.07º 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 #F2252F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 47 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.05 |
| HSL | 357.07º | 0.89% | 0.55% | - |
| HSV(B) | 357.07º | 0.85% | 0.95% | - |
| XYZ | 37.79 | 20.41 | 4.64 | - |
| YUV | 99.44 | 98.42 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 47 | 0 | 0.85 | 0.81 | 0.05 | 357.07 | 0.89 | 0.55 |
| Hex | F2 | 25 | 2F | 0 | 55 | 51 | 5 | 165 | 59 | 37 |
| Octal | 362 | 45 | 57 | 0 | 125 | 121 | 5 | 545 | 131 | 67 |
| Binary | 11110010 | 100101 | 101111 | 0 | 1010101 | 1010001 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F2252F
Complementary color
Monochromatic Colors of #F2252F
Black with #F2252F
Text Example
Text Example
White with #F2252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2252F; }
p { color: rgb(242,37,47); }
H1.HeaderClassName
{
color: #F2252F;
}
.AnyTagClassName
{
color: #F2252F;
}
</style>
background-color css
<style>
a { background-color: #F2252F; }
a { background-color: rgb(242,37,47); }
div.DivClassName
{
background-color: #F2252F;
}
.BgClassName
{
background-color: #F2252F;
}
</style>
border-color css
<style>
span { border-color: #F2252F; }
span { border-color: rgb(242,37,47); }
td.TdClassName
{
border-color: #F2252F;
}
.TagClassName
{
border-color: #F2252F;
}
</style>