Shades of Amaranth #F3154C
Tints of Amaranth #F3154C
RGB
CMYK
RGB Variations
Color information
#F3154C (or 0xF3154C) is known color: Amaranth. HEX triplet: F3, 15 and 4C. RGB value is (243,21,76). Sum of RGB (Red+Green+Blue) = 243+21+76=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3154C is #0CEAB3. Grayscale: #5D5D5D. Windows color (decimal): -846516 or 4986355. OLE color: 4986355.
HSL color Cylindrical-coordinate representation of color #F3154C: hue angle of 345.14º 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 #F3154C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 76 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.05 |
| HSL | 345.14º | 0.9% | 0.52% | - |
| HSV(B) | 345.14º | 0.91% | 0.95% | - |
| XYZ | 38.53 | 20.11 | 8.69 | - |
| YUV | 93.65 | 118.05 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 76 | 0 | 0.91 | 0.69 | 0.05 | 345.14 | 0.9 | 0.52 |
| Hex | F3 | 15 | 4C | 0 | 5B | 45 | 5 | 159 | 5A | 34 |
| Octal | 363 | 25 | 114 | 0 | 133 | 105 | 5 | 531 | 132 | 64 |
| Binary | 11110011 | 10101 | 1001100 | 0 | 1011011 | 1000101 | 101 | 101011001 | 1011010 | 110100 |
Color Harmonies of #F3154C
Complementary color
Monochromatic Colors of #F3154C
Black with #F3154C
Text Example
Text Example
White with #F3154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3154C; }
p { color: rgb(243,21,76); }
H1.HeaderClassName
{
color: #F3154C;
}
.AnyTagClassName
{
color: #F3154C;
}
</style>
background-color css
<style>
a { background-color: #F3154C; }
a { background-color: rgb(243,21,76); }
div.DivClassName
{
background-color: #F3154C;
}
.BgClassName
{
background-color: #F3154C;
}
</style>
border-color css
<style>
span { border-color: #F3154C; }
span { border-color: rgb(243,21,76); }
td.TdClassName
{
border-color: #F3154C;
}
.TagClassName
{
border-color: #F3154C;
}
</style>