Shades of Amaranth #F12847
Tints of Amaranth #F12847
RGB
CMYK
RGB Variations
Color information
#F12847 (or 0xF12847) is known color: Amaranth. HEX triplet: F1, 28 and 47. RGB value is (241,40,71). Sum of RGB (Red+Green+Blue) = 241+40+71=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F12847 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12847 is #0ED7B8. Grayscale: #676767. Windows color (decimal): -972729 or 4663537. OLE color: 4663537.
HSL color Cylindrical-coordinate representation of color #F12847: hue angle of 350.75º 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 #F12847 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 71 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.05 |
| HSL | 350.75º | 0.88% | 0.55% | - |
| HSV(B) | 350.75º | 0.83% | 0.95% | - |
| XYZ | 38.17 | 20.67 | 7.94 | - |
| YUV | 103.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 71 | 0 | 0.83 | 0.71 | 0.05 | 350.75 | 0.88 | 0.55 |
| Hex | F1 | 28 | 47 | 0 | 53 | 47 | 5 | 15F | 58 | 37 |
| Octal | 361 | 50 | 107 | 0 | 123 | 107 | 5 | 537 | 130 | 67 |
| Binary | 11110001 | 101000 | 1000111 | 0 | 1010011 | 1000111 | 101 | 101011111 | 1011000 | 110111 |
Color Harmonies of #F12847
Complementary color
Monochromatic Colors of #F12847
Black with #F12847
Text Example
Text Example
White with #F12847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12847; }
p { color: rgb(241,40,71); }
H1.HeaderClassName
{
color: #F12847;
}
.AnyTagClassName
{
color: #F12847;
}
</style>
background-color css
<style>
a { background-color: #F12847; }
a { background-color: rgb(241,40,71); }
div.DivClassName
{
background-color: #F12847;
}
.BgClassName
{
background-color: #F12847;
}
</style>
border-color css
<style>
span { border-color: #F12847; }
span { border-color: rgb(241,40,71); }
td.TdClassName
{
border-color: #F12847;
}
.TagClassName
{
border-color: #F12847;
}
</style>