Shades of Amaranth #F53444
Tints of Amaranth #F53444
RGB
CMYK
RGB Variations
Color information
#F53444 (or 0xF53444) is known color: Amaranth. HEX triplet: F5, 34 and 44. RGB value is (245,52,68). Sum of RGB (Red+Green+Blue) = 245+52+68=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F53444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53444 is #0ACBBB. Grayscale: #6F6F6F. Windows color (decimal): -707516 or 4470005. OLE color: 4470005.
HSL color Cylindrical-coordinate representation of color #F53444: hue angle of 355.03º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53444 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 68 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.04 |
| HSL | 355.03º | 0.91% | 0.58% | - |
| HSV(B) | 355.03º | 0.79% | 0.96% | - |
| XYZ | 39.93 | 22.29 | 7.67 | - |
| YUV | 111.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 68 | 0 | 0.79 | 0.72 | 0.04 | 355.03 | 0.91 | 0.58 |
| Hex | F5 | 34 | 44 | 0 | 4F | 48 | 4 | 163 | 5B | 3A |
| Octal | 365 | 64 | 104 | 0 | 117 | 110 | 4 | 543 | 133 | 72 |
| Binary | 11110101 | 110100 | 1000100 | 0 | 1001111 | 1001000 | 100 | 101100011 | 1011011 | 111010 |
Color Harmonies of #F53444
Complementary color
Monochromatic Colors of #F53444
Black with #F53444
Text Example
Text Example
White with #F53444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53444; }
p { color: rgb(245,52,68); }
H1.HeaderClassName
{
color: #F53444;
}
.AnyTagClassName
{
color: #F53444;
}
</style>
background-color css
<style>
a { background-color: #F53444; }
a { background-color: rgb(245,52,68); }
div.DivClassName
{
background-color: #F53444;
}
.BgClassName
{
background-color: #F53444;
}
</style>
border-color css
<style>
span { border-color: #F53444; }
span { border-color: rgb(245,52,68); }
td.TdClassName
{
border-color: #F53444;
}
.TagClassName
{
border-color: #F53444;
}
</style>