Shades of Amaranth #F8294E
Tints of Amaranth #F8294E
RGB
CMYK
RGB Variations
Color information
#F8294E (or 0xF8294E) is known color: Amaranth. HEX triplet: F8, 29 and 4E. RGB value is (248,41,78). Sum of RGB (Red+Green+Blue) = 248+41+78=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F8294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8294E is #07D6B1. Grayscale: #6B6B6B. Windows color (decimal): -513714 or 5122552. OLE color: 5122552.
HSL color Cylindrical-coordinate representation of color #F8294E: hue angle of 349.28º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8294E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 78 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.03 |
| HSL | 349.28º | 0.94% | 0.57% | - |
| HSV(B) | 349.28º | 0.83% | 0.97% | - |
| XYZ | 40.88 | 22.09 | 9.32 | - |
| YUV | 107.11 | 111.58 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 78 | 0 | 0.83 | 0.69 | 0.03 | 349.28 | 0.94 | 0.57 |
| Hex | F8 | 29 | 4E | 0 | 53 | 45 | 3 | 15D | 5E | 39 |
| Octal | 370 | 51 | 116 | 0 | 123 | 105 | 3 | 535 | 136 | 71 |
| Binary | 11111000 | 101001 | 1001110 | 0 | 1010011 | 1000101 | 11 | 101011101 | 1011110 | 111001 |
Color Harmonies of #F8294E
Complementary color
Monochromatic Colors of #F8294E
Black with #F8294E
Text Example
Text Example
White with #F8294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8294E; }
p { color: rgb(248,41,78); }
H1.HeaderClassName
{
color: #F8294E;
}
.AnyTagClassName
{
color: #F8294E;
}
</style>
background-color css
<style>
a { background-color: #F8294E; }
a { background-color: rgb(248,41,78); }
div.DivClassName
{
background-color: #F8294E;
}
.BgClassName
{
background-color: #F8294E;
}
</style>
border-color css
<style>
span { border-color: #F8294E; }
span { border-color: rgb(248,41,78); }
td.TdClassName
{
border-color: #F8294E;
}
.TagClassName
{
border-color: #F8294E;
}
</style>