Shades of Alizarin #F32042
Tints of Alizarin #F32042
RGB
CMYK
RGB Variations
Color information
#F32042 (or 0xF32042) is known color: Alizarin. HEX triplet: F3, 20 and 42. RGB value is (243,32,66). Sum of RGB (Red+Green+Blue) = 243+32+66=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F32042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32042 is #0CDFBD. Grayscale: #636363. Windows color (decimal): -843710 or 4333811. OLE color: 4333811.
HSL color Cylindrical-coordinate representation of color #F32042: hue angle of 350.33º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32042 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 66 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.05 |
| HSL | 350.33º | 0.9% | 0.54% | - |
| HSV(B) | 350.33º | 0.87% | 0.95% | - |
| XYZ | 38.46 | 20.48 | 7.08 | - |
| YUV | 98.97 | 109.4 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 66 | 0 | 0.87 | 0.73 | 0.05 | 350.33 | 0.9 | 0.54 |
| Hex | F3 | 20 | 42 | 0 | 57 | 49 | 5 | 15E | 5A | 36 |
| Octal | 363 | 40 | 102 | 0 | 127 | 111 | 5 | 536 | 132 | 66 |
| Binary | 11110011 | 100000 | 1000010 | 0 | 1010111 | 1001001 | 101 | 101011110 | 1011010 | 110110 |
Color Harmonies of #F32042
Complementary color
Monochromatic Colors of #F32042
Black with #F32042
Text Example
Text Example
White with #F32042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32042; }
p { color: rgb(243,32,66); }
H1.HeaderClassName
{
color: #F32042;
}
.AnyTagClassName
{
color: #F32042;
}
</style>
background-color css
<style>
a { background-color: #F32042; }
a { background-color: rgb(243,32,66); }
div.DivClassName
{
background-color: #F32042;
}
.BgClassName
{
background-color: #F32042;
}
</style>
border-color css
<style>
span { border-color: #F32042; }
span { border-color: rgb(243,32,66); }
td.TdClassName
{
border-color: #F32042;
}
.TagClassName
{
border-color: #F32042;
}
</style>