Shades of Amaranth #F5194B
Tints of Amaranth #F5194B
RGB
CMYK
RGB Variations
Color information
#F5194B (or 0xF5194B) is known color: Amaranth. HEX triplet: F5, 19 and 4B. RGB value is (245,25,75). Sum of RGB (Red+Green+Blue) = 245+25+75=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5194B is #0AE6B4. Grayscale: #606060. Windows color (decimal): -714421 or 4921845. OLE color: 4921845.
HSL color Cylindrical-coordinate representation of color #F5194B: hue angle of 346.36º degrees, saturation: 0.92, 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 #F5194B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 75 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.04 |
| HSL | 346.36º | 0.92% | 0.53% | - |
| HSV(B) | 346.36º | 0.9% | 0.96% | - |
| XYZ | 39.27 | 20.62 | 8.57 | - |
| YUV | 96.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 75 | 0 | 0.90 | 0.69 | 0.04 | 346.36 | 0.92 | 0.53 |
| Hex | F5 | 19 | 4B | 0 | 5A | 45 | 4 | 15A | 5C | 35 |
| Octal | 365 | 31 | 113 | 0 | 132 | 105 | 4 | 532 | 134 | 65 |
| Binary | 11110101 | 11001 | 1001011 | 0 | 1011010 | 1000101 | 100 | 101011010 | 1011100 | 110101 |
Color Harmonies of #F5194B
Complementary color
Monochromatic Colors of #F5194B
Black with #F5194B
Text Example
Text Example
White with #F5194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5194B; }
p { color: rgb(245,25,75); }
H1.HeaderClassName
{
color: #F5194B;
}
.AnyTagClassName
{
color: #F5194B;
}
</style>
background-color css
<style>
a { background-color: #F5194B; }
a { background-color: rgb(245,25,75); }
div.DivClassName
{
background-color: #F5194B;
}
.BgClassName
{
background-color: #F5194B;
}
</style>
border-color css
<style>
span { border-color: #F5194B; }
span { border-color: rgb(245,25,75); }
td.TdClassName
{
border-color: #F5194B;
}
.TagClassName
{
border-color: #F5194B;
}
</style>