Shades of Amaranth #F32956
Tints of Amaranth #F32956
RGB
CMYK
RGB Variations
Color information
#F32956 (or 0xF32956) is known color: Amaranth. HEX triplet: F3, 29 and 56. RGB value is (243,41,86). Sum of RGB (Red+Green+Blue) = 243+41+86=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F32956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32956 is #0CD6A9. Grayscale: #6A6A6A. Windows color (decimal): -841386 or 5646835. OLE color: 5646835.
HSL color Cylindrical-coordinate representation of color #F32956: hue angle of 346.63º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32956 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 86 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.05 |
| HSL | 346.63º | 0.89% | 0.56% | - |
| HSV(B) | 346.63º | 0.83% | 0.95% | - |
| XYZ | 39.43 | 21.31 | 10.84 | - |
| YUV | 106.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 86 | 0 | 0.83 | 0.65 | 0.05 | 346.63 | 0.89 | 0.56 |
| Hex | F3 | 29 | 56 | 0 | 53 | 41 | 5 | 15B | 59 | 38 |
| Octal | 363 | 51 | 126 | 0 | 123 | 101 | 5 | 533 | 131 | 70 |
| Binary | 11110011 | 101001 | 1010110 | 0 | 1010011 | 1000001 | 101 | 101011011 | 1011001 | 111000 |
Color Harmonies of #F32956
Complementary color
Monochromatic Colors of #F32956
Black with #F32956
Text Example
Text Example
White with #F32956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32956; }
p { color: rgb(243,41,86); }
H1.HeaderClassName
{
color: #F32956;
}
.AnyTagClassName
{
color: #F32956;
}
</style>
background-color css
<style>
a { background-color: #F32956; }
a { background-color: rgb(243,41,86); }
div.DivClassName
{
background-color: #F32956;
}
.BgClassName
{
background-color: #F32956;
}
</style>
border-color css
<style>
span { border-color: #F32956; }
span { border-color: rgb(243,41,86); }
td.TdClassName
{
border-color: #F32956;
}
.TagClassName
{
border-color: #F32956;
}
</style>