Shades of Amaranth #F42045
Tints of Amaranth #F42045
RGB
CMYK
RGB Variations
Color information
#F42045 (or 0xF42045) is known color: Amaranth. HEX triplet: F4, 20 and 45. RGB value is (244,32,69). Sum of RGB (Red+Green+Blue) = 244+32+69=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F42045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42045 is #0BDFBA. Grayscale: #636363. Windows color (decimal): -778171 or 4530420. OLE color: 4530420.
HSL color Cylindrical-coordinate representation of color #F42045: hue angle of 349.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42045 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 69 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.04 |
| HSL | 349.53º | 0.91% | 0.54% | - |
| HSV(B) | 349.53º | 0.87% | 0.96% | - |
| XYZ | 38.9 | 20.7 | 7.57 | - |
| YUV | 99.61 | 110.74 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 69 | 0 | 0.87 | 0.72 | 0.04 | 349.53 | 0.91 | 0.54 |
| Hex | F4 | 20 | 45 | 0 | 57 | 48 | 4 | 15E | 5B | 36 |
| Octal | 364 | 40 | 105 | 0 | 127 | 110 | 4 | 536 | 133 | 66 |
| Binary | 11110100 | 100000 | 1000101 | 0 | 1010111 | 1001000 | 100 | 101011110 | 1011011 | 110110 |
Color Harmonies of #F42045
Complementary color
Monochromatic Colors of #F42045
Black with #F42045
Text Example
Text Example
White with #F42045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42045; }
p { color: rgb(244,32,69); }
H1.HeaderClassName
{
color: #F42045;
}
.AnyTagClassName
{
color: #F42045;
}
</style>
background-color css
<style>
a { background-color: #F42045; }
a { background-color: rgb(244,32,69); }
div.DivClassName
{
background-color: #F42045;
}
.BgClassName
{
background-color: #F42045;
}
</style>
border-color css
<style>
span { border-color: #F42045; }
span { border-color: rgb(244,32,69); }
td.TdClassName
{
border-color: #F42045;
}
.TagClassName
{
border-color: #F42045;
}
</style>