Shades of Amaranth #F52948
Tints of Amaranth #F52948
RGB
CMYK
RGB Variations
Color information
#F52948 (or 0xF52948) is known color: Amaranth. HEX triplet: F5, 29 and 48. RGB value is (245,41,72). Sum of RGB (Red+Green+Blue) = 245+41+72=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F52948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52948 is #0AD6B7. Grayscale: #696969. Windows color (decimal): -710328 or 4729333. OLE color: 4729333.
HSL color Cylindrical-coordinate representation of color #F52948: hue angle of 350.88º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52948 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 72 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.04 |
| HSL | 350.88º | 0.91% | 0.56% | - |
| HSV(B) | 350.88º | 0.83% | 0.96% | - |
| XYZ | 39.62 | 21.47 | 8.19 | - |
| YUV | 105.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 72 | 0 | 0.83 | 0.71 | 0.04 | 350.88 | 0.91 | 0.56 |
| Hex | F5 | 29 | 48 | 0 | 53 | 47 | 4 | 15F | 5B | 38 |
| Octal | 365 | 51 | 110 | 0 | 123 | 107 | 4 | 537 | 133 | 70 |
| Binary | 11110101 | 101001 | 1001000 | 0 | 1010011 | 1000111 | 100 | 101011111 | 1011011 | 111000 |
Color Harmonies of #F52948
Complementary color
Monochromatic Colors of #F52948
Black with #F52948
Text Example
Text Example
White with #F52948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52948; }
p { color: rgb(245,41,72); }
H1.HeaderClassName
{
color: #F52948;
}
.AnyTagClassName
{
color: #F52948;
}
</style>
background-color css
<style>
a { background-color: #F52948; }
a { background-color: rgb(245,41,72); }
div.DivClassName
{
background-color: #F52948;
}
.BgClassName
{
background-color: #F52948;
}
</style>
border-color css
<style>
span { border-color: #F52948; }
span { border-color: rgb(245,41,72); }
td.TdClassName
{
border-color: #F52948;
}
.TagClassName
{
border-color: #F52948;
}
</style>