Shades of Amaranth #F2194C
Tints of Amaranth #F2194C
RGB
CMYK
RGB Variations
Color information
#F2194C (or 0xF2194C) is known color: Amaranth. HEX triplet: F2, 19 and 4C. RGB value is (242,25,76). Sum of RGB (Red+Green+Blue) = 242+25+76=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2194C is #0DE6B3. Grayscale: #5F5F5F. Windows color (decimal): -911028 or 4987378. OLE color: 4987378.
HSL color Cylindrical-coordinate representation of color #F2194C: hue angle of 345.9º 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 #F2194C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 76 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.05 |
| HSL | 345.9º | 0.89% | 0.52% | - |
| HSV(B) | 345.9º | 0.9% | 0.95% | - |
| XYZ | 38.27 | 20.09 | 8.7 | - |
| YUV | 95.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 76 | 0 | 0.90 | 0.69 | 0.05 | 345.9 | 0.89 | 0.52 |
| Hex | F2 | 19 | 4C | 0 | 5A | 45 | 5 | 15A | 59 | 34 |
| Octal | 362 | 31 | 114 | 0 | 132 | 105 | 5 | 532 | 131 | 64 |
| Binary | 11110010 | 11001 | 1001100 | 0 | 1011010 | 1000101 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F2194C
Complementary color
Monochromatic Colors of #F2194C
Black with #F2194C
Text Example
Text Example
White with #F2194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2194C; }
p { color: rgb(242,25,76); }
H1.HeaderClassName
{
color: #F2194C;
}
.AnyTagClassName
{
color: #F2194C;
}
</style>
background-color css
<style>
a { background-color: #F2194C; }
a { background-color: rgb(242,25,76); }
div.DivClassName
{
background-color: #F2194C;
}
.BgClassName
{
background-color: #F2194C;
}
</style>
border-color css
<style>
span { border-color: #F2194C; }
span { border-color: rgb(242,25,76); }
td.TdClassName
{
border-color: #F2194C;
}
.TagClassName
{
border-color: #F2194C;
}
</style>