Shades of Amaranth #F52154
Tints of Amaranth #F52154
RGB
CMYK
RGB Variations
Color information
#F52154 (or 0xF52154) is known color: Amaranth. HEX triplet: F5, 21 and 54. RGB value is (245,33,84). Sum of RGB (Red+Green+Blue) = 245+33+84=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F52154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52154 is #0ADEAB. Grayscale: #666666. Windows color (decimal): -712364 or 5513717. OLE color: 5513717.
HSL color Cylindrical-coordinate representation of color #F52154: hue angle of 345.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52154 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 84 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.04 |
| HSL | 345.57º | 0.91% | 0.55% | - |
| HSV(B) | 345.57º | 0.87% | 0.96% | - |
| XYZ | 39.8 | 21.14 | 10.37 | - |
| YUV | 102.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 84 | 0 | 0.87 | 0.66 | 0.04 | 345.57 | 0.91 | 0.55 |
| Hex | F5 | 21 | 54 | 0 | 57 | 42 | 4 | 15A | 5B | 37 |
| Octal | 365 | 41 | 124 | 0 | 127 | 102 | 4 | 532 | 133 | 67 |
| Binary | 11110101 | 100001 | 1010100 | 0 | 1010111 | 1000010 | 100 | 101011010 | 1011011 | 110111 |
Color Harmonies of #F52154
Complementary color
Monochromatic Colors of #F52154
Black with #F52154
Text Example
Text Example
White with #F52154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52154; }
p { color: rgb(245,33,84); }
H1.HeaderClassName
{
color: #F52154;
}
.AnyTagClassName
{
color: #F52154;
}
</style>
background-color css
<style>
a { background-color: #F52154; }
a { background-color: rgb(245,33,84); }
div.DivClassName
{
background-color: #F52154;
}
.BgClassName
{
background-color: #F52154;
}
</style>
border-color css
<style>
span { border-color: #F52154; }
span { border-color: rgb(245,33,84); }
td.TdClassName
{
border-color: #F52154;
}
.TagClassName
{
border-color: #F52154;
}
</style>