Shades of Amaranth #F42455
Tints of Amaranth #F42455
RGB
CMYK
RGB Variations
Color information
#F42455 (or 0xF42455) is known color: Amaranth. HEX triplet: F4, 24 and 55. RGB value is (244,36,85). Sum of RGB (Red+Green+Blue) = 244+36+85=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F42455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42455 is #0BDBAA. Grayscale: #676767. Windows color (decimal): -777131 or 5580020. OLE color: 5580020.
HSL color Cylindrical-coordinate representation of color #F42455: hue angle of 345.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42455 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 85 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.04 |
| HSL | 345.87º | 0.9% | 0.55% | - |
| HSV(B) | 345.87º | 0.85% | 0.96% | - |
| XYZ | 39.58 | 21.15 | 10.59 | - |
| YUV | 103.78 | 117.41 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 85 | 0 | 0.85 | 0.65 | 0.04 | 345.87 | 0.9 | 0.55 |
| Hex | F4 | 24 | 55 | 0 | 55 | 41 | 4 | 15A | 5A | 37 |
| Octal | 364 | 44 | 125 | 0 | 125 | 101 | 4 | 532 | 132 | 67 |
| Binary | 11110100 | 100100 | 1010101 | 0 | 1010101 | 1000001 | 100 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F42455
Complementary color
Monochromatic Colors of #F42455
Black with #F42455
Text Example
Text Example
White with #F42455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42455; }
p { color: rgb(244,36,85); }
H1.HeaderClassName
{
color: #F42455;
}
.AnyTagClassName
{
color: #F42455;
}
</style>
background-color css
<style>
a { background-color: #F42455; }
a { background-color: rgb(244,36,85); }
div.DivClassName
{
background-color: #F42455;
}
.BgClassName
{
background-color: #F42455;
}
</style>
border-color css
<style>
span { border-color: #F42455; }
span { border-color: rgb(244,36,85); }
td.TdClassName
{
border-color: #F42455;
}
.TagClassName
{
border-color: #F42455;
}
</style>