Shades of Amaranth #F02559
Tints of Amaranth #F02559
RGB
CMYK
RGB Variations
Color information
#F02559 (or 0xF02559) is known color: Amaranth. HEX triplet: F0, 25 and 59. RGB value is (240,37,89). Sum of RGB (Red+Green+Blue) = 240+37+89=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F02559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02559 is #0FDAA6. Grayscale: #676767. Windows color (decimal): -1039015 or 5842416. OLE color: 5842416.
HSL color Cylindrical-coordinate representation of color #F02559: hue angle of 344.63º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02559 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 89 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.06 |
| HSL | 344.63º | 0.87% | 0.54% | - |
| HSV(B) | 344.63º | 0.85% | 0.94% | - |
| XYZ | 38.4 | 20.57 | 11.4 | - |
| YUV | 103.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 89 | 0 | 0.85 | 0.63 | 0.06 | 344.63 | 0.87 | 0.54 |
| Hex | F0 | 25 | 59 | 0 | 55 | 3F | 6 | 159 | 57 | 36 |
| Octal | 360 | 45 | 131 | 0 | 125 | 77 | 6 | 531 | 127 | 66 |
| Binary | 11110000 | 100101 | 1011001 | 0 | 1010101 | 111111 | 110 | 101011001 | 1010111 | 110110 |
Color Harmonies of #F02559
Complementary color
Monochromatic Colors of #F02559
Black with #F02559
Text Example
Text Example
White with #F02559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02559; }
p { color: rgb(240,37,89); }
H1.HeaderClassName
{
color: #F02559;
}
.AnyTagClassName
{
color: #F02559;
}
</style>
background-color css
<style>
a { background-color: #F02559; }
a { background-color: rgb(240,37,89); }
div.DivClassName
{
background-color: #F02559;
}
.BgClassName
{
background-color: #F02559;
}
</style>
border-color css
<style>
span { border-color: #F02559; }
span { border-color: rgb(240,37,89); }
td.TdClassName
{
border-color: #F02559;
}
.TagClassName
{
border-color: #F02559;
}
</style>