Shades of Amaranth #F04749
Tints of Amaranth #F04749
RGB
CMYK
RGB Variations
Color information
#F04749 (or 0xF04749) is known color: Amaranth. HEX triplet: F0, 47 and 49. RGB value is (240,71,73). Sum of RGB (Red+Green+Blue) = 240+71+73=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F04749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04749 is #0FB8B6. Grayscale: #797979. Windows color (decimal): -1030327 or 4802544. OLE color: 4802544.
HSL color Cylindrical-coordinate representation of color #F04749: hue angle of 359.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04749 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 73 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.06 |
| HSL | 359.29º | 0.85% | 0.61% | - |
| HSV(B) | 359.29º | 0.7% | 0.94% | - |
| XYZ | 39.39 | 23.51 | 8.77 | - |
| YUV | 121.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 73 | 0 | 0.70 | 0.70 | 0.06 | 359.29 | 0.85 | 0.61 |
| Hex | F0 | 47 | 49 | 0 | 46 | 46 | 6 | 167 | 55 | 3D |
| Octal | 360 | 107 | 111 | 0 | 106 | 106 | 6 | 547 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1001001 | 0 | 1000110 | 1000110 | 110 | 101100111 | 1010101 | 111101 |
Color Harmonies of #F04749
Complementary color
Monochromatic Colors of #F04749
Black with #F04749
Text Example
Text Example
White with #F04749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04749; }
p { color: rgb(240,71,73); }
H1.HeaderClassName
{
color: #F04749;
}
.AnyTagClassName
{
color: #F04749;
}
</style>
background-color css
<style>
a { background-color: #F04749; }
a { background-color: rgb(240,71,73); }
div.DivClassName
{
background-color: #F04749;
}
.BgClassName
{
background-color: #F04749;
}
</style>
border-color css
<style>
span { border-color: #F04749; }
span { border-color: rgb(240,71,73); }
td.TdClassName
{
border-color: #F04749;
}
.TagClassName
{
border-color: #F04749;
}
</style>