Shades of Amaranth #F73045
Tints of Amaranth #F73045
RGB
CMYK
RGB Variations
Color information
#F73045 (or 0xF73045) is known color: Amaranth. HEX triplet: F7, 30 and 45. RGB value is (247,48,69). Sum of RGB (Red+Green+Blue) = 247+48+69=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F73045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73045 is #08CFBA. Grayscale: #6E6E6E. Windows color (decimal): -577467 or 4534519. OLE color: 4534519.
HSL color Cylindrical-coordinate representation of color #F73045: hue angle of 353.67º 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 #F73045 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 69 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.03 |
| HSL | 353.67º | 0.93% | 0.58% | - |
| HSV(B) | 353.67º | 0.81% | 0.97% | - |
| XYZ | 40.49 | 22.32 | 7.8 | - |
| YUV | 109.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 69 | 0 | 0.81 | 0.72 | 0.03 | 353.67 | 0.93 | 0.58 |
| Hex | F7 | 30 | 45 | 0 | 51 | 48 | 3 | 162 | 5D | 3A |
| Octal | 367 | 60 | 105 | 0 | 121 | 110 | 3 | 542 | 135 | 72 |
| Binary | 11110111 | 110000 | 1000101 | 0 | 1010001 | 1001000 | 11 | 101100010 | 1011101 | 111010 |
Color Harmonies of #F73045
Complementary color
Monochromatic Colors of #F73045
Black with #F73045
Text Example
Text Example
White with #F73045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73045; }
p { color: rgb(247,48,69); }
H1.HeaderClassName
{
color: #F73045;
}
.AnyTagClassName
{
color: #F73045;
}
</style>
background-color css
<style>
a { background-color: #F73045; }
a { background-color: rgb(247,48,69); }
div.DivClassName
{
background-color: #F73045;
}
.BgClassName
{
background-color: #F73045;
}
</style>
border-color css
<style>
span { border-color: #F73045; }
span { border-color: rgb(247,48,69); }
td.TdClassName
{
border-color: #F73045;
}
.TagClassName
{
border-color: #F73045;
}
</style>