Shades of Amaranth #F0295A
Tints of Amaranth #F0295A
RGB
CMYK
RGB Variations
Color information
#F0295A (or 0xF0295A) is known color: Amaranth. HEX triplet: F0, 29 and 5A. RGB value is (240,41,90). Sum of RGB (Red+Green+Blue) = 240+41+90=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0295A is #0FD6A5. Grayscale: #6A6A6A. Windows color (decimal): -1037990 or 5908976. OLE color: 5908976.
HSL color Cylindrical-coordinate representation of color #F0295A: hue angle of 345.23º 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 #F0295A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 90 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.06 |
| HSL | 345.23º | 0.87% | 0.55% | - |
| HSV(B) | 345.23º | 0.83% | 0.94% | - |
| XYZ | 38.57 | 20.85 | 11.66 | - |
| YUV | 106.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 90 | 0 | 0.83 | 0.62 | 0.06 | 345.23 | 0.87 | 0.55 |
| Hex | F0 | 29 | 5A | 0 | 53 | 3E | 6 | 159 | 57 | 37 |
| Octal | 360 | 51 | 132 | 0 | 123 | 76 | 6 | 531 | 127 | 67 |
| Binary | 11110000 | 101001 | 1011010 | 0 | 1010011 | 111110 | 110 | 101011001 | 1010111 | 110111 |
Color Harmonies of #F0295A
Complementary color
Monochromatic Colors of #F0295A
Black with #F0295A
Text Example
Text Example
White with #F0295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0295A; }
p { color: rgb(240,41,90); }
H1.HeaderClassName
{
color: #F0295A;
}
.AnyTagClassName
{
color: #F0295A;
}
</style>
background-color css
<style>
a { background-color: #F0295A; }
a { background-color: rgb(240,41,90); }
div.DivClassName
{
background-color: #F0295A;
}
.BgClassName
{
background-color: #F0295A;
}
</style>
border-color css
<style>
span { border-color: #F0295A; }
span { border-color: rgb(240,41,90); }
td.TdClassName
{
border-color: #F0295A;
}
.TagClassName
{
border-color: #F0295A;
}
</style>