Shades of Amaranth #F42044
Tints of Amaranth #F42044
RGB
CMYK
RGB Variations
Color information
#F42044 (or 0xF42044) is known color: Amaranth. HEX triplet: F4, 20 and 44. RGB value is (244,32,68). Sum of RGB (Red+Green+Blue) = 244+32+68=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F42044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42044 is #0BDFBB. Grayscale: #636363. Windows color (decimal): -778172 or 4464884. OLE color: 4464884.
HSL color Cylindrical-coordinate representation of color #F42044: hue angle of 349.81º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42044 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 68 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.04 |
| HSL | 349.81º | 0.91% | 0.54% | - |
| HSV(B) | 349.81º | 0.87% | 0.96% | - |
| XYZ | 38.87 | 20.68 | 7.41 | - |
| YUV | 99.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 68 | 0 | 0.87 | 0.72 | 0.04 | 349.81 | 0.91 | 0.54 |
| Hex | F4 | 20 | 44 | 0 | 57 | 48 | 4 | 15E | 5B | 36 |
| Octal | 364 | 40 | 104 | 0 | 127 | 110 | 4 | 536 | 133 | 66 |
| Binary | 11110100 | 100000 | 1000100 | 0 | 1010111 | 1001000 | 100 | 101011110 | 1011011 | 110110 |
Color Harmonies of #F42044
Complementary color
Monochromatic Colors of #F42044
Black with #F42044
Text Example
Text Example
White with #F42044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42044; }
p { color: rgb(244,32,68); }
H1.HeaderClassName
{
color: #F42044;
}
.AnyTagClassName
{
color: #F42044;
}
</style>
background-color css
<style>
a { background-color: #F42044; }
a { background-color: rgb(244,32,68); }
div.DivClassName
{
background-color: #F42044;
}
.BgClassName
{
background-color: #F42044;
}
</style>
border-color css
<style>
span { border-color: #F42044; }
span { border-color: rgb(244,32,68); }
td.TdClassName
{
border-color: #F42044;
}
.TagClassName
{
border-color: #F42044;
}
</style>