Shades of Amaranth #F0164D
Tints of Amaranth #F0164D
RGB
CMYK
RGB Variations
Color information
#F0164D (or 0xF0164D) is known color: Amaranth. HEX triplet: F0, 16 and 4D. RGB value is (240,22,77). Sum of RGB (Red+Green+Blue) = 240+22+77=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0164D is #0FE9B2. Grayscale: #5D5D5D. Windows color (decimal): -1042867 or 5052144. OLE color: 5052144.
HSL color Cylindrical-coordinate representation of color #F0164D: hue angle of 344.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0164D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.06 |
| HSL | 344.86º | 0.88% | 0.51% | - |
| HSV(B) | 344.86º | 0.91% | 0.94% | - |
| XYZ | 37.56 | 19.63 | 8.83 | - |
| YUV | 93.45 | 118.72 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 77 | 0 | 0.91 | 0.68 | 0.06 | 344.86 | 0.88 | 0.51 |
| Hex | F0 | 16 | 4D | 0 | 5B | 44 | 6 | 159 | 58 | 33 |
| Octal | 360 | 26 | 115 | 0 | 133 | 104 | 6 | 531 | 130 | 63 |
| Binary | 11110000 | 10110 | 1001101 | 0 | 1011011 | 1000100 | 110 | 101011001 | 1011000 | 110011 |
Color Harmonies of #F0164D
Complementary color
Monochromatic Colors of #F0164D
Black with #F0164D
Text Example
Text Example
White with #F0164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0164D; }
p { color: rgb(240,22,77); }
H1.HeaderClassName
{
color: #F0164D;
}
.AnyTagClassName
{
color: #F0164D;
}
</style>
background-color css
<style>
a { background-color: #F0164D; }
a { background-color: rgb(240,22,77); }
div.DivClassName
{
background-color: #F0164D;
}
.BgClassName
{
background-color: #F0164D;
}
</style>
border-color css
<style>
span { border-color: #F0164D; }
span { border-color: rgb(240,22,77); }
td.TdClassName
{
border-color: #F0164D;
}
.TagClassName
{
border-color: #F0164D;
}
</style>