Shades of Amaranth #F52444
Tints of Amaranth #F52444
RGB
CMYK
RGB Variations
Color information
#F52444 (or 0xF52444) is known color: Amaranth. HEX triplet: F5, 24 and 44. RGB value is (245,36,68). Sum of RGB (Red+Green+Blue) = 245+36+68=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F52444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52444 is #0ADBBB. Grayscale: #666666. Windows color (decimal): -711612 or 4465909. OLE color: 4465909.
HSL color Cylindrical-coordinate representation of color #F52444: hue angle of 350.81º degrees, saturation: 0.91, 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 #F52444 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 68 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.04 |
| HSL | 350.81º | 0.91% | 0.55% | - |
| HSV(B) | 350.81º | 0.85% | 0.96% | - |
| XYZ | 39.33 | 21.09 | 7.47 | - |
| YUV | 102.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 68 | 0 | 0.85 | 0.72 | 0.04 | 350.81 | 0.91 | 0.55 |
| Hex | F5 | 24 | 44 | 0 | 55 | 48 | 4 | 15F | 5B | 37 |
| Octal | 365 | 44 | 104 | 0 | 125 | 110 | 4 | 537 | 133 | 67 |
| Binary | 11110101 | 100100 | 1000100 | 0 | 1010101 | 1001000 | 100 | 101011111 | 1011011 | 110111 |
Color Harmonies of #F52444
Complementary color
Monochromatic Colors of #F52444
Black with #F52444
Text Example
Text Example
White with #F52444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52444; }
p { color: rgb(245,36,68); }
H1.HeaderClassName
{
color: #F52444;
}
.AnyTagClassName
{
color: #F52444;
}
</style>
background-color css
<style>
a { background-color: #F52444; }
a { background-color: rgb(245,36,68); }
div.DivClassName
{
background-color: #F52444;
}
.BgClassName
{
background-color: #F52444;
}
</style>
border-color css
<style>
span { border-color: #F52444; }
span { border-color: rgb(245,36,68); }
td.TdClassName
{
border-color: #F52444;
}
.TagClassName
{
border-color: #F52444;
}
</style>