Shades of Amaranth #F51953
Tints of Amaranth #F51953
RGB
CMYK
RGB Variations
Color information
#F51953 (or 0xF51953) is known color: Amaranth. HEX triplet: F5, 19 and 53. RGB value is (245,25,83). Sum of RGB (Red+Green+Blue) = 245+25+83=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F51953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51953 is #0AE6AC. Grayscale: #616161. Windows color (decimal): -714413 or 5446133. OLE color: 5446133.
HSL color Cylindrical-coordinate representation of color #F51953: hue angle of 344.18º 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 #F51953 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 83 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.04 |
| HSL | 344.18º | 0.92% | 0.53% | - |
| HSV(B) | 344.18º | 0.9% | 0.96% | - |
| XYZ | 39.57 | 20.73 | 10.1 | - |
| YUV | 97.39 | 119.89 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 83 | 0 | 0.90 | 0.66 | 0.04 | 344.18 | 0.92 | 0.53 |
| Hex | F5 | 19 | 53 | 0 | 5A | 42 | 4 | 158 | 5C | 35 |
| Octal | 365 | 31 | 123 | 0 | 132 | 102 | 4 | 530 | 134 | 65 |
| Binary | 11110101 | 11001 | 1010011 | 0 | 1011010 | 1000010 | 100 | 101011000 | 1011100 | 110101 |
Color Harmonies of #F51953
Complementary color
Monochromatic Colors of #F51953
Black with #F51953
Text Example
Text Example
White with #F51953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51953; }
p { color: rgb(245,25,83); }
H1.HeaderClassName
{
color: #F51953;
}
.AnyTagClassName
{
color: #F51953;
}
</style>
background-color css
<style>
a { background-color: #F51953; }
a { background-color: rgb(245,25,83); }
div.DivClassName
{
background-color: #F51953;
}
.BgClassName
{
background-color: #F51953;
}
</style>
border-color css
<style>
span { border-color: #F51953; }
span { border-color: rgb(245,25,83); }
td.TdClassName
{
border-color: #F51953;
}
.TagClassName
{
border-color: #F51953;
}
</style>