Shades of Amaranth #F83547
Tints of Amaranth #F83547
RGB
CMYK
RGB Variations
Color information
#F83547 (or 0xF83547) is known color: Amaranth. HEX triplet: F8, 35 and 47. RGB value is (248,53,71). Sum of RGB (Red+Green+Blue) = 248+53+71=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F83547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83547 is #07CAB8. Grayscale: #717171. Windows color (decimal): -510649 or 4666872. OLE color: 4666872.
HSL color Cylindrical-coordinate representation of color #F83547: hue angle of 354.46º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83547 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 71 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.03 |
| HSL | 354.46º | 0.93% | 0.59% | - |
| HSV(B) | 354.46º | 0.79% | 0.97% | - |
| XYZ | 41.12 | 22.96 | 8.23 | - |
| YUV | 113.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 71 | 0 | 0.79 | 0.71 | 0.03 | 354.46 | 0.93 | 0.59 |
| Hex | F8 | 35 | 47 | 0 | 4F | 47 | 3 | 162 | 5D | 3B |
| Octal | 370 | 65 | 107 | 0 | 117 | 107 | 3 | 542 | 135 | 73 |
| Binary | 11111000 | 110101 | 1000111 | 0 | 1001111 | 1000111 | 11 | 101100010 | 1011101 | 111011 |
Color Harmonies of #F83547
Complementary color
Monochromatic Colors of #F83547
Black with #F83547
Text Example
Text Example
White with #F83547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83547; }
p { color: rgb(248,53,71); }
H1.HeaderClassName
{
color: #F83547;
}
.AnyTagClassName
{
color: #F83547;
}
</style>
background-color css
<style>
a { background-color: #F83547; }
a { background-color: rgb(248,53,71); }
div.DivClassName
{
background-color: #F83547;
}
.BgClassName
{
background-color: #F83547;
}
</style>
border-color css
<style>
span { border-color: #F83547; }
span { border-color: rgb(248,53,71); }
td.TdClassName
{
border-color: #F83547;
}
.TagClassName
{
border-color: #F83547;
}
</style>