Shades of Amaranth #F43247
Tints of Amaranth #F43247
RGB
CMYK
RGB Variations
Color information
#F43247 (or 0xF43247) is known color: Amaranth. HEX triplet: F4, 32 and 47. RGB value is (244,50,71). Sum of RGB (Red+Green+Blue) = 244+50+71=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F43247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43247 is #0BCDB8. Grayscale: #6E6E6E. Windows color (decimal): -773561 or 4666100. OLE color: 4666100.
HSL color Cylindrical-coordinate representation of color #F43247: hue angle of 353.51º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43247 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 71 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.04 |
| HSL | 353.51º | 0.9% | 0.58% | - |
| HSV(B) | 353.51º | 0.8% | 0.96% | - |
| XYZ | 39.59 | 21.97 | 8.12 | - |
| YUV | 110.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 71 | 0 | 0.80 | 0.71 | 0.04 | 353.51 | 0.9 | 0.58 |
| Hex | F4 | 32 | 47 | 0 | 50 | 47 | 4 | 162 | 5A | 3A |
| Octal | 364 | 62 | 107 | 0 | 120 | 107 | 4 | 542 | 132 | 72 |
| Binary | 11110100 | 110010 | 1000111 | 0 | 1010000 | 1000111 | 100 | 101100010 | 1011010 | 111010 |
Color Harmonies of #F43247
Complementary color
Monochromatic Colors of #F43247
Black with #F43247
Text Example
Text Example
White with #F43247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43247; }
p { color: rgb(244,50,71); }
H1.HeaderClassName
{
color: #F43247;
}
.AnyTagClassName
{
color: #F43247;
}
</style>
background-color css
<style>
a { background-color: #F43247; }
a { background-color: rgb(244,50,71); }
div.DivClassName
{
background-color: #F43247;
}
.BgClassName
{
background-color: #F43247;
}
</style>
border-color css
<style>
span { border-color: #F43247; }
span { border-color: rgb(244,50,71); }
td.TdClassName
{
border-color: #F43247;
}
.TagClassName
{
border-color: #F43247;
}
</style>