Shades of Amaranth #F51852
Tints of Amaranth #F51852
RGB
CMYK
RGB Variations
Color information
#F51852 (or 0xF51852) is known color: Amaranth. HEX triplet: F5, 18 and 52. RGB value is (245,24,82). Sum of RGB (Red+Green+Blue) = 245+24+82=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F51852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51852 is #0AE7AD. Grayscale: #606060. Windows color (decimal): -714670 or 5380341. OLE color: 5380341.
HSL color Cylindrical-coordinate representation of color #F51852: hue angle of 344.25º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51852 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.04 |
| HSL | 344.25º | 0.92% | 0.53% | - |
| HSV(B) | 344.25º | 0.9% | 0.96% | - |
| XYZ | 39.51 | 20.67 | 9.89 | - |
| YUV | 96.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 82 | 0 | 0.90 | 0.67 | 0.04 | 344.25 | 0.92 | 0.53 |
| Hex | F5 | 18 | 52 | 0 | 5A | 43 | 4 | 158 | 5C | 35 |
| Octal | 365 | 30 | 122 | 0 | 132 | 103 | 4 | 530 | 134 | 65 |
| Binary | 11110101 | 11000 | 1010010 | 0 | 1011010 | 1000011 | 100 | 101011000 | 1011100 | 110101 |
Color Harmonies of #F51852
Complementary color
Monochromatic Colors of #F51852
Black with #F51852
Text Example
Text Example
White with #F51852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51852; }
p { color: rgb(245,24,82); }
H1.HeaderClassName
{
color: #F51852;
}
.AnyTagClassName
{
color: #F51852;
}
</style>
background-color css
<style>
a { background-color: #F51852; }
a { background-color: rgb(245,24,82); }
div.DivClassName
{
background-color: #F51852;
}
.BgClassName
{
background-color: #F51852;
}
</style>
border-color css
<style>
span { border-color: #F51852; }
span { border-color: rgb(245,24,82); }
td.TdClassName
{
border-color: #F51852;
}
.TagClassName
{
border-color: #F51852;
}
</style>