Shades of Amaranth #F52353
Tints of Amaranth #F52353
RGB
CMYK
RGB Variations
Color information
#F52353 (or 0xF52353) is known color: Amaranth. HEX triplet: F5, 23 and 53. RGB value is (245,35,83). Sum of RGB (Red+Green+Blue) = 245+35+83=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F52353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52353 is #0ADCAC. Grayscale: #676767. Windows color (decimal): -711853 or 5448693. OLE color: 5448693.
HSL color Cylindrical-coordinate representation of color #F52353: hue angle of 346.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52353 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 83 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.04 |
| HSL | 346.29º | 0.91% | 0.55% | - |
| HSV(B) | 346.29º | 0.86% | 0.96% | - |
| XYZ | 39.82 | 21.24 | 10.18 | - |
| YUV | 103.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 83 | 0 | 0.86 | 0.66 | 0.04 | 346.29 | 0.91 | 0.55 |
| Hex | F5 | 23 | 53 | 0 | 56 | 42 | 4 | 15A | 5B | 37 |
| Octal | 365 | 43 | 123 | 0 | 126 | 102 | 4 | 532 | 133 | 67 |
| Binary | 11110101 | 100011 | 1010011 | 0 | 1010110 | 1000010 | 100 | 101011010 | 1011011 | 110111 |
Color Harmonies of #F52353
Complementary color
Monochromatic Colors of #F52353
Black with #F52353
Text Example
Text Example
White with #F52353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52353; }
p { color: rgb(245,35,83); }
H1.HeaderClassName
{
color: #F52353;
}
.AnyTagClassName
{
color: #F52353;
}
</style>
background-color css
<style>
a { background-color: #F52353; }
a { background-color: rgb(245,35,83); }
div.DivClassName
{
background-color: #F52353;
}
.BgClassName
{
background-color: #F52353;
}
</style>
border-color css
<style>
span { border-color: #F52353; }
span { border-color: rgb(245,35,83); }
td.TdClassName
{
border-color: #F52353;
}
.TagClassName
{
border-color: #F52353;
}
</style>