Shades of Amaranth #F04049
Tints of Amaranth #F04049
RGB
CMYK
RGB Variations
Color information
#F04049 (or 0xF04049) is known color: Amaranth. HEX triplet: F0, 40 and 49. RGB value is (240,64,73). Sum of RGB (Red+Green+Blue) = 240+64+73=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04049 is #0FBFB6. Grayscale: #757575. Windows color (decimal): -1032119 or 4800752. OLE color: 4800752.
HSL color Cylindrical-coordinate representation of color #F04049: hue angle of 356.93º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04049 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 73 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.06 |
| HSL | 356.93º | 0.85% | 0.6% | - |
| HSV(B) | 356.93º | 0.73% | 0.94% | - |
| XYZ | 38.97 | 22.67 | 8.63 | - |
| YUV | 117.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 73 | 0 | 0.73 | 0.70 | 0.06 | 356.93 | 0.85 | 0.6 |
| Hex | F0 | 40 | 49 | 0 | 49 | 46 | 6 | 165 | 55 | 3C |
| Octal | 360 | 100 | 111 | 0 | 111 | 106 | 6 | 545 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1001001 | 0 | 1001001 | 1000110 | 110 | 101100101 | 1010101 | 111100 |
Color Harmonies of #F04049
Complementary color
Monochromatic Colors of #F04049
Black with #F04049
Text Example
Text Example
White with #F04049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04049; }
p { color: rgb(240,64,73); }
H1.HeaderClassName
{
color: #F04049;
}
.AnyTagClassName
{
color: #F04049;
}
</style>
background-color css
<style>
a { background-color: #F04049; }
a { background-color: rgb(240,64,73); }
div.DivClassName
{
background-color: #F04049;
}
.BgClassName
{
background-color: #F04049;
}
</style>
border-color css
<style>
span { border-color: #F04049; }
span { border-color: rgb(240,64,73); }
td.TdClassName
{
border-color: #F04049;
}
.TagClassName
{
border-color: #F04049;
}
</style>