Shades of Alizarin #F2242A
Tints of Alizarin #F2242A
RGB
CMYK
RGB Variations
Color information
#F2242A (or 0xF2242A) is known color: Alizarin. HEX triplet: F2, 24 and 2A. RGB value is (242,36,42). Sum of RGB (Red+Green+Blue) = 242+36+42=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2242A is #0DDBD5. Grayscale: #626262. Windows color (decimal): -908246 or 2761970. OLE color: 2761970.
HSL color Cylindrical-coordinate representation of color #F2242A: hue angle of 358.25º 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 #F2242A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.05 |
| HSL | 358.25º | 0.89% | 0.55% | - |
| HSV(B) | 358.25º | 0.85% | 0.95% | - |
| XYZ | 37.67 | 20.31 | 4.12 | - |
| YUV | 98.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 42 | 0 | 0.85 | 0.83 | 0.05 | 358.25 | 0.89 | 0.55 |
| Hex | F2 | 24 | 2A | 0 | 55 | 53 | 5 | 166 | 59 | 37 |
| Octal | 362 | 44 | 52 | 0 | 125 | 123 | 5 | 546 | 131 | 67 |
| Binary | 11110010 | 100100 | 101010 | 0 | 1010101 | 1010011 | 101 | 101100110 | 1011001 | 110111 |
Color Harmonies of #F2242A
Complementary color
Monochromatic Colors of #F2242A
Black with #F2242A
Text Example
Text Example
White with #F2242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2242A; }
p { color: rgb(242,36,42); }
H1.HeaderClassName
{
color: #F2242A;
}
.AnyTagClassName
{
color: #F2242A;
}
</style>
background-color css
<style>
a { background-color: #F2242A; }
a { background-color: rgb(242,36,42); }
div.DivClassName
{
background-color: #F2242A;
}
.BgClassName
{
background-color: #F2242A;
}
</style>
border-color css
<style>
span { border-color: #F2242A; }
span { border-color: rgb(242,36,42); }
td.TdClassName
{
border-color: #F2242A;
}
.TagClassName
{
border-color: #F2242A;
}
</style>