Shades of Alizarin #F42E3C
Tints of Alizarin #F42E3C
RGB
CMYK
RGB Variations
Color information
#F42E3C (or 0xF42E3C) is known color: Alizarin. HEX triplet: F4, 2E and 3C. RGB value is (244,46,60). Sum of RGB (Red+Green+Blue) = 244+46+60=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42E3C is #0BD1C3. Grayscale: #6A6A6A. Windows color (decimal): -774596 or 3944180. OLE color: 3944180.
HSL color Cylindrical-coordinate representation of color #F42E3C: hue angle of 355.76º 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 #F42E3C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 60 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.04 |
| HSL | 355.76º | 0.9% | 0.57% | - |
| HSV(B) | 355.76º | 0.81% | 0.96% | - |
| XYZ | 39.1 | 21.51 | 6.37 | - |
| YUV | 106.8 | 101.6 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 60 | 0 | 0.81 | 0.75 | 0.04 | 355.76 | 0.9 | 0.57 |
| Hex | F4 | 2E | 3C | 0 | 51 | 4B | 4 | 164 | 5A | 39 |
| Octal | 364 | 56 | 74 | 0 | 121 | 113 | 4 | 544 | 132 | 71 |
| Binary | 11110100 | 101110 | 111100 | 0 | 1010001 | 1001011 | 100 | 101100100 | 1011010 | 111001 |
Color Harmonies of #F42E3C
Complementary color
Monochromatic Colors of #F42E3C
Black with #F42E3C
Text Example
Text Example
White with #F42E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42E3C; }
p { color: rgb(244,46,60); }
H1.HeaderClassName
{
color: #F42E3C;
}
.AnyTagClassName
{
color: #F42E3C;
}
</style>
background-color css
<style>
a { background-color: #F42E3C; }
a { background-color: rgb(244,46,60); }
div.DivClassName
{
background-color: #F42E3C;
}
.BgClassName
{
background-color: #F42E3C;
}
</style>
border-color css
<style>
span { border-color: #F42E3C; }
span { border-color: rgb(244,46,60); }
td.TdClassName
{
border-color: #F42E3C;
}
.TagClassName
{
border-color: #F42E3C;
}
</style>