Shades of Amaranth #F12849
Tints of Amaranth #F12849
RGB
CMYK
RGB Variations
Color information
#F12849 (or 0xF12849) is known color: Amaranth. HEX triplet: F1, 28 and 49. RGB value is (241,40,73). Sum of RGB (Red+Green+Blue) = 241+40+73=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F12849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12849 is #0ED7B6. Grayscale: #676767. Windows color (decimal): -972727 or 4794609. OLE color: 4794609.
HSL color Cylindrical-coordinate representation of color #F12849: hue angle of 350.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12849 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 73 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.05 |
| HSL | 350.15º | 0.88% | 0.55% | - |
| HSV(B) | 350.15º | 0.83% | 0.95% | - |
| XYZ | 38.24 | 20.7 | 8.28 | - |
| YUV | 103.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 73 | 0 | 0.83 | 0.70 | 0.05 | 350.15 | 0.88 | 0.55 |
| Hex | F1 | 28 | 49 | 0 | 53 | 46 | 5 | 15E | 58 | 37 |
| Octal | 361 | 50 | 111 | 0 | 123 | 106 | 5 | 536 | 130 | 67 |
| Binary | 11110001 | 101000 | 1001001 | 0 | 1010011 | 1000110 | 101 | 101011110 | 1011000 | 110111 |
Color Harmonies of #F12849
Complementary color
Monochromatic Colors of #F12849
Black with #F12849
Text Example
Text Example
White with #F12849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12849; }
p { color: rgb(241,40,73); }
H1.HeaderClassName
{
color: #F12849;
}
.AnyTagClassName
{
color: #F12849;
}
</style>
background-color css
<style>
a { background-color: #F12849; }
a { background-color: rgb(241,40,73); }
div.DivClassName
{
background-color: #F12849;
}
.BgClassName
{
background-color: #F12849;
}
</style>
border-color css
<style>
span { border-color: #F12849; }
span { border-color: rgb(241,40,73); }
td.TdClassName
{
border-color: #F12849;
}
.TagClassName
{
border-color: #F12849;
}
</style>