Shades of Amaranth #F44047
Tints of Amaranth #F44047
RGB
CMYK
RGB Variations
Color information
#F44047 (or 0xF44047) is known color: Amaranth. HEX triplet: F4, 40 and 47. RGB value is (244,64,71). Sum of RGB (Red+Green+Blue) = 244+64+71=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F44047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44047 is #0BBFB8. Grayscale: #767676. Windows color (decimal): -769977 or 4669684. OLE color: 4669684.
HSL color Cylindrical-coordinate representation of color #F44047: hue angle of 357.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44047 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 71 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.04 |
| HSL | 357.67º | 0.89% | 0.6% | - |
| HSV(B) | 357.67º | 0.74% | 0.96% | - |
| XYZ | 40.28 | 23.35 | 8.35 | - |
| YUV | 118.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 71 | 0 | 0.74 | 0.71 | 0.04 | 357.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | 47 | 0 | 4A | 47 | 4 | 166 | 59 | 3C |
| Octal | 364 | 100 | 107 | 0 | 112 | 107 | 4 | 546 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1000111 | 0 | 1001010 | 1000111 | 100 | 101100110 | 1011001 | 111100 |
Color Harmonies of #F44047
Complementary color
Monochromatic Colors of #F44047
Black with #F44047
Text Example
Text Example
White with #F44047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44047; }
p { color: rgb(244,64,71); }
H1.HeaderClassName
{
color: #F44047;
}
.AnyTagClassName
{
color: #F44047;
}
</style>
background-color css
<style>
a { background-color: #F44047; }
a { background-color: rgb(244,64,71); }
div.DivClassName
{
background-color: #F44047;
}
.BgClassName
{
background-color: #F44047;
}
</style>
border-color css
<style>
span { border-color: #F44047; }
span { border-color: rgb(244,64,71); }
td.TdClassName
{
border-color: #F44047;
}
.TagClassName
{
border-color: #F44047;
}
</style>