Shades of Amaranth #F0295E
Tints of Amaranth #F0295E
RGB
CMYK
RGB Variations
Color information
#F0295E (or 0xF0295E) is known color: Amaranth. HEX triplet: F0, 29 and 5E. RGB value is (240,41,94). Sum of RGB (Red+Green+Blue) = 240+41+94=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0295E is #0FD6A1. Grayscale: #6A6A6A. Windows color (decimal): -1037986 or 6171120. OLE color: 6171120.
HSL color Cylindrical-coordinate representation of color #F0295E: hue angle of 344.02º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0295E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 94 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.06 |
| HSL | 344.02º | 0.87% | 0.55% | - |
| HSV(B) | 344.02º | 0.83% | 0.94% | - |
| XYZ | 38.75 | 20.92 | 12.59 | - |
| YUV | 106.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 94 | 0 | 0.83 | 0.61 | 0.06 | 344.02 | 0.87 | 0.55 |
| Hex | F0 | 29 | 5E | 0 | 53 | 3D | 6 | 158 | 57 | 37 |
| Octal | 360 | 51 | 136 | 0 | 123 | 75 | 6 | 530 | 127 | 67 |
| Binary | 11110000 | 101001 | 1011110 | 0 | 1010011 | 111101 | 110 | 101011000 | 1010111 | 110111 |
Color Harmonies of #F0295E
Complementary color
Monochromatic Colors of #F0295E
Black with #F0295E
Text Example
Text Example
White with #F0295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0295E; }
p { color: rgb(240,41,94); }
H1.HeaderClassName
{
color: #F0295E;
}
.AnyTagClassName
{
color: #F0295E;
}
</style>
background-color css
<style>
a { background-color: #F0295E; }
a { background-color: rgb(240,41,94); }
div.DivClassName
{
background-color: #F0295E;
}
.BgClassName
{
background-color: #F0295E;
}
</style>
border-color css
<style>
span { border-color: #F0295E; }
span { border-color: rgb(240,41,94); }
td.TdClassName
{
border-color: #F0295E;
}
.TagClassName
{
border-color: #F0295E;
}
</style>