Shades of Amaranth #F91F55
Tints of Amaranth #F91F55
RGB
CMYK
RGB Variations
Color information
#F91F55 (or 0xF91F55) is known color: Amaranth. HEX triplet: F9, 1F and 55. RGB value is (249,31,85). Sum of RGB (Red+Green+Blue) = 249+31+85=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91F55 is #06E0AA. Grayscale: #666666. Windows color (decimal): -450731 or 5578745. OLE color: 5578745.
HSL color Cylindrical-coordinate representation of color #F91F55: hue angle of 345.14º 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 #F91F55 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 85 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.02 |
| HSL | 345.14º | 0.95% | 0.55% | - |
| HSV(B) | 345.14º | 0.88% | 0.98% | - |
| XYZ | 41.2 | 21.78 | 10.63 | - |
| YUV | 102.34 | 118.22 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 85 | 0 | 0.88 | 0.66 | 0.02 | 345.14 | 0.95 | 0.55 |
| Hex | F9 | 1F | 55 | 0 | 58 | 42 | 2 | 159 | 5F | 37 |
| Octal | 371 | 37 | 125 | 0 | 130 | 102 | 2 | 531 | 137 | 67 |
| Binary | 11111001 | 11111 | 1010101 | 0 | 1011000 | 1000010 | 10 | 101011001 | 1011111 | 110111 |
Color Harmonies of #F91F55
Complementary color
Monochromatic Colors of #F91F55
Black with #F91F55
Text Example
Text Example
White with #F91F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F55; }
p { color: rgb(249,31,85); }
H1.HeaderClassName
{
color: #F91F55;
}
.AnyTagClassName
{
color: #F91F55;
}
</style>
background-color css
<style>
a { background-color: #F91F55; }
a { background-color: rgb(249,31,85); }
div.DivClassName
{
background-color: #F91F55;
}
.BgClassName
{
background-color: #F91F55;
}
</style>
border-color css
<style>
span { border-color: #F91F55; }
span { border-color: rgb(249,31,85); }
td.TdClassName
{
border-color: #F91F55;
}
.TagClassName
{
border-color: #F91F55;
}
</style>