Shades of Amaranth #F3294D
Tints of Amaranth #F3294D
RGB
CMYK
RGB Variations
Color information
#F3294D (or 0xF3294D) is known color: Amaranth. HEX triplet: F3, 29 and 4D. RGB value is (243,41,77). Sum of RGB (Red+Green+Blue) = 243+41+77=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F3294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3294D is #0CD6B2. Grayscale: #696969. Windows color (decimal): -841395 or 5057011. OLE color: 5057011.
HSL color Cylindrical-coordinate representation of color #F3294D: hue angle of 349.31º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3294D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 77 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.05 |
| HSL | 349.31º | 0.89% | 0.56% | - |
| HSV(B) | 349.31º | 0.83% | 0.95% | - |
| XYZ | 39.09 | 21.18 | 9.05 | - |
| YUV | 105.5 | 111.92 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 77 | 0 | 0.83 | 0.68 | 0.05 | 349.31 | 0.89 | 0.56 |
| Hex | F3 | 29 | 4D | 0 | 53 | 44 | 5 | 15D | 59 | 38 |
| Octal | 363 | 51 | 115 | 0 | 123 | 104 | 5 | 535 | 131 | 70 |
| Binary | 11110011 | 101001 | 1001101 | 0 | 1010011 | 1000100 | 101 | 101011101 | 1011001 | 111000 |
Color Harmonies of #F3294D
Complementary color
Monochromatic Colors of #F3294D
Black with #F3294D
Text Example
Text Example
White with #F3294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3294D; }
p { color: rgb(243,41,77); }
H1.HeaderClassName
{
color: #F3294D;
}
.AnyTagClassName
{
color: #F3294D;
}
</style>
background-color css
<style>
a { background-color: #F3294D; }
a { background-color: rgb(243,41,77); }
div.DivClassName
{
background-color: #F3294D;
}
.BgClassName
{
background-color: #F3294D;
}
</style>
border-color css
<style>
span { border-color: #F3294D; }
span { border-color: rgb(243,41,77); }
td.TdClassName
{
border-color: #F3294D;
}
.TagClassName
{
border-color: #F3294D;
}
</style>