Shades of Amaranth #F32646
Tints of Amaranth #F32646
RGB
CMYK
RGB Variations
Color information
#F32646 (or 0xF32646) is known color: Amaranth. HEX triplet: F3, 26 and 46. RGB value is (243,38,70). Sum of RGB (Red+Green+Blue) = 243+38+70=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32646 is #0CD9B9. Grayscale: #676767. Windows color (decimal): -842170 or 4597491. OLE color: 4597491.
HSL color Cylindrical-coordinate representation of color #F32646: hue angle of 350.63º 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 #F32646 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 70 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.05 |
| HSL | 350.63º | 0.9% | 0.55% | - |
| HSV(B) | 350.63º | 0.84% | 0.95% | - |
| XYZ | 38.76 | 20.88 | 7.78 | - |
| YUV | 102.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 70 | 0 | 0.84 | 0.71 | 0.05 | 350.63 | 0.9 | 0.55 |
| Hex | F3 | 26 | 46 | 0 | 54 | 47 | 5 | 15F | 5A | 37 |
| Octal | 363 | 46 | 106 | 0 | 124 | 107 | 5 | 537 | 132 | 67 |
| Binary | 11110011 | 100110 | 1000110 | 0 | 1010100 | 1000111 | 101 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F32646
Complementary color
Monochromatic Colors of #F32646
Black with #F32646
Text Example
Text Example
White with #F32646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32646; }
p { color: rgb(243,38,70); }
H1.HeaderClassName
{
color: #F32646;
}
.AnyTagClassName
{
color: #F32646;
}
</style>
background-color css
<style>
a { background-color: #F32646; }
a { background-color: rgb(243,38,70); }
div.DivClassName
{
background-color: #F32646;
}
.BgClassName
{
background-color: #F32646;
}
</style>
border-color css
<style>
span { border-color: #F32646; }
span { border-color: rgb(243,38,70); }
td.TdClassName
{
border-color: #F32646;
}
.TagClassName
{
border-color: #F32646;
}
</style>