Shades of Amaranth #F32156
Tints of Amaranth #F32156
RGB
CMYK
RGB Variations
Color information
#F32156 (or 0xF32156) is known color: Amaranth. HEX triplet: F3, 21 and 56. RGB value is (243,33,86). Sum of RGB (Red+Green+Blue) = 243+33+86=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F32156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32156 is #0CDEA9. Grayscale: #656565. Windows color (decimal): -843434 or 5644787. OLE color: 5644787.
HSL color Cylindrical-coordinate representation of color #F32156: hue angle of 344.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32156 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 86 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.05 |
| HSL | 344.86º | 0.9% | 0.54% | - |
| HSV(B) | 344.86º | 0.86% | 0.95% | - |
| XYZ | 39.19 | 20.81 | 10.76 | - |
| YUV | 101.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 86 | 0 | 0.86 | 0.65 | 0.05 | 344.86 | 0.9 | 0.54 |
| Hex | F3 | 21 | 56 | 0 | 56 | 41 | 5 | 159 | 5A | 36 |
| Octal | 363 | 41 | 126 | 0 | 126 | 101 | 5 | 531 | 132 | 66 |
| Binary | 11110011 | 100001 | 1010110 | 0 | 1010110 | 1000001 | 101 | 101011001 | 1011010 | 110110 |
Color Harmonies of #F32156
Complementary color
Monochromatic Colors of #F32156
Black with #F32156
Text Example
Text Example
White with #F32156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32156; }
p { color: rgb(243,33,86); }
H1.HeaderClassName
{
color: #F32156;
}
.AnyTagClassName
{
color: #F32156;
}
</style>
background-color css
<style>
a { background-color: #F32156; }
a { background-color: rgb(243,33,86); }
div.DivClassName
{
background-color: #F32156;
}
.BgClassName
{
background-color: #F32156;
}
</style>
border-color css
<style>
span { border-color: #F32156; }
span { border-color: rgb(243,33,86); }
td.TdClassName
{
border-color: #F32156;
}
.TagClassName
{
border-color: #F32156;
}
</style>