Shades of Alizarin #F32142
Tints of Alizarin #F32142
RGB
CMYK
RGB Variations
Color information
#F32142 (or 0xF32142) is known color: Alizarin. HEX triplet: F3, 21 and 42. RGB value is (243,33,66). Sum of RGB (Red+Green+Blue) = 243+33+66=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32142 is #0CDEBD. Grayscale: #636363. Windows color (decimal): -843454 or 4334067. OLE color: 4334067.
HSL color Cylindrical-coordinate representation of color #F32142: hue angle of 350.57º 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 #F32142 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 66 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.05 |
| HSL | 350.57º | 0.9% | 0.54% | - |
| HSV(B) | 350.57º | 0.86% | 0.95% | - |
| XYZ | 38.49 | 20.54 | 7.09 | - |
| YUV | 99.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 66 | 0 | 0.86 | 0.73 | 0.05 | 350.57 | 0.9 | 0.54 |
| Hex | F3 | 21 | 42 | 0 | 56 | 49 | 5 | 15F | 5A | 36 |
| Octal | 363 | 41 | 102 | 0 | 126 | 111 | 5 | 537 | 132 | 66 |
| Binary | 11110011 | 100001 | 1000010 | 0 | 1010110 | 1001001 | 101 | 101011111 | 1011010 | 110110 |
Color Harmonies of #F32142
Complementary color
Monochromatic Colors of #F32142
Black with #F32142
Text Example
Text Example
White with #F32142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32142; }
p { color: rgb(243,33,66); }
H1.HeaderClassName
{
color: #F32142;
}
.AnyTagClassName
{
color: #F32142;
}
</style>
background-color css
<style>
a { background-color: #F32142; }
a { background-color: rgb(243,33,66); }
div.DivClassName
{
background-color: #F32142;
}
.BgClassName
{
background-color: #F32142;
}
</style>
border-color css
<style>
span { border-color: #F32142; }
span { border-color: rgb(243,33,66); }
td.TdClassName
{
border-color: #F32142;
}
.TagClassName
{
border-color: #F32142;
}
</style>