Shades of Amaranth #F32D56
Tints of Amaranth #F32D56
RGB
CMYK
RGB Variations
Color information
#F32D56 (or 0xF32D56) is known color: Amaranth. HEX triplet: F3, 2D and 56. RGB value is (243,45,86). Sum of RGB (Red+Green+Blue) = 243+45+86=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D56 is #0CD2A9. Grayscale: #6C6C6C. Windows color (decimal): -840362 or 5647859. OLE color: 5647859.
HSL color Cylindrical-coordinate representation of color #F32D56: hue angle of 347.58º 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 #F32D56 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 86 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.05 |
| HSL | 347.58º | 0.89% | 0.56% | - |
| HSV(B) | 347.58º | 0.81% | 0.95% | - |
| XYZ | 39.58 | 21.6 | 10.89 | - |
| YUV | 108.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 86 | 0 | 0.81 | 0.65 | 0.05 | 347.58 | 0.89 | 0.56 |
| Hex | F3 | 2D | 56 | 0 | 51 | 41 | 5 | 15C | 59 | 38 |
| Octal | 363 | 55 | 126 | 0 | 121 | 101 | 5 | 534 | 131 | 70 |
| Binary | 11110011 | 101101 | 1010110 | 0 | 1010001 | 1000001 | 101 | 101011100 | 1011001 | 111000 |
Color Harmonies of #F32D56
Complementary color
Monochromatic Colors of #F32D56
Black with #F32D56
Text Example
Text Example
White with #F32D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D56; }
p { color: rgb(243,45,86); }
H1.HeaderClassName
{
color: #F32D56;
}
.AnyTagClassName
{
color: #F32D56;
}
</style>
background-color css
<style>
a { background-color: #F32D56; }
a { background-color: rgb(243,45,86); }
div.DivClassName
{
background-color: #F32D56;
}
.BgClassName
{
background-color: #F32D56;
}
</style>
border-color css
<style>
span { border-color: #F32D56; }
span { border-color: rgb(243,45,86); }
td.TdClassName
{
border-color: #F32D56;
}
.TagClassName
{
border-color: #F32D56;
}
</style>