Shades of Amaranth #F42855
Tints of Amaranth #F42855
RGB
CMYK
RGB Variations
Color information
#F42855 (or 0xF42855) is known color: Amaranth. HEX triplet: F4, 28 and 55. RGB value is (244,40,85). Sum of RGB (Red+Green+Blue) = 244+40+85=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F42855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42855 is #0BD7AA. Grayscale: #6A6A6A. Windows color (decimal): -776107 or 5581044. OLE color: 5581044.
HSL color Cylindrical-coordinate representation of color #F42855: hue angle of 346.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42855 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 85 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.04 |
| HSL | 346.76º | 0.9% | 0.56% | - |
| HSV(B) | 346.76º | 0.84% | 0.96% | - |
| XYZ | 39.71 | 21.41 | 10.63 | - |
| YUV | 106.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 85 | 0 | 0.84 | 0.65 | 0.04 | 346.76 | 0.9 | 0.56 |
| Hex | F4 | 28 | 55 | 0 | 54 | 41 | 4 | 15B | 5A | 38 |
| Octal | 364 | 50 | 125 | 0 | 124 | 101 | 4 | 533 | 132 | 70 |
| Binary | 11110100 | 101000 | 1010101 | 0 | 1010100 | 1000001 | 100 | 101011011 | 1011010 | 111000 |
Color Harmonies of #F42855
Complementary color
Monochromatic Colors of #F42855
Black with #F42855
Text Example
Text Example
White with #F42855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42855; }
p { color: rgb(244,40,85); }
H1.HeaderClassName
{
color: #F42855;
}
.AnyTagClassName
{
color: #F42855;
}
</style>
background-color css
<style>
a { background-color: #F42855; }
a { background-color: rgb(244,40,85); }
div.DivClassName
{
background-color: #F42855;
}
.BgClassName
{
background-color: #F42855;
}
</style>
border-color css
<style>
span { border-color: #F42855; }
span { border-color: rgb(244,40,85); }
td.TdClassName
{
border-color: #F42855;
}
.TagClassName
{
border-color: #F42855;
}
</style>