Shades of Alizarin #F32C42
Tints of Alizarin #F32C42
RGB
CMYK
RGB Variations
Color information
#F32C42 (or 0xF32C42) is known color: Alizarin. HEX triplet: F3, 2C and 42. RGB value is (243,44,66). Sum of RGB (Red+Green+Blue) = 243+44+66=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C42 is #0CD3BD. Grayscale: #6A6A6A. Windows color (decimal): -840638 or 4336883. OLE color: 4336883.
HSL color Cylindrical-coordinate representation of color #F32C42: hue angle of 353.37º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C42 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 66 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.05 |
| HSL | 353.37º | 0.89% | 0.56% | - |
| HSV(B) | 353.37º | 0.82% | 0.95% | - |
| XYZ | 38.85 | 21.25 | 7.21 | - |
| YUV | 106.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 66 | 0 | 0.82 | 0.73 | 0.05 | 353.37 | 0.89 | 0.56 |
| Hex | F3 | 2C | 42 | 0 | 52 | 49 | 5 | 161 | 59 | 38 |
| Octal | 363 | 54 | 102 | 0 | 122 | 111 | 5 | 541 | 131 | 70 |
| Binary | 11110011 | 101100 | 1000010 | 0 | 1010010 | 1001001 | 101 | 101100001 | 1011001 | 111000 |
Color Harmonies of #F32C42
Complementary color
Monochromatic Colors of #F32C42
Black with #F32C42
Text Example
Text Example
White with #F32C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C42; }
p { color: rgb(243,44,66); }
H1.HeaderClassName
{
color: #F32C42;
}
.AnyTagClassName
{
color: #F32C42;
}
</style>
background-color css
<style>
a { background-color: #F32C42; }
a { background-color: rgb(243,44,66); }
div.DivClassName
{
background-color: #F32C42;
}
.BgClassName
{
background-color: #F32C42;
}
</style>
border-color css
<style>
span { border-color: #F32C42; }
span { border-color: rgb(243,44,66); }
td.TdClassName
{
border-color: #F32C42;
}
.TagClassName
{
border-color: #F32C42;
}
</style>