Shades of Amaranth #F71C49
Tints of Amaranth #F71C49
RGB
CMYK
RGB Variations
Color information
#F71C49 (or 0xF71C49) is known color: Amaranth. HEX triplet: F7, 1C and 49. RGB value is (247,28,73). Sum of RGB (Red+Green+Blue) = 247+28+73=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C49 is #08E3B6. Grayscale: #626262. Windows color (decimal): -582583 or 4791543. OLE color: 4791543.
HSL color Cylindrical-coordinate representation of color #F71C49: hue angle of 347.67º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C49 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 73 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.03 |
| HSL | 347.67º | 0.93% | 0.54% | - |
| HSV(B) | 347.67º | 0.89% | 0.97% | - |
| XYZ | 39.98 | 21.09 | 8.27 | - |
| YUV | 98.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 73 | 0 | 0.89 | 0.70 | 0.03 | 347.67 | 0.93 | 0.54 |
| Hex | F7 | 1C | 49 | 0 | 59 | 46 | 3 | 15C | 5D | 36 |
| Octal | 367 | 34 | 111 | 0 | 131 | 106 | 3 | 534 | 135 | 66 |
| Binary | 11110111 | 11100 | 1001001 | 0 | 1011001 | 1000110 | 11 | 101011100 | 1011101 | 110110 |
Color Harmonies of #F71C49
Complementary color
Monochromatic Colors of #F71C49
Black with #F71C49
Text Example
Text Example
White with #F71C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C49; }
p { color: rgb(247,28,73); }
H1.HeaderClassName
{
color: #F71C49;
}
.AnyTagClassName
{
color: #F71C49;
}
</style>
background-color css
<style>
a { background-color: #F71C49; }
a { background-color: rgb(247,28,73); }
div.DivClassName
{
background-color: #F71C49;
}
.BgClassName
{
background-color: #F71C49;
}
</style>
border-color css
<style>
span { border-color: #F71C49; }
span { border-color: rgb(247,28,73); }
td.TdClassName
{
border-color: #F71C49;
}
.TagClassName
{
border-color: #F71C49;
}
</style>