Shades of Amaranth #F91C4D
Tints of Amaranth #F91C4D
RGB
CMYK
RGB Variations
Color information
#F91C4D (or 0xF91C4D) is known color: Amaranth. HEX triplet: F9, 1C and 4D. RGB value is (249,28,77). Sum of RGB (Red+Green+Blue) = 249+28+77=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C4D is #06E3B2. Grayscale: #636363. Windows color (decimal): -451507 or 5053689. OLE color: 5053689.
HSL color Cylindrical-coordinate representation of color #F91C4D: hue angle of 346.7º 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 #F91C4D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 77 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.02 |
| HSL | 346.7º | 0.95% | 0.54% | - |
| HSV(B) | 346.7º | 0.89% | 0.98% | - |
| XYZ | 40.82 | 21.51 | 9.02 | - |
| YUV | 99.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 77 | 0 | 0.89 | 0.69 | 0.02 | 346.7 | 0.95 | 0.54 |
| Hex | F9 | 1C | 4D | 0 | 59 | 45 | 2 | 15B | 5F | 36 |
| Octal | 371 | 34 | 115 | 0 | 131 | 105 | 2 | 533 | 137 | 66 |
| Binary | 11111001 | 11100 | 1001101 | 0 | 1011001 | 1000101 | 10 | 101011011 | 1011111 | 110110 |
Color Harmonies of #F91C4D
Complementary color
Monochromatic Colors of #F91C4D
Black with #F91C4D
Text Example
Text Example
White with #F91C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C4D; }
p { color: rgb(249,28,77); }
H1.HeaderClassName
{
color: #F91C4D;
}
.AnyTagClassName
{
color: #F91C4D;
}
</style>
background-color css
<style>
a { background-color: #F91C4D; }
a { background-color: rgb(249,28,77); }
div.DivClassName
{
background-color: #F91C4D;
}
.BgClassName
{
background-color: #F91C4D;
}
</style>
border-color css
<style>
span { border-color: #F91C4D; }
span { border-color: rgb(249,28,77); }
td.TdClassName
{
border-color: #F91C4D;
}
.TagClassName
{
border-color: #F91C4D;
}
</style>