Shades of Amaranth #F32D53
Tints of Amaranth #F32D53
RGB
CMYK
RGB Variations
Color information
#F32D53 (or 0xF32D53) is known color: Amaranth. HEX triplet: F3, 2D and 53. RGB value is (243,45,83). Sum of RGB (Red+Green+Blue) = 243+45+83=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D53 is #0CD2AC. Grayscale: #6C6C6C. Windows color (decimal): -840365 or 5451251. OLE color: 5451251.
HSL color Cylindrical-coordinate representation of color #F32D53: hue angle of 348.48º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D53 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 83 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.05 |
| HSL | 348.48º | 0.89% | 0.56% | - |
| HSV(B) | 348.48º | 0.81% | 0.95% | - |
| XYZ | 39.46 | 21.56 | 10.26 | - |
| YUV | 108.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 83 | 0 | 0.81 | 0.66 | 0.05 | 348.48 | 0.89 | 0.56 |
| Hex | F3 | 2D | 53 | 0 | 51 | 42 | 5 | 15C | 59 | 38 |
| Octal | 363 | 55 | 123 | 0 | 121 | 102 | 5 | 534 | 131 | 70 |
| Binary | 11110011 | 101101 | 1010011 | 0 | 1010001 | 1000010 | 101 | 101011100 | 1011001 | 111000 |
Color Harmonies of #F32D53
Complementary color
Monochromatic Colors of #F32D53
Black with #F32D53
Text Example
Text Example
White with #F32D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D53; }
p { color: rgb(243,45,83); }
H1.HeaderClassName
{
color: #F32D53;
}
.AnyTagClassName
{
color: #F32D53;
}
</style>
background-color css
<style>
a { background-color: #F32D53; }
a { background-color: rgb(243,45,83); }
div.DivClassName
{
background-color: #F32D53;
}
.BgClassName
{
background-color: #F32D53;
}
</style>
border-color css
<style>
span { border-color: #F32D53; }
span { border-color: rgb(243,45,83); }
td.TdClassName
{
border-color: #F32D53;
}
.TagClassName
{
border-color: #F32D53;
}
</style>