Shades of Amaranth #F11A55
Tints of Amaranth #F11A55
RGB
CMYK
RGB Variations
Color information
#F11A55 (or 0xF11A55) is known color: Amaranth. HEX triplet: F1, 1A and 55. RGB value is (241,26,85). Sum of RGB (Red+Green+Blue) = 241+26+85=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A55 is #0EE5AA. Grayscale: #606060. Windows color (decimal): -976299 or 5577457. OLE color: 5577457.
HSL color Cylindrical-coordinate representation of color #F11A55: hue angle of 343.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A55 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 85 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.05 |
| HSL | 343.53º | 0.88% | 0.52% | - |
| HSV(B) | 343.53º | 0.89% | 0.95% | - |
| XYZ | 38.28 | 20.1 | 10.46 | - |
| YUV | 97.01 | 121.23 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 85 | 0 | 0.89 | 0.65 | 0.05 | 343.53 | 0.88 | 0.52 |
| Hex | F1 | 1A | 55 | 0 | 59 | 41 | 5 | 158 | 58 | 34 |
| Octal | 361 | 32 | 125 | 0 | 131 | 101 | 5 | 530 | 130 | 64 |
| Binary | 11110001 | 11010 | 1010101 | 0 | 1011001 | 1000001 | 101 | 101011000 | 1011000 | 110100 |
Color Harmonies of #F11A55
Complementary color
Monochromatic Colors of #F11A55
Black with #F11A55
Text Example
Text Example
White with #F11A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A55; }
p { color: rgb(241,26,85); }
H1.HeaderClassName
{
color: #F11A55;
}
.AnyTagClassName
{
color: #F11A55;
}
</style>
background-color css
<style>
a { background-color: #F11A55; }
a { background-color: rgb(241,26,85); }
div.DivClassName
{
background-color: #F11A55;
}
.BgClassName
{
background-color: #F11A55;
}
</style>
border-color css
<style>
span { border-color: #F11A55; }
span { border-color: rgb(241,26,85); }
td.TdClassName
{
border-color: #F11A55;
}
.TagClassName
{
border-color: #F11A55;
}
</style>