Shades of Amaranth #F04549
Tints of Amaranth #F04549
RGB
CMYK
RGB Variations
Color information
#F04549 (or 0xF04549) is known color: Amaranth. HEX triplet: F0, 45 and 49. RGB value is (240,69,73). Sum of RGB (Red+Green+Blue) = 240+69+73=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F04549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04549 is #0FBAB6. Grayscale: #787878. Windows color (decimal): -1030839 or 4802032. OLE color: 4802032.
HSL color Cylindrical-coordinate representation of color #F04549: hue angle of 358.6º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04549 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 73 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.06 |
| HSL | 358.6º | 0.85% | 0.61% | - |
| HSV(B) | 358.6º | 0.71% | 0.94% | - |
| XYZ | 39.27 | 23.26 | 8.72 | - |
| YUV | 120.59 | 101.15 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 73 | 0 | 0.71 | 0.70 | 0.06 | 358.6 | 0.85 | 0.61 |
| Hex | F0 | 45 | 49 | 0 | 47 | 46 | 6 | 167 | 55 | 3D |
| Octal | 360 | 105 | 111 | 0 | 107 | 106 | 6 | 547 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1001001 | 0 | 1000111 | 1000110 | 110 | 101100111 | 1010101 | 111101 |
Color Harmonies of #F04549
Complementary color
Monochromatic Colors of #F04549
Black with #F04549
Text Example
Text Example
White with #F04549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04549; }
p { color: rgb(240,69,73); }
H1.HeaderClassName
{
color: #F04549;
}
.AnyTagClassName
{
color: #F04549;
}
</style>
background-color css
<style>
a { background-color: #F04549; }
a { background-color: rgb(240,69,73); }
div.DivClassName
{
background-color: #F04549;
}
.BgClassName
{
background-color: #F04549;
}
</style>
border-color css
<style>
span { border-color: #F04549; }
span { border-color: rgb(240,69,73); }
td.TdClassName
{
border-color: #F04549;
}
.TagClassName
{
border-color: #F04549;
}
</style>