Shades of Amaranth #F32356
Tints of Amaranth #F32356
RGB
CMYK
RGB Variations
Color information
#F32356 (or 0xF32356) is known color: Amaranth. HEX triplet: F3, 23 and 56. RGB value is (243,35,86). Sum of RGB (Red+Green+Blue) = 243+35+86=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32356 is #0CDCA9. Grayscale: #676767. Windows color (decimal): -842922 or 5645299. OLE color: 5645299.
HSL color Cylindrical-coordinate representation of color #F32356: hue angle of 345.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32356 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 86 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.05 |
| HSL | 345.29º | 0.9% | 0.55% | - |
| HSV(B) | 345.29º | 0.86% | 0.95% | - |
| XYZ | 39.24 | 20.93 | 10.78 | - |
| YUV | 103.01 | 118.41 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 86 | 0 | 0.86 | 0.65 | 0.05 | 345.29 | 0.9 | 0.55 |
| Hex | F3 | 23 | 56 | 0 | 56 | 41 | 5 | 159 | 5A | 37 |
| Octal | 363 | 43 | 126 | 0 | 126 | 101 | 5 | 531 | 132 | 67 |
| Binary | 11110011 | 100011 | 1010110 | 0 | 1010110 | 1000001 | 101 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F32356
Complementary color
Monochromatic Colors of #F32356
Black with #F32356
Text Example
Text Example
White with #F32356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32356; }
p { color: rgb(243,35,86); }
H1.HeaderClassName
{
color: #F32356;
}
.AnyTagClassName
{
color: #F32356;
}
</style>
background-color css
<style>
a { background-color: #F32356; }
a { background-color: rgb(243,35,86); }
div.DivClassName
{
background-color: #F32356;
}
.BgClassName
{
background-color: #F32356;
}
</style>
border-color css
<style>
span { border-color: #F32356; }
span { border-color: rgb(243,35,86); }
td.TdClassName
{
border-color: #F32356;
}
.TagClassName
{
border-color: #F32356;
}
</style>