Shades of Amaranth #F83846
Tints of Amaranth #F83846
RGB
CMYK
RGB Variations
Color information
#F83846 (or 0xF83846) is known color: Amaranth. HEX triplet: F8, 38 and 46. RGB value is (248,56,70). Sum of RGB (Red+Green+Blue) = 248+56+70=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F83846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83846 is #07C7B9. Grayscale: #737373. Windows color (decimal): -509882 or 4602104. OLE color: 4602104.
HSL color Cylindrical-coordinate representation of color #F83846: hue angle of 355.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83846 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 70 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.03 |
| HSL | 355.63º | 0.93% | 0.6% | - |
| HSV(B) | 355.63º | 0.77% | 0.97% | - |
| XYZ | 41.23 | 23.23 | 8.1 | - |
| YUV | 115 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 70 | 0 | 0.77 | 0.72 | 0.03 | 355.63 | 0.93 | 0.6 |
| Hex | F8 | 38 | 46 | 0 | 4D | 48 | 3 | 164 | 5D | 3C |
| Octal | 370 | 70 | 106 | 0 | 115 | 110 | 3 | 544 | 135 | 74 |
| Binary | 11111000 | 111000 | 1000110 | 0 | 1001101 | 1001000 | 11 | 101100100 | 1011101 | 111100 |
Color Harmonies of #F83846
Complementary color
Monochromatic Colors of #F83846
Black with #F83846
Text Example
Text Example
White with #F83846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83846; }
p { color: rgb(248,56,70); }
H1.HeaderClassName
{
color: #F83846;
}
.AnyTagClassName
{
color: #F83846;
}
</style>
background-color css
<style>
a { background-color: #F83846; }
a { background-color: rgb(248,56,70); }
div.DivClassName
{
background-color: #F83846;
}
.BgClassName
{
background-color: #F83846;
}
</style>
border-color css
<style>
span { border-color: #F83846; }
span { border-color: rgb(248,56,70); }
td.TdClassName
{
border-color: #F83846;
}
.TagClassName
{
border-color: #F83846;
}
</style>