Shades of Amaranth #F42849
Tints of Amaranth #F42849
RGB
CMYK
RGB Variations
Color information
#F42849 (or 0xF42849) is known color: Amaranth. HEX triplet: F4, 28 and 49. RGB value is (244,40,73). Sum of RGB (Red+Green+Blue) = 244+40+73=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F42849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42849 is #0BD7B6. Grayscale: #686868. Windows color (decimal): -776119 or 4794612. OLE color: 4794612.
HSL color Cylindrical-coordinate representation of color #F42849: hue angle of 350.29º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42849 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 73 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.04 |
| HSL | 350.29º | 0.9% | 0.56% | - |
| HSV(B) | 350.29º | 0.84% | 0.96% | - |
| XYZ | 39.27 | 21.23 | 8.33 | - |
| YUV | 104.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 73 | 0 | 0.84 | 0.70 | 0.04 | 350.29 | 0.9 | 0.56 |
| Hex | F4 | 28 | 49 | 0 | 54 | 46 | 4 | 15E | 5A | 38 |
| Octal | 364 | 50 | 111 | 0 | 124 | 106 | 4 | 536 | 132 | 70 |
| Binary | 11110100 | 101000 | 1001001 | 0 | 1010100 | 1000110 | 100 | 101011110 | 1011010 | 111000 |
Color Harmonies of #F42849
Complementary color
Monochromatic Colors of #F42849
Black with #F42849
Text Example
Text Example
White with #F42849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42849; }
p { color: rgb(244,40,73); }
H1.HeaderClassName
{
color: #F42849;
}
.AnyTagClassName
{
color: #F42849;
}
</style>
background-color css
<style>
a { background-color: #F42849; }
a { background-color: rgb(244,40,73); }
div.DivClassName
{
background-color: #F42849;
}
.BgClassName
{
background-color: #F42849;
}
</style>
border-color css
<style>
span { border-color: #F42849; }
span { border-color: rgb(244,40,73); }
td.TdClassName
{
border-color: #F42849;
}
.TagClassName
{
border-color: #F42849;
}
</style>