Shades of Amaranth #F0174D
Tints of Amaranth #F0174D
RGB
CMYK
RGB Variations
Color information
#F0174D (or 0xF0174D) is known color: Amaranth. HEX triplet: F0, 17 and 4D. RGB value is (240,23,77). Sum of RGB (Red+Green+Blue) = 240+23+77=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0174D is #0FE8B2. Grayscale: #5E5E5E. Windows color (decimal): -1042611 or 5052400. OLE color: 5052400.
HSL color Cylindrical-coordinate representation of color #F0174D: hue angle of 345.07º 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 #F0174D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.06 |
| HSL | 345.07º | 0.88% | 0.52% | - |
| HSV(B) | 345.07º | 0.9% | 0.94% | - |
| XYZ | 37.58 | 19.67 | 8.84 | - |
| YUV | 94.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 77 | 0 | 0.90 | 0.68 | 0.06 | 345.07 | 0.88 | 0.52 |
| Hex | F0 | 17 | 4D | 0 | 5A | 44 | 6 | 159 | 58 | 34 |
| Octal | 360 | 27 | 115 | 0 | 132 | 104 | 6 | 531 | 130 | 64 |
| Binary | 11110000 | 10111 | 1001101 | 0 | 1011010 | 1000100 | 110 | 101011001 | 1011000 | 110100 |
Color Harmonies of #F0174D
Complementary color
Monochromatic Colors of #F0174D
Black with #F0174D
Text Example
Text Example
White with #F0174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0174D; }
p { color: rgb(240,23,77); }
H1.HeaderClassName
{
color: #F0174D;
}
.AnyTagClassName
{
color: #F0174D;
}
</style>
background-color css
<style>
a { background-color: #F0174D; }
a { background-color: rgb(240,23,77); }
div.DivClassName
{
background-color: #F0174D;
}
.BgClassName
{
background-color: #F0174D;
}
</style>
border-color css
<style>
span { border-color: #F0174D; }
span { border-color: rgb(240,23,77); }
td.TdClassName
{
border-color: #F0174D;
}
.TagClassName
{
border-color: #F0174D;
}
</style>