Shades of Amaranth #F42444
Tints of Amaranth #F42444
RGB
CMYK
RGB Variations
Color information
#F42444 (or 0xF42444) is known color: Amaranth. HEX triplet: F4, 24 and 44. RGB value is (244,36,68). Sum of RGB (Red+Green+Blue) = 244+36+68=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F42444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42444 is #0BDBBB. Grayscale: #656565. Windows color (decimal): -777148 or 4465908. OLE color: 4465908.
HSL color Cylindrical-coordinate representation of color #F42444: hue angle of 350.77º 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 #F42444 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 350.77º | 0.9% | 0.55% | - |
| HSV(B) | 350.77º | 0.85% | 0.96% | - |
| XYZ | 38.98 | 20.91 | 7.45 | - |
| YUV | 101.84 | 108.91 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 68 | 0 | 0.85 | 0.72 | 0.04 | 350.77 | 0.9 | 0.55 |
| Hex | F4 | 24 | 44 | 0 | 55 | 48 | 4 | 15F | 5A | 37 |
| Octal | 364 | 44 | 104 | 0 | 125 | 110 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100100 | 1000100 | 0 | 1010101 | 1001000 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42444
Complementary color
Monochromatic Colors of #F42444
Black with #F42444
Text Example
Text Example
White with #F42444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42444; }
p { color: rgb(244,36,68); }
H1.HeaderClassName
{
color: #F42444;
}
.AnyTagClassName
{
color: #F42444;
}
</style>
background-color css
<style>
a { background-color: #F42444; }
a { background-color: rgb(244,36,68); }
div.DivClassName
{
background-color: #F42444;
}
.BgClassName
{
background-color: #F42444;
}
</style>
border-color css
<style>
span { border-color: #F42444; }
span { border-color: rgb(244,36,68); }
td.TdClassName
{
border-color: #F42444;
}
.TagClassName
{
border-color: #F42444;
}
</style>