Shades of Amaranth #F3194D
Tints of Amaranth #F3194D
RGB
CMYK
RGB Variations
Color information
#F3194D (or 0xF3194D) is known color: Amaranth. HEX triplet: F3, 19 and 4D. RGB value is (243,25,77). Sum of RGB (Red+Green+Blue) = 243+25+77=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3194D is #0CE6B2. Grayscale: #606060. Windows color (decimal): -845491 or 5052915. OLE color: 5052915.
HSL color Cylindrical-coordinate representation of color #F3194D: hue angle of 345.69º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3194D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.05 |
| HSL | 345.69º | 0.9% | 0.53% | - |
| HSV(B) | 345.69º | 0.9% | 0.95% | - |
| XYZ | 38.65 | 20.29 | 8.9 | - |
| YUV | 96.11 | 117.22 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 77 | 0 | 0.90 | 0.68 | 0.05 | 345.69 | 0.9 | 0.53 |
| Hex | F3 | 19 | 4D | 0 | 5A | 44 | 5 | 15A | 5A | 35 |
| Octal | 363 | 31 | 115 | 0 | 132 | 104 | 5 | 532 | 132 | 65 |
| Binary | 11110011 | 11001 | 1001101 | 0 | 1011010 | 1000100 | 101 | 101011010 | 1011010 | 110101 |
Color Harmonies of #F3194D
Complementary color
Monochromatic Colors of #F3194D
Black with #F3194D
Text Example
Text Example
White with #F3194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3194D; }
p { color: rgb(243,25,77); }
H1.HeaderClassName
{
color: #F3194D;
}
.AnyTagClassName
{
color: #F3194D;
}
</style>
background-color css
<style>
a { background-color: #F3194D; }
a { background-color: rgb(243,25,77); }
div.DivClassName
{
background-color: #F3194D;
}
.BgClassName
{
background-color: #F3194D;
}
</style>
border-color css
<style>
span { border-color: #F3194D; }
span { border-color: rgb(243,25,77); }
td.TdClassName
{
border-color: #F3194D;
}
.TagClassName
{
border-color: #F3194D;
}
</style>