Shades of Amaranth #F1194D
Tints of Amaranth #F1194D
RGB
CMYK
RGB Variations
Color information
#F1194D (or 0xF1194D) is known color: Amaranth. HEX triplet: F1, 19 and 4D. RGB value is (241,25,77). Sum of RGB (Red+Green+Blue) = 241+25+77=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1194D is #0EE6B2. Grayscale: #5F5F5F. Windows color (decimal): -976563 or 5052913. OLE color: 5052913.
HSL color Cylindrical-coordinate representation of color #F1194D: hue angle of 345.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1194D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.05 |
| HSL | 345.56º | 0.89% | 0.52% | - |
| HSV(B) | 345.56º | 0.9% | 0.95% | - |
| XYZ | 37.96 | 19.93 | 8.87 | - |
| YUV | 95.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 77 | 0 | 0.90 | 0.68 | 0.05 | 345.56 | 0.89 | 0.52 |
| Hex | F1 | 19 | 4D | 0 | 5A | 44 | 5 | 15A | 59 | 34 |
| Octal | 361 | 31 | 115 | 0 | 132 | 104 | 5 | 532 | 131 | 64 |
| Binary | 11110001 | 11001 | 1001101 | 0 | 1011010 | 1000100 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F1194D
Complementary color
Monochromatic Colors of #F1194D
Black with #F1194D
Text Example
Text Example
White with #F1194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1194D; }
p { color: rgb(241,25,77); }
H1.HeaderClassName
{
color: #F1194D;
}
.AnyTagClassName
{
color: #F1194D;
}
</style>
background-color css
<style>
a { background-color: #F1194D; }
a { background-color: rgb(241,25,77); }
div.DivClassName
{
background-color: #F1194D;
}
.BgClassName
{
background-color: #F1194D;
}
</style>
border-color css
<style>
span { border-color: #F1194D; }
span { border-color: rgb(241,25,77); }
td.TdClassName
{
border-color: #F1194D;
}
.TagClassName
{
border-color: #F1194D;
}
</style>