Shades of Alizarin #F42C41
Tints of Alizarin #F42C41
RGB
CMYK
RGB Variations
Color information
#F42C41 (or 0xF42C41) is known color: Alizarin. HEX triplet: F4, 2C and 41. RGB value is (244,44,65). Sum of RGB (Red+Green+Blue) = 244+44+65=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C41 is #0BD3BE. Grayscale: #6A6A6A. Windows color (decimal): -775103 or 4271348. OLE color: 4271348.
HSL color Cylindrical-coordinate representation of color #F42C41: hue angle of 353.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C41 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 65 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.04 |
| HSL | 353.7º | 0.9% | 0.56% | - |
| HSV(B) | 353.7º | 0.82% | 0.96% | - |
| XYZ | 39.16 | 21.42 | 7.07 | - |
| YUV | 106.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 65 | 0 | 0.82 | 0.73 | 0.04 | 353.7 | 0.9 | 0.56 |
| Hex | F4 | 2C | 41 | 0 | 52 | 49 | 4 | 162 | 5A | 38 |
| Octal | 364 | 54 | 101 | 0 | 122 | 111 | 4 | 542 | 132 | 70 |
| Binary | 11110100 | 101100 | 1000001 | 0 | 1010010 | 1001001 | 100 | 101100010 | 1011010 | 111000 |
Color Harmonies of #F42C41
Complementary color
Monochromatic Colors of #F42C41
Black with #F42C41
Text Example
Text Example
White with #F42C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C41; }
p { color: rgb(244,44,65); }
H1.HeaderClassName
{
color: #F42C41;
}
.AnyTagClassName
{
color: #F42C41;
}
</style>
background-color css
<style>
a { background-color: #F42C41; }
a { background-color: rgb(244,44,65); }
div.DivClassName
{
background-color: #F42C41;
}
.BgClassName
{
background-color: #F42C41;
}
</style>
border-color css
<style>
span { border-color: #F42C41; }
span { border-color: rgb(244,44,65); }
td.TdClassName
{
border-color: #F42C41;
}
.TagClassName
{
border-color: #F42C41;
}
</style>