Shades of Amaranth #F52651
Tints of Amaranth #F52651
RGB
CMYK
RGB Variations
Color information
#F52651 (or 0xF52651) is known color: Amaranth. HEX triplet: F5, 26 and 51. RGB value is (245,38,81). Sum of RGB (Red+Green+Blue) = 245+38+81=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F52651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52651 is #0AD9AE. Grayscale: #686868. Windows color (decimal): -711087 or 5318389. OLE color: 5318389.
HSL color Cylindrical-coordinate representation of color #F52651: hue angle of 347.54º 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 #F52651 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 81 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.04 |
| HSL | 347.54º | 0.91% | 0.55% | - |
| HSV(B) | 347.54º | 0.84% | 0.96% | - |
| XYZ | 39.83 | 21.39 | 9.81 | - |
| YUV | 104.8 | 114.58 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 81 | 0 | 0.84 | 0.67 | 0.04 | 347.54 | 0.91 | 0.55 |
| Hex | F5 | 26 | 51 | 0 | 54 | 43 | 4 | 15C | 5B | 37 |
| Octal | 365 | 46 | 121 | 0 | 124 | 103 | 4 | 534 | 133 | 67 |
| Binary | 11110101 | 100110 | 1010001 | 0 | 1010100 | 1000011 | 100 | 101011100 | 1011011 | 110111 |
Color Harmonies of #F52651
Complementary color
Monochromatic Colors of #F52651
Black with #F52651
Text Example
Text Example
White with #F52651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52651; }
p { color: rgb(245,38,81); }
H1.HeaderClassName
{
color: #F52651;
}
.AnyTagClassName
{
color: #F52651;
}
</style>
background-color css
<style>
a { background-color: #F52651; }
a { background-color: rgb(245,38,81); }
div.DivClassName
{
background-color: #F52651;
}
.BgClassName
{
background-color: #F52651;
}
</style>
border-color css
<style>
span { border-color: #F52651; }
span { border-color: rgb(245,38,81); }
td.TdClassName
{
border-color: #F52651;
}
.TagClassName
{
border-color: #F52651;
}
</style>