Shades of Amaranth #F02558
Tints of Amaranth #F02558
RGB
CMYK
RGB Variations
Color information
#F02558 (or 0xF02558) is known color: Amaranth. HEX triplet: F0, 25 and 58. RGB value is (240,37,88). Sum of RGB (Red+Green+Blue) = 240+37+88=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F02558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02558 is #0FDAA7. Grayscale: #676767. Windows color (decimal): -1039016 or 5776880. OLE color: 5776880.
HSL color Cylindrical-coordinate representation of color #F02558: hue angle of 344.93º 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 #F02558 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 88 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.06 |
| HSL | 344.93º | 0.87% | 0.54% | - |
| HSV(B) | 344.93º | 0.85% | 0.94% | - |
| XYZ | 38.36 | 20.55 | 11.18 | - |
| YUV | 103.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 88 | 0 | 0.85 | 0.63 | 0.06 | 344.93 | 0.87 | 0.54 |
| Hex | F0 | 25 | 58 | 0 | 55 | 3F | 6 | 159 | 57 | 36 |
| Octal | 360 | 45 | 130 | 0 | 125 | 77 | 6 | 531 | 127 | 66 |
| Binary | 11110000 | 100101 | 1011000 | 0 | 1010101 | 111111 | 110 | 101011001 | 1010111 | 110110 |
Color Harmonies of #F02558
Complementary color
Monochromatic Colors of #F02558
Black with #F02558
Text Example
Text Example
White with #F02558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02558; }
p { color: rgb(240,37,88); }
H1.HeaderClassName
{
color: #F02558;
}
.AnyTagClassName
{
color: #F02558;
}
</style>
background-color css
<style>
a { background-color: #F02558; }
a { background-color: rgb(240,37,88); }
div.DivClassName
{
background-color: #F02558;
}
.BgClassName
{
background-color: #F02558;
}
</style>
border-color css
<style>
span { border-color: #F02558; }
span { border-color: rgb(240,37,88); }
td.TdClassName
{
border-color: #F02558;
}
.TagClassName
{
border-color: #F02558;
}
</style>