Shades of Amaranth #F73C43
Tints of Amaranth #F73C43
RGB
CMYK
RGB Variations
Color information
#F73C43 (or 0xF73C43) is known color: Amaranth. HEX triplet: F7, 3C and 43. RGB value is (247,60,67). Sum of RGB (Red+Green+Blue) = 247+60+67=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C43 is #08C3BC. Grayscale: #747474. Windows color (decimal): -574397 or 4406519. OLE color: 4406519.
HSL color Cylindrical-coordinate representation of color #F73C43: hue angle of 357.75º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73C43 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 67 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.03 |
| HSL | 357.75º | 0.92% | 0.6% | - |
| HSV(B) | 357.75º | 0.76% | 0.97% | - |
| XYZ | 40.99 | 23.41 | 7.67 | - |
| YUV | 116.71 | 99.95 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 67 | 0 | 0.76 | 0.73 | 0.03 | 357.75 | 0.92 | 0.6 |
| Hex | F7 | 3C | 43 | 0 | 4C | 49 | 3 | 166 | 5C | 3C |
| Octal | 367 | 74 | 103 | 0 | 114 | 111 | 3 | 546 | 134 | 74 |
| Binary | 11110111 | 111100 | 1000011 | 0 | 1001100 | 1001001 | 11 | 101100110 | 1011100 | 111100 |
Color Harmonies of #F73C43
Complementary color
Monochromatic Colors of #F73C43
Black with #F73C43
Text Example
Text Example
White with #F73C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C43; }
p { color: rgb(247,60,67); }
H1.HeaderClassName
{
color: #F73C43;
}
.AnyTagClassName
{
color: #F73C43;
}
</style>
background-color css
<style>
a { background-color: #F73C43; }
a { background-color: rgb(247,60,67); }
div.DivClassName
{
background-color: #F73C43;
}
.BgClassName
{
background-color: #F73C43;
}
</style>
border-color css
<style>
span { border-color: #F73C43; }
span { border-color: rgb(247,60,67); }
td.TdClassName
{
border-color: #F73C43;
}
.TagClassName
{
border-color: #F73C43;
}
</style>