Shades of Alizarin #F2242F
Tints of Alizarin #F2242F
RGB
CMYK
RGB Variations
Color information
#F2242F (or 0xF2242F) is known color: Alizarin. HEX triplet: F2, 24 and 2F. RGB value is (242,36,47). Sum of RGB (Red+Green+Blue) = 242+36+47=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F2242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2242F is #0DDBD0. Grayscale: #636363. Windows color (decimal): -908241 or 3089650. OLE color: 3089650.
HSL color Cylindrical-coordinate representation of color #F2242F: hue angle of 356.8º 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 #F2242F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 47 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.05 |
| HSL | 356.8º | 0.89% | 0.55% | - |
| HSV(B) | 356.8º | 0.85% | 0.95% | - |
| XYZ | 37.76 | 20.34 | 4.63 | - |
| YUV | 98.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 47 | 0 | 0.85 | 0.81 | 0.05 | 356.8 | 0.89 | 0.55 |
| Hex | F2 | 24 | 2F | 0 | 55 | 51 | 5 | 165 | 59 | 37 |
| Octal | 362 | 44 | 57 | 0 | 125 | 121 | 5 | 545 | 131 | 67 |
| Binary | 11110010 | 100100 | 101111 | 0 | 1010101 | 1010001 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F2242F
Complementary color
Monochromatic Colors of #F2242F
Black with #F2242F
Text Example
Text Example
White with #F2242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2242F; }
p { color: rgb(242,36,47); }
H1.HeaderClassName
{
color: #F2242F;
}
.AnyTagClassName
{
color: #F2242F;
}
</style>
background-color css
<style>
a { background-color: #F2242F; }
a { background-color: rgb(242,36,47); }
div.DivClassName
{
background-color: #F2242F;
}
.BgClassName
{
background-color: #F2242F;
}
</style>
border-color css
<style>
span { border-color: #F2242F; }
span { border-color: rgb(242,36,47); }
td.TdClassName
{
border-color: #F2242F;
}
.TagClassName
{
border-color: #F2242F;
}
</style>