Shades of Amaranth #F0174E
Tints of Amaranth #F0174E
RGB
CMYK
RGB Variations
Color information
#F0174E (or 0xF0174E) is known color: Amaranth. HEX triplet: F0, 17 and 4E. RGB value is (240,23,78). Sum of RGB (Red+Green+Blue) = 240+23+78=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0174E is #0FE8B1. Grayscale: #5E5E5E. Windows color (decimal): -1042610 or 5117936. OLE color: 5117936.
HSL color Cylindrical-coordinate representation of color #F0174E: hue angle of 344.79º 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 #F0174E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.06 |
| HSL | 344.79º | 0.88% | 0.52% | - |
| HSV(B) | 344.79º | 0.9% | 0.94% | - |
| XYZ | 37.62 | 19.69 | 9.03 | - |
| YUV | 94.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 78 | 0 | 0.90 | 0.68 | 0.06 | 344.79 | 0.88 | 0.52 |
| Hex | F0 | 17 | 4E | 0 | 5A | 44 | 6 | 159 | 58 | 34 |
| Octal | 360 | 27 | 116 | 0 | 132 | 104 | 6 | 531 | 130 | 64 |
| Binary | 11110000 | 10111 | 1001110 | 0 | 1011010 | 1000100 | 110 | 101011001 | 1011000 | 110100 |
Color Harmonies of #F0174E
Complementary color
Monochromatic Colors of #F0174E
Black with #F0174E
Text Example
Text Example
White with #F0174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0174E; }
p { color: rgb(240,23,78); }
H1.HeaderClassName
{
color: #F0174E;
}
.AnyTagClassName
{
color: #F0174E;
}
</style>
background-color css
<style>
a { background-color: #F0174E; }
a { background-color: rgb(240,23,78); }
div.DivClassName
{
background-color: #F0174E;
}
.BgClassName
{
background-color: #F0174E;
}
</style>
border-color css
<style>
span { border-color: #F0174E; }
span { border-color: rgb(240,23,78); }
td.TdClassName
{
border-color: #F0174E;
}
.TagClassName
{
border-color: #F0174E;
}
</style>