Shades of Amaranth #F4394D
Tints of Amaranth #F4394D
RGB
CMYK
RGB Variations
Color information
#F4394D (or 0xF4394D) is known color: Amaranth. HEX triplet: F4, 39 and 4D. RGB value is (244,57,77). Sum of RGB (Red+Green+Blue) = 244+57+77=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4394D is #0BC6B2. Grayscale: #737373. Windows color (decimal): -771763 or 5061108. OLE color: 5061108.
HSL color Cylindrical-coordinate representation of color #F4394D: hue angle of 353.58º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4394D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 77 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.04 |
| HSL | 353.58º | 0.89% | 0.59% | - |
| HSV(B) | 353.58º | 0.77% | 0.96% | - |
| XYZ | 40.11 | 22.7 | 9.29 | - |
| YUV | 115.19 | 106.45 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 77 | 0 | 0.77 | 0.68 | 0.04 | 353.58 | 0.89 | 0.59 |
| Hex | F4 | 39 | 4D | 0 | 4D | 44 | 4 | 162 | 59 | 3B |
| Octal | 364 | 71 | 115 | 0 | 115 | 104 | 4 | 542 | 131 | 73 |
| Binary | 11110100 | 111001 | 1001101 | 0 | 1001101 | 1000100 | 100 | 101100010 | 1011001 | 111011 |
Color Harmonies of #F4394D
Complementary color
Monochromatic Colors of #F4394D
Black with #F4394D
Text Example
Text Example
White with #F4394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4394D; }
p { color: rgb(244,57,77); }
H1.HeaderClassName
{
color: #F4394D;
}
.AnyTagClassName
{
color: #F4394D;
}
</style>
background-color css
<style>
a { background-color: #F4394D; }
a { background-color: rgb(244,57,77); }
div.DivClassName
{
background-color: #F4394D;
}
.BgClassName
{
background-color: #F4394D;
}
</style>
border-color css
<style>
span { border-color: #F4394D; }
span { border-color: rgb(244,57,77); }
td.TdClassName
{
border-color: #F4394D;
}
.TagClassName
{
border-color: #F4394D;
}
</style>