Shades of Amaranth #F91C51
Tints of Amaranth #F91C51
RGB
CMYK
RGB Variations
Color information
#F91C51 (or 0xF91C51) is known color: Amaranth. HEX triplet: F9, 1C and 51. RGB value is (249,28,81). Sum of RGB (Red+Green+Blue) = 249+28+81=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C51 is #06E3AE. Grayscale: #646464. Windows color (decimal): -451503 or 5315833. OLE color: 5315833.
HSL color Cylindrical-coordinate representation of color #F91C51: hue angle of 345.61º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C51 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 81 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.02 |
| HSL | 345.61º | 0.95% | 0.54% | - |
| HSV(B) | 345.61º | 0.89% | 0.98% | - |
| XYZ | 40.97 | 21.56 | 9.79 | - |
| YUV | 100.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 81 | 0 | 0.89 | 0.67 | 0.02 | 345.61 | 0.95 | 0.54 |
| Hex | F9 | 1C | 51 | 0 | 59 | 43 | 2 | 15A | 5F | 36 |
| Octal | 371 | 34 | 121 | 0 | 131 | 103 | 2 | 532 | 137 | 66 |
| Binary | 11111001 | 11100 | 1010001 | 0 | 1011001 | 1000011 | 10 | 101011010 | 1011111 | 110110 |
Color Harmonies of #F91C51
Complementary color
Monochromatic Colors of #F91C51
Black with #F91C51
Text Example
Text Example
White with #F91C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C51; }
p { color: rgb(249,28,81); }
H1.HeaderClassName
{
color: #F91C51;
}
.AnyTagClassName
{
color: #F91C51;
}
</style>
background-color css
<style>
a { background-color: #F91C51; }
a { background-color: rgb(249,28,81); }
div.DivClassName
{
background-color: #F91C51;
}
.BgClassName
{
background-color: #F91C51;
}
</style>
border-color css
<style>
span { border-color: #F91C51; }
span { border-color: rgb(249,28,81); }
td.TdClassName
{
border-color: #F91C51;
}
.TagClassName
{
border-color: #F91C51;
}
</style>