Shades of Amaranth #F01749
Tints of Amaranth #F01749
RGB
CMYK
RGB Variations
Color information
#F01749 (or 0xF01749) is known color: Amaranth. HEX triplet: F0, 17 and 49. RGB value is (240,23,73). Sum of RGB (Red+Green+Blue) = 240+23+73=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F01749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01749 is #0FE8B6. Grayscale: #5D5D5D. Windows color (decimal): -1042615 or 4790256. OLE color: 4790256.
HSL color Cylindrical-coordinate representation of color #F01749: hue angle of 346.18º 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 #F01749 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 73 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.06 |
| HSL | 346.18º | 0.88% | 0.52% | - |
| HSV(B) | 346.18º | 0.9% | 0.94% | - |
| XYZ | 37.44 | 19.62 | 8.12 | - |
| YUV | 93.58 | 116.39 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 73 | 0 | 0.90 | 0.70 | 0.06 | 346.18 | 0.88 | 0.52 |
| Hex | F0 | 17 | 49 | 0 | 5A | 46 | 6 | 15A | 58 | 34 |
| Octal | 360 | 27 | 111 | 0 | 132 | 106 | 6 | 532 | 130 | 64 |
| Binary | 11110000 | 10111 | 1001001 | 0 | 1011010 | 1000110 | 110 | 101011010 | 1011000 | 110100 |
Color Harmonies of #F01749
Complementary color
Monochromatic Colors of #F01749
Black with #F01749
Text Example
Text Example
White with #F01749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01749; }
p { color: rgb(240,23,73); }
H1.HeaderClassName
{
color: #F01749;
}
.AnyTagClassName
{
color: #F01749;
}
</style>
background-color css
<style>
a { background-color: #F01749; }
a { background-color: rgb(240,23,73); }
div.DivClassName
{
background-color: #F01749;
}
.BgClassName
{
background-color: #F01749;
}
</style>
border-color css
<style>
span { border-color: #F01749; }
span { border-color: rgb(240,23,73); }
td.TdClassName
{
border-color: #F01749;
}
.TagClassName
{
border-color: #F01749;
}
</style>