Shades of Amaranth #F3164C
Tints of Amaranth #F3164C
RGB
CMYK
RGB Variations
Color information
#F3164C (or 0xF3164C) is known color: Amaranth. HEX triplet: F3, 16 and 4C. RGB value is (243,22,76). Sum of RGB (Red+Green+Blue) = 243+22+76=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3164C is #0CE9B3. Grayscale: #5E5E5E. Windows color (decimal): -846260 or 4986611. OLE color: 4986611.
HSL color Cylindrical-coordinate representation of color #F3164C: hue angle of 345.34º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3164C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 76 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.05 |
| HSL | 345.34º | 0.9% | 0.52% | - |
| HSV(B) | 345.34º | 0.91% | 0.95% | - |
| XYZ | 38.55 | 20.15 | 8.69 | - |
| YUV | 94.24 | 117.72 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 76 | 0 | 0.91 | 0.69 | 0.05 | 345.34 | 0.9 | 0.52 |
| Hex | F3 | 16 | 4C | 0 | 5B | 45 | 5 | 159 | 5A | 34 |
| Octal | 363 | 26 | 114 | 0 | 133 | 105 | 5 | 531 | 132 | 64 |
| Binary | 11110011 | 10110 | 1001100 | 0 | 1011011 | 1000101 | 101 | 101011001 | 1011010 | 110100 |
Color Harmonies of #F3164C
Complementary color
Monochromatic Colors of #F3164C
Black with #F3164C
Text Example
Text Example
White with #F3164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3164C; }
p { color: rgb(243,22,76); }
H1.HeaderClassName
{
color: #F3164C;
}
.AnyTagClassName
{
color: #F3164C;
}
</style>
background-color css
<style>
a { background-color: #F3164C; }
a { background-color: rgb(243,22,76); }
div.DivClassName
{
background-color: #F3164C;
}
.BgClassName
{
background-color: #F3164C;
}
</style>
border-color css
<style>
span { border-color: #F3164C; }
span { border-color: rgb(243,22,76); }
td.TdClassName
{
border-color: #F3164C;
}
.TagClassName
{
border-color: #F3164C;
}
</style>