Shades of Amaranth #F8294F
Tints of Amaranth #F8294F
RGB
CMYK
RGB Variations
Color information
#F8294F (or 0xF8294F) is known color: Amaranth. HEX triplet: F8, 29 and 4F. RGB value is (248,41,79). Sum of RGB (Red+Green+Blue) = 248+41+79=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F8294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8294F is #07D6B0. Grayscale: #6B6B6B. Windows color (decimal): -513713 or 5188088. OLE color: 5188088.
HSL color Cylindrical-coordinate representation of color #F8294F: hue angle of 348.99º 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 #F8294F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 79 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.03 |
| HSL | 348.99º | 0.94% | 0.57% | - |
| HSV(B) | 348.99º | 0.83% | 0.97% | - |
| XYZ | 40.92 | 22.11 | 9.51 | - |
| YUV | 107.23 | 112.08 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 79 | 0 | 0.83 | 0.68 | 0.03 | 348.99 | 0.94 | 0.57 |
| Hex | F8 | 29 | 4F | 0 | 53 | 44 | 3 | 15D | 5E | 39 |
| Octal | 370 | 51 | 117 | 0 | 123 | 104 | 3 | 535 | 136 | 71 |
| Binary | 11111000 | 101001 | 1001111 | 0 | 1010011 | 1000100 | 11 | 101011101 | 1011110 | 111001 |
Color Harmonies of #F8294F
Complementary color
Monochromatic Colors of #F8294F
Black with #F8294F
Text Example
Text Example
White with #F8294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8294F; }
p { color: rgb(248,41,79); }
H1.HeaderClassName
{
color: #F8294F;
}
.AnyTagClassName
{
color: #F8294F;
}
</style>
background-color css
<style>
a { background-color: #F8294F; }
a { background-color: rgb(248,41,79); }
div.DivClassName
{
background-color: #F8294F;
}
.BgClassName
{
background-color: #F8294F;
}
</style>
border-color css
<style>
span { border-color: #F8294F; }
span { border-color: rgb(248,41,79); }
td.TdClassName
{
border-color: #F8294F;
}
.TagClassName
{
border-color: #F8294F;
}
</style>