Shades of Amaranth #F52648
Tints of Amaranth #F52648
RGB
CMYK
RGB Variations
Color information
#F52648 (or 0xF52648) is known color: Amaranth. HEX triplet: F5, 26 and 48. RGB value is (245,38,72). Sum of RGB (Red+Green+Blue) = 245+38+72=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F52648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52648 is #0AD9B7. Grayscale: #676767. Windows color (decimal): -711096 or 4728565. OLE color: 4728565.
HSL color Cylindrical-coordinate representation of color #F52648: hue angle of 350.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52648 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 72 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.04 |
| HSL | 350.14º | 0.91% | 0.55% | - |
| HSV(B) | 350.14º | 0.84% | 0.96% | - |
| XYZ | 39.52 | 21.27 | 8.15 | - |
| YUV | 103.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 72 | 0 | 0.84 | 0.71 | 0.04 | 350.14 | 0.91 | 0.55 |
| Hex | F5 | 26 | 48 | 0 | 54 | 47 | 4 | 15E | 5B | 37 |
| Octal | 365 | 46 | 110 | 0 | 124 | 107 | 4 | 536 | 133 | 67 |
| Binary | 11110101 | 100110 | 1001000 | 0 | 1010100 | 1000111 | 100 | 101011110 | 1011011 | 110111 |
Color Harmonies of #F52648
Complementary color
Monochromatic Colors of #F52648
Black with #F52648
Text Example
Text Example
White with #F52648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52648; }
p { color: rgb(245,38,72); }
H1.HeaderClassName
{
color: #F52648;
}
.AnyTagClassName
{
color: #F52648;
}
</style>
background-color css
<style>
a { background-color: #F52648; }
a { background-color: rgb(245,38,72); }
div.DivClassName
{
background-color: #F52648;
}
.BgClassName
{
background-color: #F52648;
}
</style>
border-color css
<style>
span { border-color: #F52648; }
span { border-color: rgb(245,38,72); }
td.TdClassName
{
border-color: #F52648;
}
.TagClassName
{
border-color: #F52648;
}
</style>