Shades of Amaranth #F0194E
Tints of Amaranth #F0194E
RGB
CMYK
RGB Variations
Color information
#F0194E (or 0xF0194E) is known color: Amaranth. HEX triplet: F0, 19 and 4E. RGB value is (240,25,78). Sum of RGB (Red+Green+Blue) = 240+25+78=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0194E is #0FE6B1. Grayscale: #5F5F5F. Windows color (decimal): -1042098 or 5118448. OLE color: 5118448.
HSL color Cylindrical-coordinate representation of color #F0194E: hue angle of 345.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0194E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 78 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.06 |
| HSL | 345.21º | 0.88% | 0.52% | - |
| HSV(B) | 345.21º | 0.9% | 0.94% | - |
| XYZ | 37.66 | 19.77 | 9.04 | - |
| YUV | 95.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 78 | 0 | 0.90 | 0.68 | 0.06 | 345.21 | 0.88 | 0.52 |
| Hex | F0 | 19 | 4E | 0 | 5A | 44 | 6 | 159 | 58 | 34 |
| Octal | 360 | 31 | 116 | 0 | 132 | 104 | 6 | 531 | 130 | 64 |
| Binary | 11110000 | 11001 | 1001110 | 0 | 1011010 | 1000100 | 110 | 101011001 | 1011000 | 110100 |
Color Harmonies of #F0194E
Complementary color
Monochromatic Colors of #F0194E
Black with #F0194E
Text Example
Text Example
White with #F0194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0194E; }
p { color: rgb(240,25,78); }
H1.HeaderClassName
{
color: #F0194E;
}
.AnyTagClassName
{
color: #F0194E;
}
</style>
background-color css
<style>
a { background-color: #F0194E; }
a { background-color: rgb(240,25,78); }
div.DivClassName
{
background-color: #F0194E;
}
.BgClassName
{
background-color: #F0194E;
}
</style>
border-color css
<style>
span { border-color: #F0194E; }
span { border-color: rgb(240,25,78); }
td.TdClassName
{
border-color: #F0194E;
}
.TagClassName
{
border-color: #F0194E;
}
</style>