Shades of Amaranth #F42144
Tints of Amaranth #F42144
RGB
CMYK
RGB Variations
Color information
#F42144 (or 0xF42144) is known color: Amaranth. HEX triplet: F4, 21 and 44. RGB value is (244,33,68). Sum of RGB (Red+Green+Blue) = 244+33+68=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F42144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42144 is #0BDEBB. Grayscale: #646464. Windows color (decimal): -777916 or 4465140. OLE color: 4465140.
HSL color Cylindrical-coordinate representation of color #F42144: hue angle of 350.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42144 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 68 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.04 |
| HSL | 350.05º | 0.91% | 0.54% | - |
| HSV(B) | 350.05º | 0.86% | 0.96% | - |
| XYZ | 38.9 | 20.74 | 7.42 | - |
| YUV | 100.08 | 109.9 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 68 | 0 | 0.86 | 0.72 | 0.04 | 350.05 | 0.91 | 0.54 |
| Hex | F4 | 21 | 44 | 0 | 56 | 48 | 4 | 15E | 5B | 36 |
| Octal | 364 | 41 | 104 | 0 | 126 | 110 | 4 | 536 | 133 | 66 |
| Binary | 11110100 | 100001 | 1000100 | 0 | 1010110 | 1001000 | 100 | 101011110 | 1011011 | 110110 |
Color Harmonies of #F42144
Complementary color
Monochromatic Colors of #F42144
Black with #F42144
Text Example
Text Example
White with #F42144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42144; }
p { color: rgb(244,33,68); }
H1.HeaderClassName
{
color: #F42144;
}
.AnyTagClassName
{
color: #F42144;
}
</style>
background-color css
<style>
a { background-color: #F42144; }
a { background-color: rgb(244,33,68); }
div.DivClassName
{
background-color: #F42144;
}
.BgClassName
{
background-color: #F42144;
}
</style>
border-color css
<style>
span { border-color: #F42144; }
span { border-color: rgb(244,33,68); }
td.TdClassName
{
border-color: #F42144;
}
.TagClassName
{
border-color: #F42144;
}
</style>