Shades of Amaranth #F4324C
Tints of Amaranth #F4324C
RGB
CMYK
RGB Variations
Color information
#F4324C (or 0xF4324C) is known color: Amaranth. HEX triplet: F4, 32 and 4C. RGB value is (244,50,76). Sum of RGB (Red+Green+Blue) = 244+50+76=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4324C is #0BCDB3. Grayscale: #6F6F6F. Windows color (decimal): -773556 or 4993780. OLE color: 4993780.
HSL color Cylindrical-coordinate representation of color #F4324C: hue angle of 351.96º 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 #F4324C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 76 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.04 |
| HSL | 351.96º | 0.9% | 0.58% | - |
| HSV(B) | 351.96º | 0.8% | 0.96% | - |
| XYZ | 39.75 | 22.04 | 9 | - |
| YUV | 110.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 76 | 0 | 0.80 | 0.69 | 0.04 | 351.96 | 0.9 | 0.58 |
| Hex | F4 | 32 | 4C | 0 | 50 | 45 | 4 | 160 | 5A | 3A |
| Octal | 364 | 62 | 114 | 0 | 120 | 105 | 4 | 540 | 132 | 72 |
| Binary | 11110100 | 110010 | 1001100 | 0 | 1010000 | 1000101 | 100 | 101100000 | 1011010 | 111010 |
Color Harmonies of #F4324C
Complementary color
Monochromatic Colors of #F4324C
Black with #F4324C
Text Example
Text Example
White with #F4324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4324C; }
p { color: rgb(244,50,76); }
H1.HeaderClassName
{
color: #F4324C;
}
.AnyTagClassName
{
color: #F4324C;
}
</style>
background-color css
<style>
a { background-color: #F4324C; }
a { background-color: rgb(244,50,76); }
div.DivClassName
{
background-color: #F4324C;
}
.BgClassName
{
background-color: #F4324C;
}
</style>
border-color css
<style>
span { border-color: #F4324C; }
span { border-color: rgb(244,50,76); }
td.TdClassName
{
border-color: #F4324C;
}
.TagClassName
{
border-color: #F4324C;
}
</style>