Shades of Amaranth #F02050
Tints of Amaranth #F02050
RGB
CMYK
RGB Variations
Color information
#F02050 (or 0xF02050) is known color: Amaranth. HEX triplet: F0, 20 and 50. RGB value is (240,32,80). Sum of RGB (Red+Green+Blue) = 240+32+80=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F02050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02050 is #0FDFAF. Grayscale: #636363. Windows color (decimal): -1040304 or 5251312. OLE color: 5251312.
HSL color Cylindrical-coordinate representation of color #F02050: hue angle of 346.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02050 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 80 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.06 |
| HSL | 346.15º | 0.87% | 0.53% | - |
| HSV(B) | 346.15º | 0.87% | 0.94% | - |
| XYZ | 37.9 | 20.14 | 9.48 | - |
| YUV | 99.66 | 116.91 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 80 | 0 | 0.87 | 0.67 | 0.06 | 346.15 | 0.87 | 0.53 |
| Hex | F0 | 20 | 50 | 0 | 57 | 43 | 6 | 15A | 57 | 35 |
| Octal | 360 | 40 | 120 | 0 | 127 | 103 | 6 | 532 | 127 | 65 |
| Binary | 11110000 | 100000 | 1010000 | 0 | 1010111 | 1000011 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #F02050
Complementary color
Monochromatic Colors of #F02050
Black with #F02050
Text Example
Text Example
White with #F02050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02050; }
p { color: rgb(240,32,80); }
H1.HeaderClassName
{
color: #F02050;
}
.AnyTagClassName
{
color: #F02050;
}
</style>
background-color css
<style>
a { background-color: #F02050; }
a { background-color: rgb(240,32,80); }
div.DivClassName
{
background-color: #F02050;
}
.BgClassName
{
background-color: #F02050;
}
</style>
border-color css
<style>
span { border-color: #F02050; }
span { border-color: rgb(240,32,80); }
td.TdClassName
{
border-color: #F02050;
}
.TagClassName
{
border-color: #F02050;
}
</style>