Shades of Amaranth #F4344C
Tints of Amaranth #F4344C
RGB
CMYK
RGB Variations
Color information
#F4344C (or 0xF4344C) is known color: Amaranth. HEX triplet: F4, 34 and 4C. RGB value is (244,52,76). Sum of RGB (Red+Green+Blue) = 244+52+76=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F4344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4344C is #0BCBB3. Grayscale: #707070. Windows color (decimal): -773044 or 4994292. OLE color: 4994292.
HSL color Cylindrical-coordinate representation of color #F4344C: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4344C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 76 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.04 |
| HSL | 352.5º | 0.9% | 0.58% | - |
| HSV(B) | 352.5º | 0.79% | 0.96% | - |
| XYZ | 39.84 | 22.21 | 9.02 | - |
| YUV | 112.14 | 107.61 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 76 | 0 | 0.79 | 0.69 | 0.04 | 352.5 | 0.9 | 0.58 |
| Hex | F4 | 34 | 4C | 0 | 4F | 45 | 4 | 160 | 5A | 3A |
| Octal | 364 | 64 | 114 | 0 | 117 | 105 | 4 | 540 | 132 | 72 |
| Binary | 11110100 | 110100 | 1001100 | 0 | 1001111 | 1000101 | 100 | 101100000 | 1011010 | 111010 |
Color Harmonies of #F4344C
Complementary color
Monochromatic Colors of #F4344C
Black with #F4344C
Text Example
Text Example
White with #F4344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4344C; }
p { color: rgb(244,52,76); }
H1.HeaderClassName
{
color: #F4344C;
}
.AnyTagClassName
{
color: #F4344C;
}
</style>
background-color css
<style>
a { background-color: #F4344C; }
a { background-color: rgb(244,52,76); }
div.DivClassName
{
background-color: #F4344C;
}
.BgClassName
{
background-color: #F4344C;
}
</style>
border-color css
<style>
span { border-color: #F4344C; }
span { border-color: rgb(244,52,76); }
td.TdClassName
{
border-color: #F4344C;
}
.TagClassName
{
border-color: #F4344C;
}
</style>