Shades of Amaranth #F83047
Tints of Amaranth #F83047
RGB
CMYK
RGB Variations
Color information
#F83047 (or 0xF83047) is known color: Amaranth. HEX triplet: F8, 30 and 47. RGB value is (248,48,71). Sum of RGB (Red+Green+Blue) = 248+48+71=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F83047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83047 is #07CFB8. Grayscale: #6E6E6E. Windows color (decimal): -511929 or 4665592. OLE color: 4665592.
HSL color Cylindrical-coordinate representation of color #F83047: hue angle of 353.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83047 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 71 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.03 |
| HSL | 353.1º | 0.93% | 0.58% | - |
| HSV(B) | 353.1º | 0.81% | 0.97% | - |
| XYZ | 40.91 | 22.53 | 8.15 | - |
| YUV | 110.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 71 | 0 | 0.81 | 0.71 | 0.03 | 353.1 | 0.93 | 0.58 |
| Hex | F8 | 30 | 47 | 0 | 51 | 47 | 3 | 161 | 5D | 3A |
| Octal | 370 | 60 | 107 | 0 | 121 | 107 | 3 | 541 | 135 | 72 |
| Binary | 11111000 | 110000 | 1000111 | 0 | 1010001 | 1000111 | 11 | 101100001 | 1011101 | 111010 |
Color Harmonies of #F83047
Complementary color
Monochromatic Colors of #F83047
Black with #F83047
Text Example
Text Example
White with #F83047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83047; }
p { color: rgb(248,48,71); }
H1.HeaderClassName
{
color: #F83047;
}
.AnyTagClassName
{
color: #F83047;
}
</style>
background-color css
<style>
a { background-color: #F83047; }
a { background-color: rgb(248,48,71); }
div.DivClassName
{
background-color: #F83047;
}
.BgClassName
{
background-color: #F83047;
}
</style>
border-color css
<style>
span { border-color: #F83047; }
span { border-color: rgb(248,48,71); }
td.TdClassName
{
border-color: #F83047;
}
.TagClassName
{
border-color: #F83047;
}
</style>