Shades of Amaranth #F01849
Tints of Amaranth #F01849
RGB
CMYK
RGB Variations
Color information
#F01849 (or 0xF01849) is known color: Amaranth. HEX triplet: F0, 18 and 49. RGB value is (240,24,73). Sum of RGB (Red+Green+Blue) = 240+24+73=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F01849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01849 is #0FE7B6. Grayscale: #5E5E5E. Windows color (decimal): -1042359 or 4790512. OLE color: 4790512.
HSL color Cylindrical-coordinate representation of color #F01849: hue angle of 346.39º 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 #F01849 is Cyan = 0, Magento = 0.9, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 73 | - |
| CMYK | 0 | 0.9 | 0.70 | 0.06 |
| HSL | 346.39º | 0.88% | 0.52% | - |
| HSV(B) | 346.39º | 0.9% | 0.94% | - |
| XYZ | 37.46 | 19.66 | 8.12 | - |
| YUV | 94.17 | 116.06 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 73 | 0 | 0.9 | 0.70 | 0.06 | 346.39 | 0.88 | 0.52 |
| Hex | F0 | 18 | 49 | 0 | 5A | 46 | 6 | 15A | 58 | 34 |
| Octal | 360 | 30 | 111 | 0 | 132 | 106 | 6 | 532 | 130 | 64 |
| Binary | 11110000 | 11000 | 1001001 | 0 | 1011010 | 1000110 | 110 | 101011010 | 1011000 | 110100 |
Color Harmonies of #F01849
Complementary color
Monochromatic Colors of #F01849
Black with #F01849
Text Example
Text Example
White with #F01849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01849; }
p { color: rgb(240,24,73); }
H1.HeaderClassName
{
color: #F01849;
}
.AnyTagClassName
{
color: #F01849;
}
</style>
background-color css
<style>
a { background-color: #F01849; }
a { background-color: rgb(240,24,73); }
div.DivClassName
{
background-color: #F01849;
}
.BgClassName
{
background-color: #F01849;
}
</style>
border-color css
<style>
span { border-color: #F01849; }
span { border-color: rgb(240,24,73); }
td.TdClassName
{
border-color: #F01849;
}
.TagClassName
{
border-color: #F01849;
}
</style>