Shades of Amaranth #F9294E
Tints of Amaranth #F9294E
RGB
CMYK
RGB Variations
Color information
#F9294E (or 0xF9294E) is known color: Amaranth. HEX triplet: F9, 29 and 4E. RGB value is (249,41,78). Sum of RGB (Red+Green+Blue) = 249+41+78=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F9294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9294E is #06D6B1. Grayscale: #6B6B6B. Windows color (decimal): -448178 or 5122553. OLE color: 5122553.
HSL color Cylindrical-coordinate representation of color #F9294E: hue angle of 349.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9294E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 78 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.02 |
| HSL | 349.33º | 0.95% | 0.57% | - |
| HSV(B) | 349.33º | 0.84% | 0.98% | - |
| XYZ | 41.24 | 22.28 | 9.33 | - |
| YUV | 107.41 | 111.41 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 78 | 0 | 0.84 | 0.69 | 0.02 | 349.33 | 0.95 | 0.57 |
| Hex | F9 | 29 | 4E | 0 | 54 | 45 | 2 | 15D | 5F | 39 |
| Octal | 371 | 51 | 116 | 0 | 124 | 105 | 2 | 535 | 137 | 71 |
| Binary | 11111001 | 101001 | 1001110 | 0 | 1010100 | 1000101 | 10 | 101011101 | 1011111 | 111001 |
Color Harmonies of #F9294E
Complementary color
Monochromatic Colors of #F9294E
Black with #F9294E
Text Example
Text Example
White with #F9294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9294E; }
p { color: rgb(249,41,78); }
H1.HeaderClassName
{
color: #F9294E;
}
.AnyTagClassName
{
color: #F9294E;
}
</style>
background-color css
<style>
a { background-color: #F9294E; }
a { background-color: rgb(249,41,78); }
div.DivClassName
{
background-color: #F9294E;
}
.BgClassName
{
background-color: #F9294E;
}
</style>
border-color css
<style>
span { border-color: #F9294E; }
span { border-color: rgb(249,41,78); }
td.TdClassName
{
border-color: #F9294E;
}
.TagClassName
{
border-color: #F9294E;
}
</style>