Shades of Amaranth #F73642
Tints of Amaranth #F73642
RGB
CMYK
RGB Variations
Color information
#F73642 (or 0xF73642) is known color: Amaranth. HEX triplet: F7, 36 and 42. RGB value is (247,54,66). Sum of RGB (Red+Green+Blue) = 247+54+66=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F73642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73642 is #08C9BD. Grayscale: #717171. Windows color (decimal): -575934 or 4339447. OLE color: 4339447.
HSL color Cylindrical-coordinate representation of color #F73642: hue angle of 356.27º 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 #F73642 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 66 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.03 |
| HSL | 356.27º | 0.92% | 0.59% | - |
| HSV(B) | 356.27º | 0.78% | 0.97% | - |
| XYZ | 40.66 | 22.81 | 7.41 | - |
| YUV | 113.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 66 | 0 | 0.78 | 0.73 | 0.03 | 356.27 | 0.92 | 0.59 |
| Hex | F7 | 36 | 42 | 0 | 4E | 49 | 3 | 164 | 5C | 3B |
| Octal | 367 | 66 | 102 | 0 | 116 | 111 | 3 | 544 | 134 | 73 |
| Binary | 11110111 | 110110 | 1000010 | 0 | 1001110 | 1001001 | 11 | 101100100 | 1011100 | 111011 |
Color Harmonies of #F73642
Complementary color
Monochromatic Colors of #F73642
Black with #F73642
Text Example
Text Example
White with #F73642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73642; }
p { color: rgb(247,54,66); }
H1.HeaderClassName
{
color: #F73642;
}
.AnyTagClassName
{
color: #F73642;
}
</style>
background-color css
<style>
a { background-color: #F73642; }
a { background-color: rgb(247,54,66); }
div.DivClassName
{
background-color: #F73642;
}
.BgClassName
{
background-color: #F73642;
}
</style>
border-color css
<style>
span { border-color: #F73642; }
span { border-color: rgb(247,54,66); }
td.TdClassName
{
border-color: #F73642;
}
.TagClassName
{
border-color: #F73642;
}
</style>