Shades of Amaranth #F44046
Tints of Amaranth #F44046
RGB
CMYK
RGB Variations
Color information
#F44046 (or 0xF44046) is known color: Amaranth. HEX triplet: F4, 40 and 46. RGB value is (244,64,70). Sum of RGB (Red+Green+Blue) = 244+64+70=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F44046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44046 is #0BBFB9. Grayscale: #767676. Windows color (decimal): -769978 or 4604148. OLE color: 4604148.
HSL color Cylindrical-coordinate representation of color #F44046: hue angle of 358º 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 #F44046 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 70 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.04 |
| HSL | 358º | 0.89% | 0.6% | - |
| HSV(B) | 358º | 0.74% | 0.96% | - |
| XYZ | 40.25 | 23.34 | 8.18 | - |
| YUV | 118.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 70 | 0 | 0.74 | 0.71 | 0.04 | 358 | 0.89 | 0.6 |
| Hex | F4 | 40 | 46 | 0 | 4A | 47 | 4 | 166 | 59 | 3C |
| Octal | 364 | 100 | 106 | 0 | 112 | 107 | 4 | 546 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1000110 | 0 | 1001010 | 1000111 | 100 | 101100110 | 1011001 | 111100 |
Color Harmonies of #F44046
Complementary color
Monochromatic Colors of #F44046
Black with #F44046
Text Example
Text Example
White with #F44046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44046; }
p { color: rgb(244,64,70); }
H1.HeaderClassName
{
color: #F44046;
}
.AnyTagClassName
{
color: #F44046;
}
</style>
background-color css
<style>
a { background-color: #F44046; }
a { background-color: rgb(244,64,70); }
div.DivClassName
{
background-color: #F44046;
}
.BgClassName
{
background-color: #F44046;
}
</style>
border-color css
<style>
span { border-color: #F44046; }
span { border-color: rgb(244,64,70); }
td.TdClassName
{
border-color: #F44046;
}
.TagClassName
{
border-color: #F44046;
}
</style>