Shades of Amaranth #F11950
Tints of Amaranth #F11950
RGB
CMYK
RGB Variations
Color information
#F11950 (or 0xF11950) is known color: Amaranth. HEX triplet: F1, 19 and 50. RGB value is (241,25,80). Sum of RGB (Red+Green+Blue) = 241+25+80=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F11950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11950 is #0EE6AF. Grayscale: #5F5F5F. Windows color (decimal): -976560 or 5249521. OLE color: 5249521.
HSL color Cylindrical-coordinate representation of color #F11950: hue angle of 344.72º 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 #F11950 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 80 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.05 |
| HSL | 344.72º | 0.89% | 0.52% | - |
| HSV(B) | 344.72º | 0.9% | 0.95% | - |
| XYZ | 38.07 | 19.98 | 9.44 | - |
| YUV | 95.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 80 | 0 | 0.90 | 0.67 | 0.05 | 344.72 | 0.89 | 0.52 |
| Hex | F1 | 19 | 50 | 0 | 5A | 43 | 5 | 159 | 59 | 34 |
| Octal | 361 | 31 | 120 | 0 | 132 | 103 | 5 | 531 | 131 | 64 |
| Binary | 11110001 | 11001 | 1010000 | 0 | 1011010 | 1000011 | 101 | 101011001 | 1011001 | 110100 |
Color Harmonies of #F11950
Complementary color
Monochromatic Colors of #F11950
Black with #F11950
Text Example
Text Example
White with #F11950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11950; }
p { color: rgb(241,25,80); }
H1.HeaderClassName
{
color: #F11950;
}
.AnyTagClassName
{
color: #F11950;
}
</style>
background-color css
<style>
a { background-color: #F11950; }
a { background-color: rgb(241,25,80); }
div.DivClassName
{
background-color: #F11950;
}
.BgClassName
{
background-color: #F11950;
}
</style>
border-color css
<style>
span { border-color: #F11950; }
span { border-color: rgb(241,25,80); }
td.TdClassName
{
border-color: #F11950;
}
.TagClassName
{
border-color: #F11950;
}
</style>