Shades of Alizarin #F42F32
Tints of Alizarin #F42F32
RGB
CMYK
RGB Variations
Color information
#F42F32 (or 0xF42F32) is known color: Alizarin. HEX triplet: F4, 2F and 32. RGB value is (244,47,50). Sum of RGB (Red+Green+Blue) = 244+47+50=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F32 is #0BD0CD. Grayscale: #6A6A6A. Windows color (decimal): -774350 or 3289076. OLE color: 3289076.
HSL color Cylindrical-coordinate representation of color #F42F32: hue angle of 359.09º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42F32 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 50 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.04 |
| HSL | 359.09º | 0.9% | 0.57% | - |
| HSV(B) | 359.09º | 0.81% | 0.96% | - |
| XYZ | 38.9 | 21.5 | 5.12 | - |
| YUV | 106.25 | 96.27 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 50 | 0 | 0.81 | 0.80 | 0.04 | 359.09 | 0.9 | 0.57 |
| Hex | F4 | 2F | 32 | 0 | 51 | 50 | 4 | 167 | 5A | 39 |
| Octal | 364 | 57 | 62 | 0 | 121 | 120 | 4 | 547 | 132 | 71 |
| Binary | 11110100 | 101111 | 110010 | 0 | 1010001 | 1010000 | 100 | 101100111 | 1011010 | 111001 |
Color Harmonies of #F42F32
Complementary color
Monochromatic Colors of #F42F32
Black with #F42F32
Text Example
Text Example
White with #F42F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F32; }
p { color: rgb(244,47,50); }
H1.HeaderClassName
{
color: #F42F32;
}
.AnyTagClassName
{
color: #F42F32;
}
</style>
background-color css
<style>
a { background-color: #F42F32; }
a { background-color: rgb(244,47,50); }
div.DivClassName
{
background-color: #F42F32;
}
.BgClassName
{
background-color: #F42F32;
}
</style>
border-color css
<style>
span { border-color: #F42F32; }
span { border-color: rgb(244,47,50); }
td.TdClassName
{
border-color: #F42F32;
}
.TagClassName
{
border-color: #F42F32;
}
</style>