Shades of Amaranth #F32647
Tints of Amaranth #F32647
RGB
CMYK
RGB Variations
Color information
#F32647 (or 0xF32647) is known color: Amaranth. HEX triplet: F3, 26 and 47. RGB value is (243,38,71). Sum of RGB (Red+Green+Blue) = 243+38+71=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F32647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32647 is #0CD9B8. Grayscale: #676767. Windows color (decimal): -842169 or 4663027. OLE color: 4663027.
HSL color Cylindrical-coordinate representation of color #F32647: hue angle of 350.34º degrees, saturation: 0.9, 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 #F32647 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 71 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.05 |
| HSL | 350.34º | 0.9% | 0.55% | - |
| HSV(B) | 350.34º | 0.84% | 0.95% | - |
| XYZ | 38.79 | 20.9 | 7.95 | - |
| YUV | 103.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 71 | 0 | 0.84 | 0.71 | 0.05 | 350.34 | 0.9 | 0.55 |
| Hex | F3 | 26 | 47 | 0 | 54 | 47 | 5 | 15E | 5A | 37 |
| Octal | 363 | 46 | 107 | 0 | 124 | 107 | 5 | 536 | 132 | 67 |
| Binary | 11110011 | 100110 | 1000111 | 0 | 1010100 | 1000111 | 101 | 101011110 | 1011010 | 110111 |
Color Harmonies of #F32647
Complementary color
Monochromatic Colors of #F32647
Black with #F32647
Text Example
Text Example
White with #F32647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32647; }
p { color: rgb(243,38,71); }
H1.HeaderClassName
{
color: #F32647;
}
.AnyTagClassName
{
color: #F32647;
}
</style>
background-color css
<style>
a { background-color: #F32647; }
a { background-color: rgb(243,38,71); }
div.DivClassName
{
background-color: #F32647;
}
.BgClassName
{
background-color: #F32647;
}
</style>
border-color css
<style>
span { border-color: #F32647; }
span { border-color: rgb(243,38,71); }
td.TdClassName
{
border-color: #F32647;
}
.TagClassName
{
border-color: #F32647;
}
</style>