Shades of Amaranth #F32746
Tints of Amaranth #F32746
RGB
CMYK
RGB Variations
Color information
#F32746 (or 0xF32746) is known color: Amaranth. HEX triplet: F3, 27 and 46. RGB value is (243,39,70). Sum of RGB (Red+Green+Blue) = 243+39+70=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F32746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32746 is #0CD8B9. Grayscale: #676767. Windows color (decimal): -841914 or 4597747. OLE color: 4597747.
HSL color Cylindrical-coordinate representation of color #F32746: hue angle of 350.88º 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 #F32746 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 70 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.05 |
| HSL | 350.88º | 0.89% | 0.55% | - |
| HSV(B) | 350.88º | 0.84% | 0.95% | - |
| XYZ | 38.79 | 20.95 | 7.79 | - |
| YUV | 103.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 70 | 0 | 0.84 | 0.71 | 0.05 | 350.88 | 0.89 | 0.55 |
| Hex | F3 | 27 | 46 | 0 | 54 | 47 | 5 | 15F | 59 | 37 |
| Octal | 363 | 47 | 106 | 0 | 124 | 107 | 5 | 537 | 131 | 67 |
| Binary | 11110011 | 100111 | 1000110 | 0 | 1010100 | 1000111 | 101 | 101011111 | 1011001 | 110111 |
Color Harmonies of #F32746
Complementary color
Monochromatic Colors of #F32746
Black with #F32746
Text Example
Text Example
White with #F32746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32746; }
p { color: rgb(243,39,70); }
H1.HeaderClassName
{
color: #F32746;
}
.AnyTagClassName
{
color: #F32746;
}
</style>
background-color css
<style>
a { background-color: #F32746; }
a { background-color: rgb(243,39,70); }
div.DivClassName
{
background-color: #F32746;
}
.BgClassName
{
background-color: #F32746;
}
</style>
border-color css
<style>
span { border-color: #F32746; }
span { border-color: rgb(243,39,70); }
td.TdClassName
{
border-color: #F32746;
}
.TagClassName
{
border-color: #F32746;
}
</style>