Shades of Amaranth #F41C49
Tints of Amaranth #F41C49
RGB
CMYK
RGB Variations
Color information
#F41C49 (or 0xF41C49) is known color: Amaranth. HEX triplet: F4, 1C and 49. RGB value is (244,28,73). Sum of RGB (Red+Green+Blue) = 244+28+73=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41C49 is #0BE3B6. Grayscale: #616161. Windows color (decimal): -779191 or 4791540. OLE color: 4791540.
HSL color Cylindrical-coordinate representation of color #F41C49: hue angle of 347.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C49 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 73 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.04 |
| HSL | 347.5º | 0.91% | 0.53% | - |
| HSV(B) | 347.5º | 0.89% | 0.96% | - |
| XYZ | 38.93 | 20.54 | 8.22 | - |
| YUV | 97.71 | 114.06 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 73 | 0 | 0.89 | 0.70 | 0.04 | 347.5 | 0.91 | 0.53 |
| Hex | F4 | 1C | 49 | 0 | 59 | 46 | 4 | 15C | 5B | 35 |
| Octal | 364 | 34 | 111 | 0 | 131 | 106 | 4 | 534 | 133 | 65 |
| Binary | 11110100 | 11100 | 1001001 | 0 | 1011001 | 1000110 | 100 | 101011100 | 1011011 | 110101 |
Color Harmonies of #F41C49
Complementary color
Monochromatic Colors of #F41C49
Black with #F41C49
Text Example
Text Example
White with #F41C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C49; }
p { color: rgb(244,28,73); }
H1.HeaderClassName
{
color: #F41C49;
}
.AnyTagClassName
{
color: #F41C49;
}
</style>
background-color css
<style>
a { background-color: #F41C49; }
a { background-color: rgb(244,28,73); }
div.DivClassName
{
background-color: #F41C49;
}
.BgClassName
{
background-color: #F41C49;
}
</style>
border-color css
<style>
span { border-color: #F41C49; }
span { border-color: rgb(244,28,73); }
td.TdClassName
{
border-color: #F41C49;
}
.TagClassName
{
border-color: #F41C49;
}
</style>