Shades of Amaranth #F0295C
Tints of Amaranth #F0295C
RGB
CMYK
RGB Variations
Color information
#F0295C (or 0xF0295C) is known color: Amaranth. HEX triplet: F0, 29 and 5C. RGB value is (240,41,92). Sum of RGB (Red+Green+Blue) = 240+41+92=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0295C is #0FD6A3. Grayscale: #6A6A6A. Windows color (decimal): -1037988 or 6040048. OLE color: 6040048.
HSL color Cylindrical-coordinate representation of color #F0295C: hue angle of 344.62º 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 #F0295C is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 92 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.06 |
| HSL | 344.62º | 0.87% | 0.55% | - |
| HSV(B) | 344.62º | 0.83% | 0.94% | - |
| XYZ | 38.66 | 20.88 | 12.12 | - |
| YUV | 106.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 92 | 0 | 0.83 | 0.62 | 0.06 | 344.62 | 0.87 | 0.55 |
| Hex | F0 | 29 | 5C | 0 | 53 | 3E | 6 | 159 | 57 | 37 |
| Octal | 360 | 51 | 134 | 0 | 123 | 76 | 6 | 531 | 127 | 67 |
| Binary | 11110000 | 101001 | 1011100 | 0 | 1010011 | 111110 | 110 | 101011001 | 1010111 | 110111 |
Color Harmonies of #F0295C
Complementary color
Monochromatic Colors of #F0295C
Black with #F0295C
Text Example
Text Example
White with #F0295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0295C; }
p { color: rgb(240,41,92); }
H1.HeaderClassName
{
color: #F0295C;
}
.AnyTagClassName
{
color: #F0295C;
}
</style>
background-color css
<style>
a { background-color: #F0295C; }
a { background-color: rgb(240,41,92); }
div.DivClassName
{
background-color: #F0295C;
}
.BgClassName
{
background-color: #F0295C;
}
</style>
border-color css
<style>
span { border-color: #F0295C; }
span { border-color: rgb(240,41,92); }
td.TdClassName
{
border-color: #F0295C;
}
.TagClassName
{
border-color: #F0295C;
}
</style>