Shades of Amaranth #F01949
Tints of Amaranth #F01949
RGB
CMYK
RGB Variations
Color information
#F01949 (or 0xF01949) is known color: Amaranth. HEX triplet: F0, 19 and 49. RGB value is (240,25,73). Sum of RGB (Red+Green+Blue) = 240+25+73=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F01949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01949 is #0FE6B6. Grayscale: #5E5E5E. Windows color (decimal): -1042103 or 4790768. OLE color: 4790768.
HSL color Cylindrical-coordinate representation of color #F01949: hue angle of 346.6º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01949 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.06 |
| HSL | 346.6º | 0.88% | 0.52% | - |
| HSV(B) | 346.6º | 0.9% | 0.94% | - |
| XYZ | 37.49 | 19.7 | 8.13 | - |
| YUV | 94.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 73 | 0 | 0.90 | 0.70 | 0.06 | 346.6 | 0.88 | 0.52 |
| Hex | F0 | 19 | 49 | 0 | 5A | 46 | 6 | 15B | 58 | 34 |
| Octal | 360 | 31 | 111 | 0 | 132 | 106 | 6 | 533 | 130 | 64 |
| Binary | 11110000 | 11001 | 1001001 | 0 | 1011010 | 1000110 | 110 | 101011011 | 1011000 | 110100 |
Color Harmonies of #F01949
Complementary color
Monochromatic Colors of #F01949
Black with #F01949
Text Example
Text Example
White with #F01949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01949; }
p { color: rgb(240,25,73); }
H1.HeaderClassName
{
color: #F01949;
}
.AnyTagClassName
{
color: #F01949;
}
</style>
background-color css
<style>
a { background-color: #F01949; }
a { background-color: rgb(240,25,73); }
div.DivClassName
{
background-color: #F01949;
}
.BgClassName
{
background-color: #F01949;
}
</style>
border-color css
<style>
span { border-color: #F01949; }
span { border-color: rgb(240,25,73); }
td.TdClassName
{
border-color: #F01949;
}
.TagClassName
{
border-color: #F01949;
}
</style>