Shades of Amaranth #F11A47
Tints of Amaranth #F11A47
RGB
CMYK
RGB Variations
Color information
#F11A47 (or 0xF11A47) is known color: Amaranth. HEX triplet: F1, 1A and 47. RGB value is (241,26,71). Sum of RGB (Red+Green+Blue) = 241+26+71=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A47 is #0EE5B8. Grayscale: #5F5F5F. Windows color (decimal): -976313 or 4659953. OLE color: 4659953.
HSL color Cylindrical-coordinate representation of color #F11A47: hue angle of 347.44º 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 #F11A47 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 71 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.05 |
| HSL | 347.44º | 0.88% | 0.52% | - |
| HSV(B) | 347.44º | 0.89% | 0.95% | - |
| XYZ | 37.78 | 19.89 | 7.81 | - |
| YUV | 95.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 71 | 0 | 0.89 | 0.71 | 0.05 | 347.44 | 0.88 | 0.52 |
| Hex | F1 | 1A | 47 | 0 | 59 | 47 | 5 | 15B | 58 | 34 |
| Octal | 361 | 32 | 107 | 0 | 131 | 107 | 5 | 533 | 130 | 64 |
| Binary | 11110001 | 11010 | 1000111 | 0 | 1011001 | 1000111 | 101 | 101011011 | 1011000 | 110100 |
Color Harmonies of #F11A47
Complementary color
Monochromatic Colors of #F11A47
Black with #F11A47
Text Example
Text Example
White with #F11A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A47; }
p { color: rgb(241,26,71); }
H1.HeaderClassName
{
color: #F11A47;
}
.AnyTagClassName
{
color: #F11A47;
}
</style>
background-color css
<style>
a { background-color: #F11A47; }
a { background-color: rgb(241,26,71); }
div.DivClassName
{
background-color: #F11A47;
}
.BgClassName
{
background-color: #F11A47;
}
</style>
border-color css
<style>
span { border-color: #F11A47; }
span { border-color: rgb(241,26,71); }
td.TdClassName
{
border-color: #F11A47;
}
.TagClassName
{
border-color: #F11A47;
}
</style>