Shades of Amaranth #F32355
Tints of Amaranth #F32355
RGB
CMYK
RGB Variations
Color information
#F32355 (or 0xF32355) is known color: Amaranth. HEX triplet: F3, 23 and 55. RGB value is (243,35,85). Sum of RGB (Red+Green+Blue) = 243+35+85=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32355 is #0CDCAA. Grayscale: #666666. Windows color (decimal): -842923 or 5579763. OLE color: 5579763.
HSL color Cylindrical-coordinate representation of color #F32355: hue angle of 345.58º 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 #F32355 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 85 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.05 |
| HSL | 345.58º | 0.9% | 0.55% | - |
| HSV(B) | 345.58º | 0.86% | 0.95% | - |
| XYZ | 39.2 | 20.91 | 10.56 | - |
| YUV | 102.89 | 117.91 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 85 | 0 | 0.86 | 0.65 | 0.05 | 345.58 | 0.9 | 0.55 |
| Hex | F3 | 23 | 55 | 0 | 56 | 41 | 5 | 15A | 5A | 37 |
| Octal | 363 | 43 | 125 | 0 | 126 | 101 | 5 | 532 | 132 | 67 |
| Binary | 11110011 | 100011 | 1010101 | 0 | 1010110 | 1000001 | 101 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F32355
Complementary color
Monochromatic Colors of #F32355
Black with #F32355
Text Example
Text Example
White with #F32355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32355; }
p { color: rgb(243,35,85); }
H1.HeaderClassName
{
color: #F32355;
}
.AnyTagClassName
{
color: #F32355;
}
</style>
background-color css
<style>
a { background-color: #F32355; }
a { background-color: rgb(243,35,85); }
div.DivClassName
{
background-color: #F32355;
}
.BgClassName
{
background-color: #F32355;
}
</style>
border-color css
<style>
span { border-color: #F32355; }
span { border-color: rgb(243,35,85); }
td.TdClassName
{
border-color: #F32355;
}
.TagClassName
{
border-color: #F32355;
}
</style>