Shades of Amaranth #F91F49
Tints of Amaranth #F91F49
RGB
CMYK
RGB Variations
Color information
#F91F49 (or 0xF91F49) is known color: Amaranth. HEX triplet: F9, 1F and 49. RGB value is (249,31,73). Sum of RGB (Red+Green+Blue) = 249+31+73=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91F49 is #06E0B6. Grayscale: #656565. Windows color (decimal): -450743 or 4792313. OLE color: 4792313.
HSL color Cylindrical-coordinate representation of color #F91F49: hue angle of 348.44º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91F49 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 73 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.02 |
| HSL | 348.44º | 0.95% | 0.55% | - |
| HSV(B) | 348.44º | 0.88% | 0.98% | - |
| XYZ | 40.76 | 21.6 | 8.32 | - |
| YUV | 100.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 73 | 0 | 0.88 | 0.71 | 0.02 | 348.44 | 0.95 | 0.55 |
| Hex | F9 | 1F | 49 | 0 | 58 | 47 | 2 | 15C | 5F | 37 |
| Octal | 371 | 37 | 111 | 0 | 130 | 107 | 2 | 534 | 137 | 67 |
| Binary | 11111001 | 11111 | 1001001 | 0 | 1011000 | 1000111 | 10 | 101011100 | 1011111 | 110111 |
Color Harmonies of #F91F49
Complementary color
Monochromatic Colors of #F91F49
Black with #F91F49
Text Example
Text Example
White with #F91F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F49; }
p { color: rgb(249,31,73); }
H1.HeaderClassName
{
color: #F91F49;
}
.AnyTagClassName
{
color: #F91F49;
}
</style>
background-color css
<style>
a { background-color: #F91F49; }
a { background-color: rgb(249,31,73); }
div.DivClassName
{
background-color: #F91F49;
}
.BgClassName
{
background-color: #F91F49;
}
</style>
border-color css
<style>
span { border-color: #F91F49; }
span { border-color: rgb(249,31,73); }
td.TdClassName
{
border-color: #F91F49;
}
.TagClassName
{
border-color: #F91F49;
}
</style>