Shades of Amaranth #F91E4D
Tints of Amaranth #F91E4D
RGB
CMYK
RGB Variations
Color information
#F91E4D (or 0xF91E4D) is known color: Amaranth. HEX triplet: F9, 1E and 4D. RGB value is (249,30,77). Sum of RGB (Red+Green+Blue) = 249+30+77=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E4D is #06E1B2. Grayscale: #646464. Windows color (decimal): -450995 or 5054201. OLE color: 5054201.
HSL color Cylindrical-coordinate representation of color #F91E4D: hue angle of 347.12º 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 #F91E4D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 77 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.02 |
| HSL | 347.12º | 0.95% | 0.55% | - |
| HSV(B) | 347.12º | 0.88% | 0.98% | - |
| XYZ | 40.87 | 21.6 | 9.04 | - |
| YUV | 100.84 | 114.55 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 77 | 0 | 0.88 | 0.69 | 0.02 | 347.12 | 0.95 | 0.55 |
| Hex | F9 | 1E | 4D | 0 | 58 | 45 | 2 | 15B | 5F | 37 |
| Octal | 371 | 36 | 115 | 0 | 130 | 105 | 2 | 533 | 137 | 67 |
| Binary | 11111001 | 11110 | 1001101 | 0 | 1011000 | 1000101 | 10 | 101011011 | 1011111 | 110111 |
Color Harmonies of #F91E4D
Complementary color
Monochromatic Colors of #F91E4D
Black with #F91E4D
Text Example
Text Example
White with #F91E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E4D; }
p { color: rgb(249,30,77); }
H1.HeaderClassName
{
color: #F91E4D;
}
.AnyTagClassName
{
color: #F91E4D;
}
</style>
background-color css
<style>
a { background-color: #F91E4D; }
a { background-color: rgb(249,30,77); }
div.DivClassName
{
background-color: #F91E4D;
}
.BgClassName
{
background-color: #F91E4D;
}
</style>
border-color css
<style>
span { border-color: #F91E4D; }
span { border-color: rgb(249,30,77); }
td.TdClassName
{
border-color: #F91E4D;
}
.TagClassName
{
border-color: #F91E4D;
}
</style>