Shades of Amaranth #F42747
Tints of Amaranth #F42747
RGB
CMYK
RGB Variations
Color information
#F42747 (or 0xF42747) is known color: Amaranth. HEX triplet: F4, 27 and 47. RGB value is (244,39,71). Sum of RGB (Red+Green+Blue) = 244+39+71=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F42747 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42747 is #0BD8B8. Grayscale: #686868. Windows color (decimal): -776377 or 4663284. OLE color: 4663284.
HSL color Cylindrical-coordinate representation of color #F42747: hue angle of 350.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42747 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 71 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.04 |
| HSL | 350.63º | 0.9% | 0.55% | - |
| HSV(B) | 350.63º | 0.84% | 0.96% | - |
| XYZ | 39.17 | 21.14 | 7.98 | - |
| YUV | 103.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 71 | 0 | 0.84 | 0.71 | 0.04 | 350.63 | 0.9 | 0.55 |
| Hex | F4 | 27 | 47 | 0 | 54 | 47 | 4 | 15F | 5A | 37 |
| Octal | 364 | 47 | 107 | 0 | 124 | 107 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100111 | 1000111 | 0 | 1010100 | 1000111 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42747
Complementary color
Monochromatic Colors of #F42747
Black with #F42747
Text Example
Text Example
White with #F42747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42747; }
p { color: rgb(244,39,71); }
H1.HeaderClassName
{
color: #F42747;
}
.AnyTagClassName
{
color: #F42747;
}
</style>
background-color css
<style>
a { background-color: #F42747; }
a { background-color: rgb(244,39,71); }
div.DivClassName
{
background-color: #F42747;
}
.BgClassName
{
background-color: #F42747;
}
</style>
border-color css
<style>
span { border-color: #F42747; }
span { border-color: rgb(244,39,71); }
td.TdClassName
{
border-color: #F42747;
}
.TagClassName
{
border-color: #F42747;
}
</style>