Shades of Amaranth #F11749
Tints of Amaranth #F11749
RGB
CMYK
RGB Variations
Color information
#F11749 (or 0xF11749) is known color: Amaranth. HEX triplet: F1, 17 and 49. RGB value is (241,23,73). Sum of RGB (Red+Green+Blue) = 241+23+73=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F11749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11749 is #0EE8B6. Grayscale: #5D5D5D. Windows color (decimal): -977079 or 4790257. OLE color: 4790257.
HSL color Cylindrical-coordinate representation of color #F11749: hue angle of 346.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11749 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 73 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.05 |
| HSL | 346.24º | 0.89% | 0.52% | - |
| HSV(B) | 346.24º | 0.9% | 0.95% | - |
| XYZ | 37.78 | 19.79 | 8.13 | - |
| YUV | 93.88 | 116.22 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 73 | 0 | 0.90 | 0.70 | 0.05 | 346.24 | 0.89 | 0.52 |
| Hex | F1 | 17 | 49 | 0 | 5A | 46 | 5 | 15A | 59 | 34 |
| Octal | 361 | 27 | 111 | 0 | 132 | 106 | 5 | 532 | 131 | 64 |
| Binary | 11110001 | 10111 | 1001001 | 0 | 1011010 | 1000110 | 101 | 101011010 | 1011001 | 110100 |
Color Harmonies of #F11749
Complementary color
Monochromatic Colors of #F11749
Black with #F11749
Text Example
Text Example
White with #F11749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11749; }
p { color: rgb(241,23,73); }
H1.HeaderClassName
{
color: #F11749;
}
.AnyTagClassName
{
color: #F11749;
}
</style>
background-color css
<style>
a { background-color: #F11749; }
a { background-color: rgb(241,23,73); }
div.DivClassName
{
background-color: #F11749;
}
.BgClassName
{
background-color: #F11749;
}
</style>
border-color css
<style>
span { border-color: #F11749; }
span { border-color: rgb(241,23,73); }
td.TdClassName
{
border-color: #F11749;
}
.TagClassName
{
border-color: #F11749;
}
</style>