Shades of Amaranth #F51E4C
Tints of Amaranth #F51E4C
RGB
CMYK
RGB Variations
Color information
#F51E4C (or 0xF51E4C) is known color: Amaranth. HEX triplet: F5, 1E and 4C. RGB value is (245,30,76). Sum of RGB (Red+Green+Blue) = 245+30+76=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E4C is #0AE1B3. Grayscale: #636363. Windows color (decimal): -713140 or 4988661. OLE color: 4988661.
HSL color Cylindrical-coordinate representation of color #F51E4C: hue angle of 347.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E4C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 76 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.04 |
| HSL | 347.16º | 0.91% | 0.54% | - |
| HSV(B) | 347.16º | 0.88% | 0.96% | - |
| XYZ | 39.42 | 20.86 | 8.79 | - |
| YUV | 99.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 76 | 0 | 0.88 | 0.69 | 0.04 | 347.16 | 0.91 | 0.54 |
| Hex | F5 | 1E | 4C | 0 | 58 | 45 | 4 | 15B | 5B | 36 |
| Octal | 365 | 36 | 114 | 0 | 130 | 105 | 4 | 533 | 133 | 66 |
| Binary | 11110101 | 11110 | 1001100 | 0 | 1011000 | 1000101 | 100 | 101011011 | 1011011 | 110110 |
Color Harmonies of #F51E4C
Complementary color
Monochromatic Colors of #F51E4C
Black with #F51E4C
Text Example
Text Example
White with #F51E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E4C; }
p { color: rgb(245,30,76); }
H1.HeaderClassName
{
color: #F51E4C;
}
.AnyTagClassName
{
color: #F51E4C;
}
</style>
background-color css
<style>
a { background-color: #F51E4C; }
a { background-color: rgb(245,30,76); }
div.DivClassName
{
background-color: #F51E4C;
}
.BgClassName
{
background-color: #F51E4C;
}
</style>
border-color css
<style>
span { border-color: #F51E4C; }
span { border-color: rgb(245,30,76); }
td.TdClassName
{
border-color: #F51E4C;
}
.TagClassName
{
border-color: #F51E4C;
}
</style>