Shades of Amaranth #F73047
Tints of Amaranth #F73047
RGB
CMYK
RGB Variations
Color information
#F73047 (or 0xF73047) is known color: Amaranth. HEX triplet: F7, 30 and 47. RGB value is (247,48,71). Sum of RGB (Red+Green+Blue) = 247+48+71=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F73047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73047 is #08CFB8. Grayscale: #6E6E6E. Windows color (decimal): -577465 or 4665591. OLE color: 4665591.
HSL color Cylindrical-coordinate representation of color #F73047: hue angle of 353.07º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73047 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 71 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.03 |
| HSL | 353.07º | 0.93% | 0.58% | - |
| HSV(B) | 353.07º | 0.81% | 0.97% | - |
| XYZ | 40.55 | 22.34 | 8.14 | - |
| YUV | 110.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 71 | 0 | 0.81 | 0.71 | 0.03 | 353.07 | 0.93 | 0.58 |
| Hex | F7 | 30 | 47 | 0 | 51 | 47 | 3 | 161 | 5D | 3A |
| Octal | 367 | 60 | 107 | 0 | 121 | 107 | 3 | 541 | 135 | 72 |
| Binary | 11110111 | 110000 | 1000111 | 0 | 1010001 | 1000111 | 11 | 101100001 | 1011101 | 111010 |
Color Harmonies of #F73047
Complementary color
Monochromatic Colors of #F73047
Black with #F73047
Text Example
Text Example
White with #F73047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73047; }
p { color: rgb(247,48,71); }
H1.HeaderClassName
{
color: #F73047;
}
.AnyTagClassName
{
color: #F73047;
}
</style>
background-color css
<style>
a { background-color: #F73047; }
a { background-color: rgb(247,48,71); }
div.DivClassName
{
background-color: #F73047;
}
.BgClassName
{
background-color: #F73047;
}
</style>
border-color css
<style>
span { border-color: #F73047; }
span { border-color: rgb(247,48,71); }
td.TdClassName
{
border-color: #F73047;
}
.TagClassName
{
border-color: #F73047;
}
</style>