Shades of Amaranth #F04249
Tints of Amaranth #F04249
RGB
CMYK
RGB Variations
Color information
#F04249 (or 0xF04249) is known color: Amaranth. HEX triplet: F0, 42 and 49. RGB value is (240,66,73). Sum of RGB (Red+Green+Blue) = 240+66+73=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F04249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04249 is #0FBDB6. Grayscale: #767676. Windows color (decimal): -1031607 or 4801264. OLE color: 4801264.
HSL color Cylindrical-coordinate representation of color #F04249: hue angle of 357.59º 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 #F04249 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 73 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.06 |
| HSL | 357.59º | 0.85% | 0.6% | - |
| HSV(B) | 357.59º | 0.73% | 0.94% | - |
| XYZ | 39.09 | 22.9 | 8.66 | - |
| YUV | 118.82 | 102.15 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 73 | 0 | 0.72 | 0.70 | 0.06 | 357.59 | 0.85 | 0.6 |
| Hex | F0 | 42 | 49 | 0 | 48 | 46 | 6 | 166 | 55 | 3C |
| Octal | 360 | 102 | 111 | 0 | 110 | 106 | 6 | 546 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1001001 | 0 | 1001000 | 1000110 | 110 | 101100110 | 1010101 | 111100 |
Color Harmonies of #F04249
Complementary color
Monochromatic Colors of #F04249
Black with #F04249
Text Example
Text Example
White with #F04249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04249; }
p { color: rgb(240,66,73); }
H1.HeaderClassName
{
color: #F04249;
}
.AnyTagClassName
{
color: #F04249;
}
</style>
background-color css
<style>
a { background-color: #F04249; }
a { background-color: rgb(240,66,73); }
div.DivClassName
{
background-color: #F04249;
}
.BgClassName
{
background-color: #F04249;
}
</style>
border-color css
<style>
span { border-color: #F04249; }
span { border-color: rgb(240,66,73); }
td.TdClassName
{
border-color: #F04249;
}
.TagClassName
{
border-color: #F04249;
}
</style>