Shades of Amaranth #F4194C
Tints of Amaranth #F4194C
RGB
CMYK
RGB Variations
Color information
#F4194C (or 0xF4194C) is known color: Amaranth. HEX triplet: F4, 19 and 4C. RGB value is (244,25,76). Sum of RGB (Red+Green+Blue) = 244+25+76=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F4194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4194C is #0BE6B3. Grayscale: #606060. Windows color (decimal): -779956 or 4987380. OLE color: 4987380.
HSL color Cylindrical-coordinate representation of color #F4194C: hue angle of 346.03º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4194C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 76 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.04 |
| HSL | 346.03º | 0.91% | 0.53% | - |
| HSV(B) | 346.03º | 0.9% | 0.96% | - |
| XYZ | 38.96 | 20.45 | 8.73 | - |
| YUV | 96.3 | 116.55 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 76 | 0 | 0.90 | 0.69 | 0.04 | 346.03 | 0.91 | 0.53 |
| Hex | F4 | 19 | 4C | 0 | 5A | 45 | 4 | 15A | 5B | 35 |
| Octal | 364 | 31 | 114 | 0 | 132 | 105 | 4 | 532 | 133 | 65 |
| Binary | 11110100 | 11001 | 1001100 | 0 | 1011010 | 1000101 | 100 | 101011010 | 1011011 | 110101 |
Color Harmonies of #F4194C
Complementary color
Monochromatic Colors of #F4194C
Black with #F4194C
Text Example
Text Example
White with #F4194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4194C; }
p { color: rgb(244,25,76); }
H1.HeaderClassName
{
color: #F4194C;
}
.AnyTagClassName
{
color: #F4194C;
}
</style>
background-color css
<style>
a { background-color: #F4194C; }
a { background-color: rgb(244,25,76); }
div.DivClassName
{
background-color: #F4194C;
}
.BgClassName
{
background-color: #F4194C;
}
</style>
border-color css
<style>
span { border-color: #F4194C; }
span { border-color: rgb(244,25,76); }
td.TdClassName
{
border-color: #F4194C;
}
.TagClassName
{
border-color: #F4194C;
}
</style>