Shades of Amaranth #F42145
Tints of Amaranth #F42145
RGB
CMYK
RGB Variations
Color information
#F42145 (or 0xF42145) is known color: Amaranth. HEX triplet: F4, 21 and 45. RGB value is (244,33,69). Sum of RGB (Red+Green+Blue) = 244+33+69=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F42145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42145 is #0BDEBA. Grayscale: #646464. Windows color (decimal): -777915 or 4530676. OLE color: 4530676.
HSL color Cylindrical-coordinate representation of color #F42145: hue angle of 349.76º 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 #F42145 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 69 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.04 |
| HSL | 349.76º | 0.91% | 0.54% | - |
| HSV(B) | 349.76º | 0.86% | 0.96% | - |
| XYZ | 38.93 | 20.75 | 7.58 | - |
| YUV | 100.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 69 | 0 | 0.86 | 0.72 | 0.04 | 349.76 | 0.91 | 0.54 |
| Hex | F4 | 21 | 45 | 0 | 56 | 48 | 4 | 15E | 5B | 36 |
| Octal | 364 | 41 | 105 | 0 | 126 | 110 | 4 | 536 | 133 | 66 |
| Binary | 11110100 | 100001 | 1000101 | 0 | 1010110 | 1001000 | 100 | 101011110 | 1011011 | 110110 |
Color Harmonies of #F42145
Complementary color
Monochromatic Colors of #F42145
Black with #F42145
Text Example
Text Example
White with #F42145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42145; }
p { color: rgb(244,33,69); }
H1.HeaderClassName
{
color: #F42145;
}
.AnyTagClassName
{
color: #F42145;
}
</style>
background-color css
<style>
a { background-color: #F42145; }
a { background-color: rgb(244,33,69); }
div.DivClassName
{
background-color: #F42145;
}
.BgClassName
{
background-color: #F42145;
}
</style>
border-color css
<style>
span { border-color: #F42145; }
span { border-color: rgb(244,33,69); }
td.TdClassName
{
border-color: #F42145;
}
.TagClassName
{
border-color: #F42145;
}
</style>