Shades of Amaranth #F3254D
Tints of Amaranth #F3254D
RGB
CMYK
RGB Variations
Color information
#F3254D (or 0xF3254D) is known color: Amaranth. HEX triplet: F3, 25 and 4D. RGB value is (243,37,77). Sum of RGB (Red+Green+Blue) = 243+37+77=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F3254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3254D is #0CDAB2. Grayscale: #676767. Windows color (decimal): -842419 or 5055987. OLE color: 5055987.
HSL color Cylindrical-coordinate representation of color #F3254D: hue angle of 348.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3254D is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 77 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.05 |
| HSL | 348.35º | 0.9% | 0.55% | - |
| HSV(B) | 348.35º | 0.85% | 0.95% | - |
| XYZ | 38.96 | 20.91 | 9 | - |
| YUV | 103.15 | 113.25 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 77 | 0 | 0.85 | 0.68 | 0.05 | 348.35 | 0.9 | 0.55 |
| Hex | F3 | 25 | 4D | 0 | 55 | 44 | 5 | 15C | 5A | 37 |
| Octal | 363 | 45 | 115 | 0 | 125 | 104 | 5 | 534 | 132 | 67 |
| Binary | 11110011 | 100101 | 1001101 | 0 | 1010101 | 1000100 | 101 | 101011100 | 1011010 | 110111 |
Color Harmonies of #F3254D
Complementary color
Monochromatic Colors of #F3254D
Black with #F3254D
Text Example
Text Example
White with #F3254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3254D; }
p { color: rgb(243,37,77); }
H1.HeaderClassName
{
color: #F3254D;
}
.AnyTagClassName
{
color: #F3254D;
}
</style>
background-color css
<style>
a { background-color: #F3254D; }
a { background-color: rgb(243,37,77); }
div.DivClassName
{
background-color: #F3254D;
}
.BgClassName
{
background-color: #F3254D;
}
</style>
border-color css
<style>
span { border-color: #F3254D; }
span { border-color: rgb(243,37,77); }
td.TdClassName
{
border-color: #F3254D;
}
.TagClassName
{
border-color: #F3254D;
}
</style>