Shades of Amaranth #F42545
Tints of Amaranth #F42545
RGB
CMYK
RGB Variations
Color information
#F42545 (or 0xF42545) is known color: Amaranth. HEX triplet: F4, 25 and 45. RGB value is (244,37,69). Sum of RGB (Red+Green+Blue) = 244+37+69=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42545 is #0BDABA. Grayscale: #666666. Windows color (decimal): -776891 or 4531700. OLE color: 4531700.
HSL color Cylindrical-coordinate representation of color #F42545: hue angle of 350.72º 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 #F42545 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 69 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 350.72º | 0.9% | 0.55% | - |
| HSV(B) | 350.72º | 0.85% | 0.96% | - |
| XYZ | 39.04 | 20.99 | 7.62 | - |
| YUV | 102.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 69 | 0 | 0.85 | 0.72 | 0.04 | 350.72 | 0.9 | 0.55 |
| Hex | F4 | 25 | 45 | 0 | 55 | 48 | 4 | 15F | 5A | 37 |
| Octal | 364 | 45 | 105 | 0 | 125 | 110 | 4 | 537 | 132 | 67 |
| Binary | 11110100 | 100101 | 1000101 | 0 | 1010101 | 1001000 | 100 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F42545
Complementary color
Monochromatic Colors of #F42545
Black with #F42545
Text Example
Text Example
White with #F42545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42545; }
p { color: rgb(244,37,69); }
H1.HeaderClassName
{
color: #F42545;
}
.AnyTagClassName
{
color: #F42545;
}
</style>
background-color css
<style>
a { background-color: #F42545; }
a { background-color: rgb(244,37,69); }
div.DivClassName
{
background-color: #F42545;
}
.BgClassName
{
background-color: #F42545;
}
</style>
border-color css
<style>
span { border-color: #F42545; }
span { border-color: rgb(244,37,69); }
td.TdClassName
{
border-color: #F42545;
}
.TagClassName
{
border-color: #F42545;
}
</style>