Shades of Amaranth #F83044
Tints of Amaranth #F83044
RGB
CMYK
RGB Variations
Color information
#F83044 (or 0xF83044) is known color: Amaranth. HEX triplet: F8, 30 and 44. RGB value is (248,48,68). Sum of RGB (Red+Green+Blue) = 248+48+68=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F83044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83044 is #07CFBB. Grayscale: #6E6E6E. Windows color (decimal): -511932 or 4468984. OLE color: 4468984.
HSL color Cylindrical-coordinate representation of color #F83044: hue angle of 354º 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 #F83044 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 68 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.03 |
| HSL | 354º | 0.93% | 0.58% | - |
| HSV(B) | 354º | 0.81% | 0.97% | - |
| XYZ | 40.81 | 22.49 | 7.66 | - |
| YUV | 110.08 | 104.26 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 68 | 0 | 0.81 | 0.73 | 0.03 | 354 | 0.93 | 0.58 |
| Hex | F8 | 30 | 44 | 0 | 51 | 49 | 3 | 162 | 5D | 3A |
| Octal | 370 | 60 | 104 | 0 | 121 | 111 | 3 | 542 | 135 | 72 |
| Binary | 11111000 | 110000 | 1000100 | 0 | 1010001 | 1001001 | 11 | 101100010 | 1011101 | 111010 |
Color Harmonies of #F83044
Complementary color
Monochromatic Colors of #F83044
Black with #F83044
Text Example
Text Example
White with #F83044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83044; }
p { color: rgb(248,48,68); }
H1.HeaderClassName
{
color: #F83044;
}
.AnyTagClassName
{
color: #F83044;
}
</style>
background-color css
<style>
a { background-color: #F83044; }
a { background-color: rgb(248,48,68); }
div.DivClassName
{
background-color: #F83044;
}
.BgClassName
{
background-color: #F83044;
}
</style>
border-color css
<style>
span { border-color: #F83044; }
span { border-color: rgb(248,48,68); }
td.TdClassName
{
border-color: #F83044;
}
.TagClassName
{
border-color: #F83044;
}
</style>