Shades of Amaranth #F42445
Tints of Amaranth #F42445
RGB
CMYK
RGB Variations
Color information
#F42445 (or 0xF42445) is known color: Amaranth. HEX triplet: F4, 24 and 45. RGB value is (244,36,69). Sum of RGB (Red+Green+Blue) = 244+36+69=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F42445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42445 is #0BDBBA. Grayscale: #666666. Windows color (decimal): -777147 or 4531444. OLE color: 4531444.
HSL color Cylindrical-coordinate representation of color #F42445: hue angle of 350.48º 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 #F42445 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 69 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 350.48º | 0.9% | 0.55% | - |
| HSV(B) | 350.48º | 0.85% | 0.96% | - |
| XYZ | 39.01 | 20.92 | 7.61 | - |
| YUV | 101.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 69 | 0 | 0.85 | 0.72 | 0.04 | 350.48 | 0.9 | 0.55 |
| Hex | F4 | 24 | 45 | 0 | 55 | 48 | 4 | 15E | 5A | 37 |
| Octal | 364 | 44 | 105 | 0 | 125 | 110 | 4 | 536 | 132 | 67 |
| Binary | 11110100 | 100100 | 1000101 | 0 | 1010101 | 1001000 | 100 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F42445
Complementary color
Monochromatic Colors of #F42445
Black with #F42445
Text Example
Text Example
White with #F42445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42445; }
p { color: rgb(244,36,69); }
H1.HeaderClassName
{
color: #F42445;
}
.AnyTagClassName
{
color: #F42445;
}
</style>
background-color css
<style>
a { background-color: #F42445; }
a { background-color: rgb(244,36,69); }
div.DivClassName
{
background-color: #F42445;
}
.BgClassName
{
background-color: #F42445;
}
</style>
border-color css
<style>
span { border-color: #F42445; }
span { border-color: rgb(244,36,69); }
td.TdClassName
{
border-color: #F42445;
}
.TagClassName
{
border-color: #F42445;
}
</style>