Shades of Alizarin #F42742
Tints of Alizarin #F42742
RGB
CMYK
RGB Variations
Color information
#F42742 (or 0xF42742) is known color: Alizarin. HEX triplet: F4, 27 and 42. RGB value is (244,39,66). Sum of RGB (Red+Green+Blue) = 244+39+66=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F42742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42742 is #0BD8BD. Grayscale: #676767. Windows color (decimal): -776382 or 4335604. OLE color: 4335604.
HSL color Cylindrical-coordinate representation of color #F42742: hue angle of 352.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42742 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 66 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.04 |
| HSL | 352.1º | 0.9% | 0.55% | - |
| HSV(B) | 352.1º | 0.84% | 0.96% | - |
| XYZ | 39.02 | 21.08 | 7.17 | - |
| YUV | 103.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 66 | 0 | 0.84 | 0.73 | 0.04 | 352.1 | 0.9 | 0.55 |
| Hex | F4 | 27 | 42 | 0 | 54 | 49 | 4 | 160 | 5A | 37 |
| Octal | 364 | 47 | 102 | 0 | 124 | 111 | 4 | 540 | 132 | 67 |
| Binary | 11110100 | 100111 | 1000010 | 0 | 1010100 | 1001001 | 100 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F42742
Complementary color
Monochromatic Colors of #F42742
Black with #F42742
Text Example
Text Example
White with #F42742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42742; }
p { color: rgb(244,39,66); }
H1.HeaderClassName
{
color: #F42742;
}
.AnyTagClassName
{
color: #F42742;
}
</style>
background-color css
<style>
a { background-color: #F42742; }
a { background-color: rgb(244,39,66); }
div.DivClassName
{
background-color: #F42742;
}
.BgClassName
{
background-color: #F42742;
}
</style>
border-color css
<style>
span { border-color: #F42742; }
span { border-color: rgb(244,39,66); }
td.TdClassName
{
border-color: #F42742;
}
.TagClassName
{
border-color: #F42742;
}
</style>