Shades of Amaranth #F73447
Tints of Amaranth #F73447
RGB
CMYK
RGB Variations
Color information
#F73447 (or 0xF73447) is known color: Amaranth. HEX triplet: F7, 34 and 47. RGB value is (247,52,71). Sum of RGB (Red+Green+Blue) = 247+52+71=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F73447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73447 is #08CBB8. Grayscale: #707070. Windows color (decimal): -576441 or 4666615. OLE color: 4666615.
HSL color Cylindrical-coordinate representation of color #F73447: hue angle of 354.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73447 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 71 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.03 |
| HSL | 354.15º | 0.92% | 0.59% | - |
| HSV(B) | 354.15º | 0.79% | 0.97% | - |
| XYZ | 40.72 | 22.69 | 8.19 | - |
| YUV | 112.47 | 104.6 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 71 | 0 | 0.79 | 0.71 | 0.03 | 354.15 | 0.92 | 0.59 |
| Hex | F7 | 34 | 47 | 0 | 4F | 47 | 3 | 162 | 5C | 3B |
| Octal | 367 | 64 | 107 | 0 | 117 | 107 | 3 | 542 | 134 | 73 |
| Binary | 11110111 | 110100 | 1000111 | 0 | 1001111 | 1000111 | 11 | 101100010 | 1011100 | 111011 |
Color Harmonies of #F73447
Complementary color
Monochromatic Colors of #F73447
Black with #F73447
Text Example
Text Example
White with #F73447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73447; }
p { color: rgb(247,52,71); }
H1.HeaderClassName
{
color: #F73447;
}
.AnyTagClassName
{
color: #F73447;
}
</style>
background-color css
<style>
a { background-color: #F73447; }
a { background-color: rgb(247,52,71); }
div.DivClassName
{
background-color: #F73447;
}
.BgClassName
{
background-color: #F73447;
}
</style>
border-color css
<style>
span { border-color: #F73447; }
span { border-color: rgb(247,52,71); }
td.TdClassName
{
border-color: #F73447;
}
.TagClassName
{
border-color: #F73447;
}
</style>