Shades of Amaranth #F32947
Tints of Amaranth #F32947
RGB
CMYK
RGB Variations
Color information
#F32947 (or 0xF32947) is known color: Amaranth. HEX triplet: F3, 29 and 47. RGB value is (243,41,71). Sum of RGB (Red+Green+Blue) = 243+41+71=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F32947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32947 is #0CD6B8. Grayscale: #686868. Windows color (decimal): -841401 or 4663795. OLE color: 4663795.
HSL color Cylindrical-coordinate representation of color #F32947: hue angle of 351.09º 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 #F32947 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 71 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.05 |
| HSL | 351.09º | 0.89% | 0.56% | - |
| HSV(B) | 351.09º | 0.83% | 0.95% | - |
| XYZ | 38.89 | 21.1 | 7.98 | - |
| YUV | 104.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 71 | 0 | 0.83 | 0.71 | 0.05 | 351.09 | 0.89 | 0.56 |
| Hex | F3 | 29 | 47 | 0 | 53 | 47 | 5 | 15F | 59 | 38 |
| Octal | 363 | 51 | 107 | 0 | 123 | 107 | 5 | 537 | 131 | 70 |
| Binary | 11110011 | 101001 | 1000111 | 0 | 1010011 | 1000111 | 101 | 101011111 | 1011001 | 111000 |
Color Harmonies of #F32947
Complementary color
Monochromatic Colors of #F32947
Black with #F32947
Text Example
Text Example
White with #F32947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32947; }
p { color: rgb(243,41,71); }
H1.HeaderClassName
{
color: #F32947;
}
.AnyTagClassName
{
color: #F32947;
}
</style>
background-color css
<style>
a { background-color: #F32947; }
a { background-color: rgb(243,41,71); }
div.DivClassName
{
background-color: #F32947;
}
.BgClassName
{
background-color: #F32947;
}
</style>
border-color css
<style>
span { border-color: #F32947; }
span { border-color: rgb(243,41,71); }
td.TdClassName
{
border-color: #F32947;
}
.TagClassName
{
border-color: #F32947;
}
</style>