Shades of Amaranth #F03059
Tints of Amaranth #F03059
RGB
CMYK
RGB Variations
Color information
#F03059 (or 0xF03059) is known color: Amaranth. HEX triplet: F0, 30 and 59. RGB value is (240,48,89). Sum of RGB (Red+Green+Blue) = 240+48+89=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F03059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03059 is #0FCFA6. Grayscale: #6E6E6E. Windows color (decimal): -1036199 or 5845232. OLE color: 5845232.
HSL color Cylindrical-coordinate representation of color #F03059: hue angle of 347.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03059 is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 89 | - |
| CMYK | 0 | 0.8 | 0.63 | 0.06 |
| HSL | 347.19º | 0.86% | 0.56% | - |
| HSV(B) | 347.19º | 0.8% | 0.94% | - |
| XYZ | 38.8 | 21.36 | 11.53 | - |
| YUV | 110.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 89 | 0 | 0.8 | 0.63 | 0.06 | 347.19 | 0.86 | 0.56 |
| Hex | F0 | 30 | 59 | 0 | 50 | 3F | 6 | 15B | 56 | 38 |
| Octal | 360 | 60 | 131 | 0 | 120 | 77 | 6 | 533 | 126 | 70 |
| Binary | 11110000 | 110000 | 1011001 | 0 | 1010000 | 111111 | 110 | 101011011 | 1010110 | 111000 |
Color Harmonies of #F03059
Complementary color
Monochromatic Colors of #F03059
Black with #F03059
Text Example
Text Example
White with #F03059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03059; }
p { color: rgb(240,48,89); }
H1.HeaderClassName
{
color: #F03059;
}
.AnyTagClassName
{
color: #F03059;
}
</style>
background-color css
<style>
a { background-color: #F03059; }
a { background-color: rgb(240,48,89); }
div.DivClassName
{
background-color: #F03059;
}
.BgClassName
{
background-color: #F03059;
}
</style>
border-color css
<style>
span { border-color: #F03059; }
span { border-color: rgb(240,48,89); }
td.TdClassName
{
border-color: #F03059;
}
.TagClassName
{
border-color: #F03059;
}
</style>