Shades of Amaranth #F0254D
Tints of Amaranth #F0254D
RGB
CMYK
RGB Variations
Color information
#F0254D (or 0xF0254D) is known color: Amaranth. HEX triplet: F0, 25 and 4D. RGB value is (240,37,77). Sum of RGB (Red+Green+Blue) = 240+37+77=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0254D is #0FDAB2. Grayscale: #666666. Windows color (decimal): -1039027 or 5055984. OLE color: 5055984.
HSL color Cylindrical-coordinate representation of color #F0254D: hue angle of 348.18º 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 #F0254D is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 77 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.06 |
| HSL | 348.18º | 0.87% | 0.54% | - |
| HSV(B) | 348.18º | 0.85% | 0.94% | - |
| XYZ | 37.94 | 20.38 | 8.96 | - |
| YUV | 102.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 77 | 0 | 0.85 | 0.68 | 0.06 | 348.18 | 0.87 | 0.54 |
| Hex | F0 | 25 | 4D | 0 | 55 | 44 | 6 | 15C | 57 | 36 |
| Octal | 360 | 45 | 115 | 0 | 125 | 104 | 6 | 534 | 127 | 66 |
| Binary | 11110000 | 100101 | 1001101 | 0 | 1010101 | 1000100 | 110 | 101011100 | 1010111 | 110110 |
Color Harmonies of #F0254D
Complementary color
Monochromatic Colors of #F0254D
Black with #F0254D
Text Example
Text Example
White with #F0254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0254D; }
p { color: rgb(240,37,77); }
H1.HeaderClassName
{
color: #F0254D;
}
.AnyTagClassName
{
color: #F0254D;
}
</style>
background-color css
<style>
a { background-color: #F0254D; }
a { background-color: rgb(240,37,77); }
div.DivClassName
{
background-color: #F0254D;
}
.BgClassName
{
background-color: #F0254D;
}
</style>
border-color css
<style>
span { border-color: #F0254D; }
span { border-color: rgb(240,37,77); }
td.TdClassName
{
border-color: #F0254D;
}
.TagClassName
{
border-color: #F0254D;
}
</style>