Shades of Alizarin #F42640
Tints of Alizarin #F42640
RGB
CMYK
RGB Variations
Color information
#F42640 (or 0xF42640) is known color: Alizarin. HEX triplet: F4, 26 and 40. RGB value is (244,38,64). Sum of RGB (Red+Green+Blue) = 244+38+64=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F42640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42640 is #0BD9BF. Grayscale: #666666. Windows color (decimal): -776640 or 4204276. OLE color: 4204276.
HSL color Cylindrical-coordinate representation of color #F42640: hue angle of 352.43º 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 #F42640 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 64 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.04 |
| HSL | 352.43º | 0.9% | 0.55% | - |
| HSV(B) | 352.43º | 0.84% | 0.96% | - |
| XYZ | 38.93 | 20.99 | 6.85 | - |
| YUV | 102.56 | 106.25 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 64 | 0 | 0.84 | 0.74 | 0.04 | 352.43 | 0.9 | 0.55 |
| Hex | F4 | 26 | 40 | 0 | 54 | 4A | 4 | 160 | 5A | 37 |
| Octal | 364 | 46 | 100 | 0 | 124 | 112 | 4 | 540 | 132 | 67 |
| Binary | 11110100 | 100110 | 1000000 | 0 | 1010100 | 1001010 | 100 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F42640
Complementary color
Monochromatic Colors of #F42640
Black with #F42640
Text Example
Text Example
White with #F42640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42640; }
p { color: rgb(244,38,64); }
H1.HeaderClassName
{
color: #F42640;
}
.AnyTagClassName
{
color: #F42640;
}
</style>
background-color css
<style>
a { background-color: #F42640; }
a { background-color: rgb(244,38,64); }
div.DivClassName
{
background-color: #F42640;
}
.BgClassName
{
background-color: #F42640;
}
</style>
border-color css
<style>
span { border-color: #F42640; }
span { border-color: rgb(244,38,64); }
td.TdClassName
{
border-color: #F42640;
}
.TagClassName
{
border-color: #F42640;
}
</style>