Shades of Amaranth #F73042
Tints of Amaranth #F73042
RGB
CMYK
RGB Variations
Color information
#F73042 (or 0xF73042) is known color: Amaranth. HEX triplet: F7, 30 and 42. RGB value is (247,48,66). Sum of RGB (Red+Green+Blue) = 247+48+66=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F73042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73042 is #08CFBD. Grayscale: #6D6D6D. Windows color (decimal): -577470 or 4337911. OLE color: 4337911.
HSL color Cylindrical-coordinate representation of color #F73042: hue angle of 354.57º 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 #F73042 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 66 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.03 |
| HSL | 354.57º | 0.93% | 0.58% | - |
| HSV(B) | 354.57º | 0.81% | 0.97% | - |
| XYZ | 40.4 | 22.28 | 7.33 | - |
| YUV | 109.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 66 | 0 | 0.81 | 0.73 | 0.03 | 354.57 | 0.93 | 0.58 |
| Hex | F7 | 30 | 42 | 0 | 51 | 49 | 3 | 163 | 5D | 3A |
| Octal | 367 | 60 | 102 | 0 | 121 | 111 | 3 | 543 | 135 | 72 |
| Binary | 11110111 | 110000 | 1000010 | 0 | 1010001 | 1001001 | 11 | 101100011 | 1011101 | 111010 |
Color Harmonies of #F73042
Complementary color
Monochromatic Colors of #F73042
Black with #F73042
Text Example
Text Example
White with #F73042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73042; }
p { color: rgb(247,48,66); }
H1.HeaderClassName
{
color: #F73042;
}
.AnyTagClassName
{
color: #F73042;
}
</style>
background-color css
<style>
a { background-color: #F73042; }
a { background-color: rgb(247,48,66); }
div.DivClassName
{
background-color: #F73042;
}
.BgClassName
{
background-color: #F73042;
}
</style>
border-color css
<style>
span { border-color: #F73042; }
span { border-color: rgb(247,48,66); }
td.TdClassName
{
border-color: #F73042;
}
.TagClassName
{
border-color: #F73042;
}
</style>