Shades of Amaranth #F73647
Tints of Amaranth #F73647
RGB
CMYK
RGB Variations
Color information
#F73647 (or 0xF73647) is known color: Amaranth. HEX triplet: F7, 36 and 47. RGB value is (247,54,71). Sum of RGB (Red+Green+Blue) = 247+54+71=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F73647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73647 is #08C9B8. Grayscale: #717171. Windows color (decimal): -575929 or 4667127. OLE color: 4667127.
HSL color Cylindrical-coordinate representation of color #F73647: hue angle of 354.72º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F73647 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 71 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.03 |
| HSL | 354.72º | 0.92% | 0.59% | - |
| HSV(B) | 354.72º | 0.78% | 0.97% | - |
| XYZ | 40.81 | 22.87 | 8.22 | - |
| YUV | 113.65 | 103.94 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 71 | 0 | 0.78 | 0.71 | 0.03 | 354.72 | 0.92 | 0.59 |
| Hex | F7 | 36 | 47 | 0 | 4E | 47 | 3 | 163 | 5C | 3B |
| Octal | 367 | 66 | 107 | 0 | 116 | 107 | 3 | 543 | 134 | 73 |
| Binary | 11110111 | 110110 | 1000111 | 0 | 1001110 | 1000111 | 11 | 101100011 | 1011100 | 111011 |
Color Harmonies of #F73647
Complementary color
Monochromatic Colors of #F73647
Black with #F73647
Text Example
Text Example
White with #F73647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73647; }
p { color: rgb(247,54,71); }
H1.HeaderClassName
{
color: #F73647;
}
.AnyTagClassName
{
color: #F73647;
}
</style>
background-color css
<style>
a { background-color: #F73647; }
a { background-color: rgb(247,54,71); }
div.DivClassName
{
background-color: #F73647;
}
.BgClassName
{
background-color: #F73647;
}
</style>
border-color css
<style>
span { border-color: #F73647; }
span { border-color: rgb(247,54,71); }
td.TdClassName
{
border-color: #F73647;
}
.TagClassName
{
border-color: #F73647;
}
</style>