Shades of Alizarin #F32242
Tints of Alizarin #F32242
RGB
CMYK
RGB Variations
Color information
#F32242 (or 0xF32242) is known color: Alizarin. HEX triplet: F3, 22 and 42. RGB value is (243,34,66). Sum of RGB (Red+Green+Blue) = 243+34+66=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F32242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32242 is #0CDDBD. Grayscale: #646464. Windows color (decimal): -843198 or 4334323. OLE color: 4334323.
HSL color Cylindrical-coordinate representation of color #F32242: hue angle of 350.81º degrees, saturation: 0.9, 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 #F32242 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.05 |
| HSL | 350.81º | 0.9% | 0.54% | - |
| HSV(B) | 350.81º | 0.86% | 0.95% | - |
| XYZ | 38.52 | 20.59 | 7.1 | - |
| YUV | 100.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 66 | 0 | 0.86 | 0.73 | 0.05 | 350.81 | 0.9 | 0.54 |
| Hex | F3 | 22 | 42 | 0 | 56 | 49 | 5 | 15F | 5A | 36 |
| Octal | 363 | 42 | 102 | 0 | 126 | 111 | 5 | 537 | 132 | 66 |
| Binary | 11110011 | 100010 | 1000010 | 0 | 1010110 | 1001001 | 101 | 101011111 | 1011010 | 110110 |
Color Harmonies of #F32242
Complementary color
Monochromatic Colors of #F32242
Black with #F32242
Text Example
Text Example
White with #F32242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32242; }
p { color: rgb(243,34,66); }
H1.HeaderClassName
{
color: #F32242;
}
.AnyTagClassName
{
color: #F32242;
}
</style>
background-color css
<style>
a { background-color: #F32242; }
a { background-color: rgb(243,34,66); }
div.DivClassName
{
background-color: #F32242;
}
.BgClassName
{
background-color: #F32242;
}
</style>
border-color css
<style>
span { border-color: #F32242; }
span { border-color: rgb(243,34,66); }
td.TdClassName
{
border-color: #F32242;
}
.TagClassName
{
border-color: #F32242;
}
</style>