Shades of Amaranth #F1294C
Tints of Amaranth #F1294C
RGB
CMYK
RGB Variations
Color information
#F1294C (or 0xF1294C) is known color: Amaranth. HEX triplet: F1, 29 and 4C. RGB value is (241,41,76). Sum of RGB (Red+Green+Blue) = 241+41+76=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1294C is #0ED6B3. Grayscale: #686868. Windows color (decimal): -972468 or 4991473. OLE color: 4991473.
HSL color Cylindrical-coordinate representation of color #F1294C: hue angle of 349.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1294C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 76 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.05 |
| HSL | 349.5º | 0.88% | 0.55% | - |
| HSV(B) | 349.5º | 0.83% | 0.95% | - |
| XYZ | 38.37 | 20.81 | 8.83 | - |
| YUV | 104.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 76 | 0 | 0.83 | 0.68 | 0.05 | 349.5 | 0.88 | 0.55 |
| Hex | F1 | 29 | 4C | 0 | 53 | 44 | 5 | 15E | 58 | 37 |
| Octal | 361 | 51 | 114 | 0 | 123 | 104 | 5 | 536 | 130 | 67 |
| Binary | 11110001 | 101001 | 1001100 | 0 | 1010011 | 1000100 | 101 | 101011110 | 1011000 | 110111 |
Color Harmonies of #F1294C
Complementary color
Monochromatic Colors of #F1294C
Black with #F1294C
Text Example
Text Example
White with #F1294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1294C; }
p { color: rgb(241,41,76); }
H1.HeaderClassName
{
color: #F1294C;
}
.AnyTagClassName
{
color: #F1294C;
}
</style>
background-color css
<style>
a { background-color: #F1294C; }
a { background-color: rgb(241,41,76); }
div.DivClassName
{
background-color: #F1294C;
}
.BgClassName
{
background-color: #F1294C;
}
</style>
border-color css
<style>
span { border-color: #F1294C; }
span { border-color: rgb(241,41,76); }
td.TdClassName
{
border-color: #F1294C;
}
.TagClassName
{
border-color: #F1294C;
}
</style>