Shades of Amaranth #F51C58
Tints of Amaranth #F51C58
RGB
CMYK
RGB Variations
Color information
#F51C58 (or 0xF51C58) is known color: Amaranth. HEX triplet: F5, 1C and 58. RGB value is (245,28,88). Sum of RGB (Red+Green+Blue) = 245+28+88=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51C58 is #0AE3A7. Grayscale: #636363. Windows color (decimal): -713640 or 5774581. OLE color: 5774581.
HSL color Cylindrical-coordinate representation of color #F51C58: hue angle of 343.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C58 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 88 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.04 |
| HSL | 343.41º | 0.92% | 0.54% | - |
| HSV(B) | 343.41º | 0.89% | 0.96% | - |
| XYZ | 39.83 | 20.95 | 11.18 | - |
| YUV | 99.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 88 | 0 | 0.89 | 0.64 | 0.04 | 343.41 | 0.92 | 0.54 |
| Hex | F5 | 1C | 58 | 0 | 59 | 40 | 4 | 157 | 5C | 36 |
| Octal | 365 | 34 | 130 | 0 | 131 | 100 | 4 | 527 | 134 | 66 |
| Binary | 11110101 | 11100 | 1011000 | 0 | 1011001 | 1000000 | 100 | 101010111 | 1011100 | 110110 |
Color Harmonies of #F51C58
Complementary color
Monochromatic Colors of #F51C58
Black with #F51C58
Text Example
Text Example
White with #F51C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C58; }
p { color: rgb(245,28,88); }
H1.HeaderClassName
{
color: #F51C58;
}
.AnyTagClassName
{
color: #F51C58;
}
</style>
background-color css
<style>
a { background-color: #F51C58; }
a { background-color: rgb(245,28,88); }
div.DivClassName
{
background-color: #F51C58;
}
.BgClassName
{
background-color: #F51C58;
}
</style>
border-color css
<style>
span { border-color: #F51C58; }
span { border-color: rgb(245,28,88); }
td.TdClassName
{
border-color: #F51C58;
}
.TagClassName
{
border-color: #F51C58;
}
</style>