Shades of Amaranth #F41949
Tints of Amaranth #F41949
RGB
CMYK
RGB Variations
Color information
#F41949 (or 0xF41949) is known color: Amaranth. HEX triplet: F4, 19 and 49. RGB value is (244,25,73). Sum of RGB (Red+Green+Blue) = 244+25+73=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F41949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41949 is #0BE6B6. Grayscale: #5F5F5F. Windows color (decimal): -779959 or 4790772. OLE color: 4790772.
HSL color Cylindrical-coordinate representation of color #F41949: hue angle of 346.85º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41949 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.04 |
| HSL | 346.85º | 0.91% | 0.53% | - |
| HSV(B) | 346.85º | 0.9% | 0.96% | - |
| XYZ | 38.86 | 20.41 | 8.19 | - |
| YUV | 95.95 | 115.05 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 73 | 0 | 0.90 | 0.70 | 0.04 | 346.85 | 0.91 | 0.53 |
| Hex | F4 | 19 | 49 | 0 | 5A | 46 | 4 | 15B | 5B | 35 |
| Octal | 364 | 31 | 111 | 0 | 132 | 106 | 4 | 533 | 133 | 65 |
| Binary | 11110100 | 11001 | 1001001 | 0 | 1011010 | 1000110 | 100 | 101011011 | 1011011 | 110101 |
Color Harmonies of #F41949
Complementary color
Monochromatic Colors of #F41949
Black with #F41949
Text Example
Text Example
White with #F41949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41949; }
p { color: rgb(244,25,73); }
H1.HeaderClassName
{
color: #F41949;
}
.AnyTagClassName
{
color: #F41949;
}
</style>
background-color css
<style>
a { background-color: #F41949; }
a { background-color: rgb(244,25,73); }
div.DivClassName
{
background-color: #F41949;
}
.BgClassName
{
background-color: #F41949;
}
</style>
border-color css
<style>
span { border-color: #F41949; }
span { border-color: rgb(244,25,73); }
td.TdClassName
{
border-color: #F41949;
}
.TagClassName
{
border-color: #F41949;
}
</style>