Shades of Amaranth #F12049
Tints of Amaranth #F12049
RGB
CMYK
RGB Variations
Color information
#F12049 (or 0xF12049) is known color: Amaranth. HEX triplet: F1, 20 and 49. RGB value is (241,32,73). Sum of RGB (Red+Green+Blue) = 241+32+73=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12049 is #0EDFB6. Grayscale: #636363. Windows color (decimal): -974775 or 4792561. OLE color: 4792561.
HSL color Cylindrical-coordinate representation of color #F12049: hue angle of 348.23º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12049 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 73 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.05 |
| HSL | 348.23º | 0.88% | 0.54% | - |
| HSV(B) | 348.23º | 0.87% | 0.95% | - |
| XYZ | 37.99 | 20.21 | 8.2 | - |
| YUV | 99.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 73 | 0 | 0.87 | 0.70 | 0.05 | 348.23 | 0.88 | 0.54 |
| Hex | F1 | 20 | 49 | 0 | 57 | 46 | 5 | 15C | 58 | 36 |
| Octal | 361 | 40 | 111 | 0 | 127 | 106 | 5 | 534 | 130 | 66 |
| Binary | 11110001 | 100000 | 1001001 | 0 | 1010111 | 1000110 | 101 | 101011100 | 1011000 | 110110 |
Color Harmonies of #F12049
Complementary color
Monochromatic Colors of #F12049
Black with #F12049
Text Example
Text Example
White with #F12049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12049; }
p { color: rgb(241,32,73); }
H1.HeaderClassName
{
color: #F12049;
}
.AnyTagClassName
{
color: #F12049;
}
</style>
background-color css
<style>
a { background-color: #F12049; }
a { background-color: rgb(241,32,73); }
div.DivClassName
{
background-color: #F12049;
}
.BgClassName
{
background-color: #F12049;
}
</style>
border-color css
<style>
span { border-color: #F12049; }
span { border-color: rgb(241,32,73); }
td.TdClassName
{
border-color: #F12049;
}
.TagClassName
{
border-color: #F12049;
}
</style>