Shades of Amaranth #F53143
Tints of Amaranth #F53143
RGB
CMYK
RGB Variations
Color information
#F53143 (or 0xF53143) is known color: Amaranth. HEX triplet: F5, 31 and 43. RGB value is (245,49,67). Sum of RGB (Red+Green+Blue) = 245+49+67=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F53143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53143 is #0ACEBC. Grayscale: #6D6D6D. Windows color (decimal): -708285 or 4403701. OLE color: 4403701.
HSL color Cylindrical-coordinate representation of color #F53143: hue angle of 354.49º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53143 is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 67 | - |
| CMYK | 0 | 0.8 | 0.73 | 0.04 |
| HSL | 354.49º | 0.91% | 0.58% | - |
| HSV(B) | 354.49º | 0.8% | 0.96% | - |
| XYZ | 39.77 | 22.01 | 7.46 | - |
| YUV | 109.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 67 | 0 | 0.8 | 0.73 | 0.04 | 354.49 | 0.91 | 0.58 |
| Hex | F5 | 31 | 43 | 0 | 50 | 49 | 4 | 162 | 5B | 3A |
| Octal | 365 | 61 | 103 | 0 | 120 | 111 | 4 | 542 | 133 | 72 |
| Binary | 11110101 | 110001 | 1000011 | 0 | 1010000 | 1001001 | 100 | 101100010 | 1011011 | 111010 |
Color Harmonies of #F53143
Complementary color
Monochromatic Colors of #F53143
Black with #F53143
Text Example
Text Example
White with #F53143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53143; }
p { color: rgb(245,49,67); }
H1.HeaderClassName
{
color: #F53143;
}
.AnyTagClassName
{
color: #F53143;
}
</style>
background-color css
<style>
a { background-color: #F53143; }
a { background-color: rgb(245,49,67); }
div.DivClassName
{
background-color: #F53143;
}
.BgClassName
{
background-color: #F53143;
}
</style>
border-color css
<style>
span { border-color: #F53143; }
span { border-color: rgb(245,49,67); }
td.TdClassName
{
border-color: #F53143;
}
.TagClassName
{
border-color: #F53143;
}
</style>