Shades of Amaranth #F52652
Tints of Amaranth #F52652
RGB
CMYK
RGB Variations
Color information
#F52652 (or 0xF52652) is known color: Amaranth. HEX triplet: F5, 26 and 52. RGB value is (245,38,82). Sum of RGB (Red+Green+Blue) = 245+38+82=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F52652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52652 is #0AD9AD. Grayscale: #686868. Windows color (decimal): -711086 or 5383925. OLE color: 5383925.
HSL color Cylindrical-coordinate representation of color #F52652: hue angle of 347.25º 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 #F52652 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 82 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.04 |
| HSL | 347.25º | 0.91% | 0.55% | - |
| HSV(B) | 347.25º | 0.84% | 0.96% | - |
| XYZ | 39.87 | 21.41 | 10.01 | - |
| YUV | 104.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 82 | 0 | 0.84 | 0.67 | 0.04 | 347.25 | 0.91 | 0.55 |
| Hex | F5 | 26 | 52 | 0 | 54 | 43 | 4 | 15B | 5B | 37 |
| Octal | 365 | 46 | 122 | 0 | 124 | 103 | 4 | 533 | 133 | 67 |
| Binary | 11110101 | 100110 | 1010010 | 0 | 1010100 | 1000011 | 100 | 101011011 | 1011011 | 110111 |
Color Harmonies of #F52652
Complementary color
Monochromatic Colors of #F52652
Black with #F52652
Text Example
Text Example
White with #F52652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52652; }
p { color: rgb(245,38,82); }
H1.HeaderClassName
{
color: #F52652;
}
.AnyTagClassName
{
color: #F52652;
}
</style>
background-color css
<style>
a { background-color: #F52652; }
a { background-color: rgb(245,38,82); }
div.DivClassName
{
background-color: #F52652;
}
.BgClassName
{
background-color: #F52652;
}
</style>
border-color css
<style>
span { border-color: #F52652; }
span { border-color: rgb(245,38,82); }
td.TdClassName
{
border-color: #F52652;
}
.TagClassName
{
border-color: #F52652;
}
</style>