Shades of Amaranth #F32755
Tints of Amaranth #F32755
RGB
CMYK
RGB Variations
Color information
#F32755 (or 0xF32755) is known color: Amaranth. HEX triplet: F3, 27 and 55. RGB value is (243,39,85). Sum of RGB (Red+Green+Blue) = 243+39+85=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32755 is #0CD8AA. Grayscale: #696969. Windows color (decimal): -841899 or 5580787. OLE color: 5580787.
HSL color Cylindrical-coordinate representation of color #F32755: hue angle of 346.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32755 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 85 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.05 |
| HSL | 346.47º | 0.89% | 0.55% | - |
| HSV(B) | 346.47º | 0.84% | 0.95% | - |
| XYZ | 39.33 | 21.16 | 10.61 | - |
| YUV | 105.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 85 | 0 | 0.84 | 0.65 | 0.05 | 346.47 | 0.89 | 0.55 |
| Hex | F3 | 27 | 55 | 0 | 54 | 41 | 5 | 15A | 59 | 37 |
| Octal | 363 | 47 | 125 | 0 | 124 | 101 | 5 | 532 | 131 | 67 |
| Binary | 11110011 | 100111 | 1010101 | 0 | 1010100 | 1000001 | 101 | 101011010 | 1011001 | 110111 |
Color Harmonies of #F32755
Complementary color
Monochromatic Colors of #F32755
Black with #F32755
Text Example
Text Example
White with #F32755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32755; }
p { color: rgb(243,39,85); }
H1.HeaderClassName
{
color: #F32755;
}
.AnyTagClassName
{
color: #F32755;
}
</style>
background-color css
<style>
a { background-color: #F32755; }
a { background-color: rgb(243,39,85); }
div.DivClassName
{
background-color: #F32755;
}
.BgClassName
{
background-color: #F32755;
}
</style>
border-color css
<style>
span { border-color: #F32755; }
span { border-color: rgb(243,39,85); }
td.TdClassName
{
border-color: #F32755;
}
.TagClassName
{
border-color: #F32755;
}
</style>