Shades of Amaranth #F52149
Tints of Amaranth #F52149
RGB
CMYK
RGB Variations
Color information
#F52149 (or 0xF52149) is known color: Amaranth. HEX triplet: F5, 21 and 49. RGB value is (245,33,73). Sum of RGB (Red+Green+Blue) = 245+33+73=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F52149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52149 is #0ADEB6. Grayscale: #656565. Windows color (decimal): -712375 or 4792821. OLE color: 4792821.
HSL color Cylindrical-coordinate representation of color #F52149: hue angle of 348.68º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52149 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 73 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.04 |
| HSL | 348.68º | 0.91% | 0.55% | - |
| HSV(B) | 348.68º | 0.87% | 0.96% | - |
| XYZ | 39.4 | 20.98 | 8.28 | - |
| YUV | 100.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 73 | 0 | 0.87 | 0.70 | 0.04 | 348.68 | 0.91 | 0.55 |
| Hex | F5 | 21 | 49 | 0 | 57 | 46 | 4 | 15D | 5B | 37 |
| Octal | 365 | 41 | 111 | 0 | 127 | 106 | 4 | 535 | 133 | 67 |
| Binary | 11110101 | 100001 | 1001001 | 0 | 1010111 | 1000110 | 100 | 101011101 | 1011011 | 110111 |
Color Harmonies of #F52149
Complementary color
Monochromatic Colors of #F52149
Black with #F52149
Text Example
Text Example
White with #F52149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52149; }
p { color: rgb(245,33,73); }
H1.HeaderClassName
{
color: #F52149;
}
.AnyTagClassName
{
color: #F52149;
}
</style>
background-color css
<style>
a { background-color: #F52149; }
a { background-color: rgb(245,33,73); }
div.DivClassName
{
background-color: #F52149;
}
.BgClassName
{
background-color: #F52149;
}
</style>
border-color css
<style>
span { border-color: #F52149; }
span { border-color: rgb(245,33,73); }
td.TdClassName
{
border-color: #F52149;
}
.TagClassName
{
border-color: #F52149;
}
</style>