Shades of Amaranth #F73746
Tints of Amaranth #F73746
RGB
CMYK
RGB Variations
Color information
#F73746 (or 0xF73746) is known color: Amaranth. HEX triplet: F7, 37 and 46. RGB value is (247,55,70). Sum of RGB (Red+Green+Blue) = 247+55+70=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F73746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73746 is #08C8B9. Grayscale: #727272. Windows color (decimal): -575674 or 4601847. OLE color: 4601847.
HSL color Cylindrical-coordinate representation of color #F73746: hue angle of 355.31º 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 #F73746 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 70 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.03 |
| HSL | 355.31º | 0.92% | 0.59% | - |
| HSV(B) | 355.31º | 0.78% | 0.97% | - |
| XYZ | 40.83 | 22.95 | 8.07 | - |
| YUV | 114.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 70 | 0 | 0.78 | 0.72 | 0.03 | 355.31 | 0.92 | 0.59 |
| Hex | F7 | 37 | 46 | 0 | 4E | 48 | 3 | 163 | 5C | 3B |
| Octal | 367 | 67 | 106 | 0 | 116 | 110 | 3 | 543 | 134 | 73 |
| Binary | 11110111 | 110111 | 1000110 | 0 | 1001110 | 1001000 | 11 | 101100011 | 1011100 | 111011 |
Color Harmonies of #F73746
Complementary color
Monochromatic Colors of #F73746
Black with #F73746
Text Example
Text Example
White with #F73746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73746; }
p { color: rgb(247,55,70); }
H1.HeaderClassName
{
color: #F73746;
}
.AnyTagClassName
{
color: #F73746;
}
</style>
background-color css
<style>
a { background-color: #F73746; }
a { background-color: rgb(247,55,70); }
div.DivClassName
{
background-color: #F73746;
}
.BgClassName
{
background-color: #F73746;
}
</style>
border-color css
<style>
span { border-color: #F73746; }
span { border-color: rgb(247,55,70); }
td.TdClassName
{
border-color: #F73746;
}
.TagClassName
{
border-color: #F73746;
}
</style>