Shades of Amaranth #F13A49
Tints of Amaranth #F13A49
RGB
CMYK
RGB Variations
Color information
#F13A49 (or 0xF13A49) is known color: Amaranth. HEX triplet: F1, 3A and 49. RGB value is (241,58,73). Sum of RGB (Red+Green+Blue) = 241+58+73=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A49 is #0EC5B6. Grayscale: #727272. Windows color (decimal): -968119 or 4799217. OLE color: 4799217.
HSL color Cylindrical-coordinate representation of color #F13A49: hue angle of 355.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13A49 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 73 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.05 |
| HSL | 355.08º | 0.87% | 0.59% | - |
| HSV(B) | 355.08º | 0.76% | 0.95% | - |
| XYZ | 38.99 | 22.21 | 8.53 | - |
| YUV | 114.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 73 | 0 | 0.76 | 0.70 | 0.05 | 355.08 | 0.87 | 0.59 |
| Hex | F1 | 3A | 49 | 0 | 4C | 46 | 5 | 163 | 57 | 3B |
| Octal | 361 | 72 | 111 | 0 | 114 | 106 | 5 | 543 | 127 | 73 |
| Binary | 11110001 | 111010 | 1001001 | 0 | 1001100 | 1000110 | 101 | 101100011 | 1010111 | 111011 |
Color Harmonies of #F13A49
Complementary color
Monochromatic Colors of #F13A49
Black with #F13A49
Text Example
Text Example
White with #F13A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A49; }
p { color: rgb(241,58,73); }
H1.HeaderClassName
{
color: #F13A49;
}
.AnyTagClassName
{
color: #F13A49;
}
</style>
background-color css
<style>
a { background-color: #F13A49; }
a { background-color: rgb(241,58,73); }
div.DivClassName
{
background-color: #F13A49;
}
.BgClassName
{
background-color: #F13A49;
}
</style>
border-color css
<style>
span { border-color: #F13A49; }
span { border-color: rgb(241,58,73); }
td.TdClassName
{
border-color: #F13A49;
}
.TagClassName
{
border-color: #F13A49;
}
</style>