Shades of Amaranth #F52551
Tints of Amaranth #F52551
RGB
CMYK
RGB Variations
Color information
#F52551 (or 0xF52551) is known color: Amaranth. HEX triplet: F5, 25 and 51. RGB value is (245,37,81). Sum of RGB (Red+Green+Blue) = 245+37+81=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F52551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52551 is #0ADAAE. Grayscale: #686868. Windows color (decimal): -711343 or 5318133. OLE color: 5318133.
HSL color Cylindrical-coordinate representation of color #F52551: hue angle of 347.31º 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 #F52551 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 81 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.04 |
| HSL | 347.31º | 0.91% | 0.55% | - |
| HSV(B) | 347.31º | 0.85% | 0.96% | - |
| XYZ | 39.8 | 21.33 | 9.8 | - |
| YUV | 104.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 81 | 0 | 0.85 | 0.67 | 0.04 | 347.31 | 0.91 | 0.55 |
| Hex | F5 | 25 | 51 | 0 | 55 | 43 | 4 | 15B | 5B | 37 |
| Octal | 365 | 45 | 121 | 0 | 125 | 103 | 4 | 533 | 133 | 67 |
| Binary | 11110101 | 100101 | 1010001 | 0 | 1010101 | 1000011 | 100 | 101011011 | 1011011 | 110111 |
Color Harmonies of #F52551
Complementary color
Monochromatic Colors of #F52551
Black with #F52551
Text Example
Text Example
White with #F52551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52551; }
p { color: rgb(245,37,81); }
H1.HeaderClassName
{
color: #F52551;
}
.AnyTagClassName
{
color: #F52551;
}
</style>
background-color css
<style>
a { background-color: #F52551; }
a { background-color: rgb(245,37,81); }
div.DivClassName
{
background-color: #F52551;
}
.BgClassName
{
background-color: #F52551;
}
</style>
border-color css
<style>
span { border-color: #F52551; }
span { border-color: rgb(245,37,81); }
td.TdClassName
{
border-color: #F52551;
}
.TagClassName
{
border-color: #F52551;
}
</style>