Shades of Amaranth #F32748
Tints of Amaranth #F32748
RGB
CMYK
RGB Variations
Color information
#F32748 (or 0xF32748) is known color: Amaranth. HEX triplet: F3, 27 and 48. RGB value is (243,39,72). Sum of RGB (Red+Green+Blue) = 243+39+72=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F32748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32748 is #0CD8B7. Grayscale: #676767. Windows color (decimal): -841912 or 4728819. OLE color: 4728819.
HSL color Cylindrical-coordinate representation of color #F32748: hue angle of 350.29º 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 #F32748 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 72 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.05 |
| HSL | 350.29º | 0.89% | 0.55% | - |
| HSV(B) | 350.29º | 0.84% | 0.95% | - |
| XYZ | 38.86 | 20.97 | 8.13 | - |
| YUV | 103.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 72 | 0 | 0.84 | 0.70 | 0.05 | 350.29 | 0.89 | 0.55 |
| Hex | F3 | 27 | 48 | 0 | 54 | 46 | 5 | 15E | 59 | 37 |
| Octal | 363 | 47 | 110 | 0 | 124 | 106 | 5 | 536 | 131 | 67 |
| Binary | 11110011 | 100111 | 1001000 | 0 | 1010100 | 1000110 | 101 | 101011110 | 1011001 | 110111 |
Color Harmonies of #F32748
Complementary color
Monochromatic Colors of #F32748
Black with #F32748
Text Example
Text Example
White with #F32748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32748; }
p { color: rgb(243,39,72); }
H1.HeaderClassName
{
color: #F32748;
}
.AnyTagClassName
{
color: #F32748;
}
</style>
background-color css
<style>
a { background-color: #F32748; }
a { background-color: rgb(243,39,72); }
div.DivClassName
{
background-color: #F32748;
}
.BgClassName
{
background-color: #F32748;
}
</style>
border-color css
<style>
span { border-color: #F32748; }
span { border-color: rgb(243,39,72); }
td.TdClassName
{
border-color: #F32748;
}
.TagClassName
{
border-color: #F32748;
}
</style>