Shades of Amaranth #F4354D
Tints of Amaranth #F4354D
RGB
CMYK
RGB Variations
Color information
#F4354D (or 0xF4354D) is known color: Amaranth. HEX triplet: F4, 35 and 4D. RGB value is (244,53,77). Sum of RGB (Red+Green+Blue) = 244+53+77=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4354D is #0BCAB2. Grayscale: #707070. Windows color (decimal): -772787 or 5060084. OLE color: 5060084.
HSL color Cylindrical-coordinate representation of color #F4354D: hue angle of 352.46º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4354D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 77 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.04 |
| HSL | 352.46º | 0.9% | 0.58% | - |
| HSV(B) | 352.46º | 0.78% | 0.96% | - |
| XYZ | 39.92 | 22.32 | 9.22 | - |
| YUV | 112.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 77 | 0 | 0.78 | 0.68 | 0.04 | 352.46 | 0.9 | 0.58 |
| Hex | F4 | 35 | 4D | 0 | 4E | 44 | 4 | 160 | 5A | 3A |
| Octal | 364 | 65 | 115 | 0 | 116 | 104 | 4 | 540 | 132 | 72 |
| Binary | 11110100 | 110101 | 1001101 | 0 | 1001110 | 1000100 | 100 | 101100000 | 1011010 | 111010 |
Color Harmonies of #F4354D
Complementary color
Monochromatic Colors of #F4354D
Black with #F4354D
Text Example
Text Example
White with #F4354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4354D; }
p { color: rgb(244,53,77); }
H1.HeaderClassName
{
color: #F4354D;
}
.AnyTagClassName
{
color: #F4354D;
}
</style>
background-color css
<style>
a { background-color: #F4354D; }
a { background-color: rgb(244,53,77); }
div.DivClassName
{
background-color: #F4354D;
}
.BgClassName
{
background-color: #F4354D;
}
</style>
border-color css
<style>
span { border-color: #F4354D; }
span { border-color: rgb(244,53,77); }
td.TdClassName
{
border-color: #F4354D;
}
.TagClassName
{
border-color: #F4354D;
}
</style>