Shades of Amaranth #F12946
Tints of Amaranth #F12946
RGB
CMYK
RGB Variations
Color information
#F12946 (or 0xF12946) is known color: Amaranth. HEX triplet: F1, 29 and 46. RGB value is (241,41,70). Sum of RGB (Red+Green+Blue) = 241+41+70=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F12946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12946 is #0ED6B9. Grayscale: #686868. Windows color (decimal): -972474 or 4598257. OLE color: 4598257.
HSL color Cylindrical-coordinate representation of color #F12946: hue angle of 351.3º 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 #F12946 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 70 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.05 |
| HSL | 351.3º | 0.88% | 0.55% | - |
| HSV(B) | 351.3º | 0.83% | 0.95% | - |
| XYZ | 38.17 | 20.73 | 7.78 | - |
| YUV | 104.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 70 | 0 | 0.83 | 0.71 | 0.05 | 351.3 | 0.88 | 0.55 |
| Hex | F1 | 29 | 46 | 0 | 53 | 47 | 5 | 15F | 58 | 37 |
| Octal | 361 | 51 | 106 | 0 | 123 | 107 | 5 | 537 | 130 | 67 |
| Binary | 11110001 | 101001 | 1000110 | 0 | 1010011 | 1000111 | 101 | 101011111 | 1011000 | 110111 |
Color Harmonies of #F12946
Complementary color
Monochromatic Colors of #F12946
Black with #F12946
Text Example
Text Example
White with #F12946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12946; }
p { color: rgb(241,41,70); }
H1.HeaderClassName
{
color: #F12946;
}
.AnyTagClassName
{
color: #F12946;
}
</style>
background-color css
<style>
a { background-color: #F12946; }
a { background-color: rgb(241,41,70); }
div.DivClassName
{
background-color: #F12946;
}
.BgClassName
{
background-color: #F12946;
}
</style>
border-color css
<style>
span { border-color: #F12946; }
span { border-color: rgb(241,41,70); }
td.TdClassName
{
border-color: #F12946;
}
.TagClassName
{
border-color: #F12946;
}
</style>