Shades of Amaranth #F5164D
Tints of Amaranth #F5164D
RGB
CMYK
RGB Variations
Color information
#F5164D (or 0xF5164D) is known color: Amaranth. HEX triplet: F5, 16 and 4D. RGB value is (245,22,77). Sum of RGB (Red+Green+Blue) = 245+22+77=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5164D is #0AE9B2. Grayscale: #5E5E5E. Windows color (decimal): -715187 or 5052149. OLE color: 5052149.
HSL color Cylindrical-coordinate representation of color #F5164D: hue angle of 345.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5164D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.04 |
| HSL | 345.2º | 0.92% | 0.52% | - |
| HSV(B) | 345.2º | 0.91% | 0.96% | - |
| XYZ | 39.28 | 20.52 | 8.91 | - |
| YUV | 94.95 | 117.88 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 77 | 0 | 0.91 | 0.69 | 0.04 | 345.2 | 0.92 | 0.52 |
| Hex | F5 | 16 | 4D | 0 | 5B | 45 | 4 | 159 | 5C | 34 |
| Octal | 365 | 26 | 115 | 0 | 133 | 105 | 4 | 531 | 134 | 64 |
| Binary | 11110101 | 10110 | 1001101 | 0 | 1011011 | 1000101 | 100 | 101011001 | 1011100 | 110100 |
Color Harmonies of #F5164D
Complementary color
Monochromatic Colors of #F5164D
Black with #F5164D
Text Example
Text Example
White with #F5164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5164D; }
p { color: rgb(245,22,77); }
H1.HeaderClassName
{
color: #F5164D;
}
.AnyTagClassName
{
color: #F5164D;
}
</style>
background-color css
<style>
a { background-color: #F5164D; }
a { background-color: rgb(245,22,77); }
div.DivClassName
{
background-color: #F5164D;
}
.BgClassName
{
background-color: #F5164D;
}
</style>
border-color css
<style>
span { border-color: #F5164D; }
span { border-color: rgb(245,22,77); }
td.TdClassName
{
border-color: #F5164D;
}
.TagClassName
{
border-color: #F5164D;
}
</style>