Shades of Amaranth #F4194D
Tints of Amaranth #F4194D
RGB
CMYK
RGB Variations
Color information
#F4194D (or 0xF4194D) is known color: Amaranth. HEX triplet: F4, 19 and 4D. RGB value is (244,25,77). Sum of RGB (Red+Green+Blue) = 244+25+77=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F4194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4194D is #0BE6B2. Grayscale: #606060. Windows color (decimal): -779955 or 5052916. OLE color: 5052916.
HSL color Cylindrical-coordinate representation of color #F4194D: hue angle of 345.75º 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 #F4194D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.04 |
| HSL | 345.75º | 0.91% | 0.53% | - |
| HSV(B) | 345.75º | 0.9% | 0.96% | - |
| XYZ | 39 | 20.46 | 8.92 | - |
| YUV | 96.41 | 117.05 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 77 | 0 | 0.90 | 0.68 | 0.04 | 345.75 | 0.91 | 0.53 |
| Hex | F4 | 19 | 4D | 0 | 5A | 44 | 4 | 15A | 5B | 35 |
| Octal | 364 | 31 | 115 | 0 | 132 | 104 | 4 | 532 | 133 | 65 |
| Binary | 11110100 | 11001 | 1001101 | 0 | 1011010 | 1000100 | 100 | 101011010 | 1011011 | 110101 |
Color Harmonies of #F4194D
Complementary color
Monochromatic Colors of #F4194D
Black with #F4194D
Text Example
Text Example
White with #F4194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4194D; }
p { color: rgb(244,25,77); }
H1.HeaderClassName
{
color: #F4194D;
}
.AnyTagClassName
{
color: #F4194D;
}
</style>
background-color css
<style>
a { background-color: #F4194D; }
a { background-color: rgb(244,25,77); }
div.DivClassName
{
background-color: #F4194D;
}
.BgClassName
{
background-color: #F4194D;
}
</style>
border-color css
<style>
span { border-color: #F4194D; }
span { border-color: rgb(244,25,77); }
td.TdClassName
{
border-color: #F4194D;
}
.TagClassName
{
border-color: #F4194D;
}
</style>