Shades of Amaranth #F1394D
Tints of Amaranth #F1394D
RGB
CMYK
RGB Variations
Color information
#F1394D (or 0xF1394D) is known color: Amaranth. HEX triplet: F1, 39 and 4D. RGB value is (241,57,77). Sum of RGB (Red+Green+Blue) = 241+57+77=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F1394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1394D is #0EC6B2. Grayscale: #727272. Windows color (decimal): -968371 or 5061105. OLE color: 5061105.
HSL color Cylindrical-coordinate representation of color #F1394D: hue angle of 353.48º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1394D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 77 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.05 |
| HSL | 353.48º | 0.87% | 0.58% | - |
| HSV(B) | 353.48º | 0.76% | 0.95% | - |
| XYZ | 39.08 | 22.16 | 9.24 | - |
| YUV | 114.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 77 | 0 | 0.76 | 0.68 | 0.05 | 353.48 | 0.87 | 0.58 |
| Hex | F1 | 39 | 4D | 0 | 4C | 44 | 5 | 161 | 57 | 3A |
| Octal | 361 | 71 | 115 | 0 | 114 | 104 | 5 | 541 | 127 | 72 |
| Binary | 11110001 | 111001 | 1001101 | 0 | 1001100 | 1000100 | 101 | 101100001 | 1010111 | 111010 |
Color Harmonies of #F1394D
Complementary color
Monochromatic Colors of #F1394D
Black with #F1394D
Text Example
Text Example
White with #F1394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1394D; }
p { color: rgb(241,57,77); }
H1.HeaderClassName
{
color: #F1394D;
}
.AnyTagClassName
{
color: #F1394D;
}
</style>
background-color css
<style>
a { background-color: #F1394D; }
a { background-color: rgb(241,57,77); }
div.DivClassName
{
background-color: #F1394D;
}
.BgClassName
{
background-color: #F1394D;
}
</style>
border-color css
<style>
span { border-color: #F1394D; }
span { border-color: rgb(241,57,77); }
td.TdClassName
{
border-color: #F1394D;
}
.TagClassName
{
border-color: #F1394D;
}
</style>