Shades of Amaranth #F83744
Tints of Amaranth #F83744
RGB
CMYK
RGB Variations
Color information
#F83744 (or 0xF83744) is known color: Amaranth. HEX triplet: F8, 37 and 44. RGB value is (248,55,68). Sum of RGB (Red+Green+Blue) = 248+55+68=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F83744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83744 is #07C8BB. Grayscale: #727272. Windows color (decimal): -510140 or 4470776. OLE color: 4470776.
HSL color Cylindrical-coordinate representation of color #F83744: hue angle of 355.96º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83744 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 68 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.03 |
| HSL | 355.96º | 0.93% | 0.59% | - |
| HSV(B) | 355.96º | 0.78% | 0.97% | - |
| XYZ | 41.12 | 23.11 | 7.76 | - |
| YUV | 114.19 | 101.94 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 68 | 0 | 0.78 | 0.73 | 0.03 | 355.96 | 0.93 | 0.59 |
| Hex | F8 | 37 | 44 | 0 | 4E | 49 | 3 | 164 | 5D | 3B |
| Octal | 370 | 67 | 104 | 0 | 116 | 111 | 3 | 544 | 135 | 73 |
| Binary | 11111000 | 110111 | 1000100 | 0 | 1001110 | 1001001 | 11 | 101100100 | 1011101 | 111011 |
Color Harmonies of #F83744
Complementary color
Monochromatic Colors of #F83744
Black with #F83744
Text Example
Text Example
White with #F83744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83744; }
p { color: rgb(248,55,68); }
H1.HeaderClassName
{
color: #F83744;
}
.AnyTagClassName
{
color: #F83744;
}
</style>
background-color css
<style>
a { background-color: #F83744; }
a { background-color: rgb(248,55,68); }
div.DivClassName
{
background-color: #F83744;
}
.BgClassName
{
background-color: #F83744;
}
</style>
border-color css
<style>
span { border-color: #F83744; }
span { border-color: rgb(248,55,68); }
td.TdClassName
{
border-color: #F83744;
}
.TagClassName
{
border-color: #F83744;
}
</style>