Shades of Amaranth #F4324D
Tints of Amaranth #F4324D
RGB
CMYK
RGB Variations
Color information
#F4324D (or 0xF4324D) is known color: Amaranth. HEX triplet: F4, 32 and 4D. RGB value is (244,50,77). Sum of RGB (Red+Green+Blue) = 244+50+77=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4324D is #0BCDB2. Grayscale: #6F6F6F. Windows color (decimal): -773555 or 5059316. OLE color: 5059316.
HSL color Cylindrical-coordinate representation of color #F4324D: hue angle of 351.65º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4324D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 77 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.04 |
| HSL | 351.65º | 0.9% | 0.58% | - |
| HSV(B) | 351.65º | 0.8% | 0.96% | - |
| XYZ | 39.79 | 22.05 | 9.18 | - |
| YUV | 111.08 | 108.77 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 77 | 0 | 0.80 | 0.68 | 0.04 | 351.65 | 0.9 | 0.58 |
| Hex | F4 | 32 | 4D | 0 | 50 | 44 | 4 | 160 | 5A | 3A |
| Octal | 364 | 62 | 115 | 0 | 120 | 104 | 4 | 540 | 132 | 72 |
| Binary | 11110100 | 110010 | 1001101 | 0 | 1010000 | 1000100 | 100 | 101100000 | 1011010 | 111010 |
Color Harmonies of #F4324D
Complementary color
Monochromatic Colors of #F4324D
Black with #F4324D
Text Example
Text Example
White with #F4324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4324D; }
p { color: rgb(244,50,77); }
H1.HeaderClassName
{
color: #F4324D;
}
.AnyTagClassName
{
color: #F4324D;
}
</style>
background-color css
<style>
a { background-color: #F4324D; }
a { background-color: rgb(244,50,77); }
div.DivClassName
{
background-color: #F4324D;
}
.BgClassName
{
background-color: #F4324D;
}
</style>
border-color css
<style>
span { border-color: #F4324D; }
span { border-color: rgb(244,50,77); }
td.TdClassName
{
border-color: #F4324D;
}
.TagClassName
{
border-color: #F4324D;
}
</style>