Shades of Amaranth #F4394C
Tints of Amaranth #F4394C
RGB
CMYK
RGB Variations
Color information
#F4394C (or 0xF4394C) is known color: Amaranth. HEX triplet: F4, 39 and 4C. RGB value is (244,57,76). Sum of RGB (Red+Green+Blue) = 244+57+76=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4394C is #0BC6B3. Grayscale: #737373. Windows color (decimal): -771764 or 4995572. OLE color: 4995572.
HSL color Cylindrical-coordinate representation of color #F4394C: hue angle of 353.9º 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 #F4394C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 76 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.04 |
| HSL | 353.9º | 0.89% | 0.59% | - |
| HSV(B) | 353.9º | 0.77% | 0.96% | - |
| XYZ | 40.08 | 22.68 | 9.1 | - |
| YUV | 115.08 | 105.95 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 76 | 0 | 0.77 | 0.69 | 0.04 | 353.9 | 0.89 | 0.59 |
| Hex | F4 | 39 | 4C | 0 | 4D | 45 | 4 | 162 | 59 | 3B |
| Octal | 364 | 71 | 114 | 0 | 115 | 105 | 4 | 542 | 131 | 73 |
| Binary | 11110100 | 111001 | 1001100 | 0 | 1001101 | 1000101 | 100 | 101100010 | 1011001 | 111011 |
Color Harmonies of #F4394C
Complementary color
Monochromatic Colors of #F4394C
Black with #F4394C
Text Example
Text Example
White with #F4394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4394C; }
p { color: rgb(244,57,76); }
H1.HeaderClassName
{
color: #F4394C;
}
.AnyTagClassName
{
color: #F4394C;
}
</style>
background-color css
<style>
a { background-color: #F4394C; }
a { background-color: rgb(244,57,76); }
div.DivClassName
{
background-color: #F4394C;
}
.BgClassName
{
background-color: #F4394C;
}
</style>
border-color css
<style>
span { border-color: #F4394C; }
span { border-color: rgb(244,57,76); }
td.TdClassName
{
border-color: #F4394C;
}
.TagClassName
{
border-color: #F4394C;
}
</style>