Shades of Amaranth #F42447
Tints of Amaranth #F42447
RGB
CMYK
RGB Variations
Color information
#F42447 (or 0xF42447) is known color: Amaranth. HEX triplet: F4, 24 and 47. RGB value is (244,36,71). Sum of RGB (Red+Green+Blue) = 244+36+71=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F42447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42447 is #0BDBB8. Grayscale: #666666. Windows color (decimal): -777145 or 4662516. OLE color: 4662516.
HSL color Cylindrical-coordinate representation of color #F42447: hue angle of 349.9º 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 #F42447 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 71 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.04 |
| HSL | 349.9º | 0.9% | 0.55% | - |
| HSV(B) | 349.9º | 0.85% | 0.96% | - |
| XYZ | 39.08 | 20.95 | 7.95 | - |
| YUV | 102.18 | 110.41 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 71 | 0 | 0.85 | 0.71 | 0.04 | 349.9 | 0.9 | 0.55 |
| Hex | F4 | 24 | 47 | 0 | 55 | 47 | 4 | 15E | 5A | 37 |
| Octal | 364 | 44 | 107 | 0 | 125 | 107 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100100 | 1000111 | 0 | 1010101 | 1000111 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42447
Complementary color
Monochromatic Colors of #F42447
Black with #F42447
Text Example
Text Example
White with #F42447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42447; }
p { color: rgb(244,36,71); }
H1.HeaderClassName
{
color: #F42447;
}
.AnyTagClassName
{
color: #F42447;
}
</style>
background-color css
<style>
a { background-color: #F42447; }
a { background-color: rgb(244,36,71); }
div.DivClassName
{
background-color: #F42447;
}
.BgClassName
{
background-color: #F42447;
}
</style>
border-color css
<style>
span { border-color: #F42447; }
span { border-color: rgb(244,36,71); }
td.TdClassName
{
border-color: #F42447;
}
.TagClassName
{
border-color: #F42447;
}
</style>