Shades of Amaranth #F73743
Tints of Amaranth #F73743
RGB
CMYK
RGB Variations
Color information
#F73743 (or 0xF73743) is known color: Amaranth. HEX triplet: F7, 37 and 43. RGB value is (247,55,67). Sum of RGB (Red+Green+Blue) = 247+55+67=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F73743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73743 is #08C8BC. Grayscale: #717171. Windows color (decimal): -575677 or 4405239. OLE color: 4405239.
HSL color Cylindrical-coordinate representation of color #F73743: hue angle of 356.25º 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 #F73743 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 67 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.03 |
| HSL | 356.25º | 0.92% | 0.59% | - |
| HSV(B) | 356.25º | 0.78% | 0.97% | - |
| XYZ | 40.74 | 22.91 | 7.59 | - |
| YUV | 113.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 67 | 0 | 0.78 | 0.73 | 0.03 | 356.25 | 0.92 | 0.59 |
| Hex | F7 | 37 | 43 | 0 | 4E | 49 | 3 | 164 | 5C | 3B |
| Octal | 367 | 67 | 103 | 0 | 116 | 111 | 3 | 544 | 134 | 73 |
| Binary | 11110111 | 110111 | 1000011 | 0 | 1001110 | 1001001 | 11 | 101100100 | 1011100 | 111011 |
Color Harmonies of #F73743
Complementary color
Monochromatic Colors of #F73743
Black with #F73743
Text Example
Text Example
White with #F73743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73743; }
p { color: rgb(247,55,67); }
H1.HeaderClassName
{
color: #F73743;
}
.AnyTagClassName
{
color: #F73743;
}
</style>
background-color css
<style>
a { background-color: #F73743; }
a { background-color: rgb(247,55,67); }
div.DivClassName
{
background-color: #F73743;
}
.BgClassName
{
background-color: #F73743;
}
</style>
border-color css
<style>
span { border-color: #F73743; }
span { border-color: rgb(247,55,67); }
td.TdClassName
{
border-color: #F73743;
}
.TagClassName
{
border-color: #F73743;
}
</style>