Shades of Amaranth #F42644
Tints of Amaranth #F42644
RGB
CMYK
RGB Variations
Color information
#F42644 (or 0xF42644) is known color: Amaranth. HEX triplet: F4, 26 and 44. RGB value is (244,38,68). Sum of RGB (Red+Green+Blue) = 244+38+68=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42644 is #0BD9BB. Grayscale: #676767. Windows color (decimal): -776636 or 4466420. OLE color: 4466420.
HSL color Cylindrical-coordinate representation of color #F42644: hue angle of 351.26º 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 #F42644 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 68 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.04 |
| HSL | 351.26º | 0.9% | 0.55% | - |
| HSV(B) | 351.26º | 0.84% | 0.96% | - |
| XYZ | 39.04 | 21.04 | 7.47 | - |
| YUV | 103.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 68 | 0 | 0.84 | 0.72 | 0.04 | 351.26 | 0.9 | 0.55 |
| Hex | F4 | 26 | 44 | 0 | 54 | 48 | 4 | 15F | 5A | 37 |
| Octal | 364 | 46 | 104 | 0 | 124 | 110 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100110 | 1000100 | 0 | 1010100 | 1001000 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42644
Complementary color
Monochromatic Colors of #F42644
Black with #F42644
Text Example
Text Example
White with #F42644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42644; }
p { color: rgb(244,38,68); }
H1.HeaderClassName
{
color: #F42644;
}
.AnyTagClassName
{
color: #F42644;
}
</style>
background-color css
<style>
a { background-color: #F42644; }
a { background-color: rgb(244,38,68); }
div.DivClassName
{
background-color: #F42644;
}
.BgClassName
{
background-color: #F42644;
}
</style>
border-color css
<style>
span { border-color: #F42644; }
span { border-color: rgb(244,38,68); }
td.TdClassName
{
border-color: #F42644;
}
.TagClassName
{
border-color: #F42644;
}
</style>