Shades of Amaranth #F91A4D
Tints of Amaranth #F91A4D
RGB
CMYK
RGB Variations
Color information
#F91A4D (or 0xF91A4D) is known color: Amaranth. HEX triplet: F9, 1A and 4D. RGB value is (249,26,77). Sum of RGB (Red+Green+Blue) = 249+26+77=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A4D is #06E5B2. Grayscale: #626262. Windows color (decimal): -452019 or 5053177. OLE color: 5053177.
HSL color Cylindrical-coordinate representation of color #F91A4D: hue angle of 346.28º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A4D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 77 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.02 |
| HSL | 346.28º | 0.95% | 0.54% | - |
| HSV(B) | 346.28º | 0.9% | 0.98% | - |
| XYZ | 40.78 | 21.41 | 9.01 | - |
| YUV | 98.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 77 | 0 | 0.90 | 0.69 | 0.02 | 346.28 | 0.95 | 0.54 |
| Hex | F9 | 1A | 4D | 0 | 5A | 45 | 2 | 15A | 5F | 36 |
| Octal | 371 | 32 | 115 | 0 | 132 | 105 | 2 | 532 | 137 | 66 |
| Binary | 11111001 | 11010 | 1001101 | 0 | 1011010 | 1000101 | 10 | 101011010 | 1011111 | 110110 |
Color Harmonies of #F91A4D
Complementary color
Monochromatic Colors of #F91A4D
Black with #F91A4D
Text Example
Text Example
White with #F91A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A4D; }
p { color: rgb(249,26,77); }
H1.HeaderClassName
{
color: #F91A4D;
}
.AnyTagClassName
{
color: #F91A4D;
}
</style>
background-color css
<style>
a { background-color: #F91A4D; }
a { background-color: rgb(249,26,77); }
div.DivClassName
{
background-color: #F91A4D;
}
.BgClassName
{
background-color: #F91A4D;
}
</style>
border-color css
<style>
span { border-color: #F91A4D; }
span { border-color: rgb(249,26,77); }
td.TdClassName
{
border-color: #F91A4D;
}
.TagClassName
{
border-color: #F91A4D;
}
</style>