Shades of Amaranth #F31A4D
Tints of Amaranth #F31A4D
RGB
CMYK
RGB Variations
Color information
#F31A4D (or 0xF31A4D) is known color: Amaranth. HEX triplet: F3, 1A and 4D. RGB value is (243,26,77). Sum of RGB (Red+Green+Blue) = 243+26+77=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A4D is #0CE5B2. Grayscale: #606060. Windows color (decimal): -845235 or 5053171. OLE color: 5053171.
HSL color Cylindrical-coordinate representation of color #F31A4D: hue angle of 345.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A4D is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 77 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.05 |
| HSL | 345.9º | 0.9% | 0.53% | - |
| HSV(B) | 345.9º | 0.89% | 0.95% | - |
| XYZ | 38.67 | 20.33 | 8.91 | - |
| YUV | 96.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 77 | 0 | 0.89 | 0.68 | 0.05 | 345.9 | 0.9 | 0.53 |
| Hex | F3 | 1A | 4D | 0 | 59 | 44 | 5 | 15A | 5A | 35 |
| Octal | 363 | 32 | 115 | 0 | 131 | 104 | 5 | 532 | 132 | 65 |
| Binary | 11110011 | 11010 | 1001101 | 0 | 1011001 | 1000100 | 101 | 101011010 | 1011010 | 110101 |
Color Harmonies of #F31A4D
Complementary color
Monochromatic Colors of #F31A4D
Black with #F31A4D
Text Example
Text Example
White with #F31A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A4D; }
p { color: rgb(243,26,77); }
H1.HeaderClassName
{
color: #F31A4D;
}
.AnyTagClassName
{
color: #F31A4D;
}
</style>
background-color css
<style>
a { background-color: #F31A4D; }
a { background-color: rgb(243,26,77); }
div.DivClassName
{
background-color: #F31A4D;
}
.BgClassName
{
background-color: #F31A4D;
}
</style>
border-color css
<style>
span { border-color: #F31A4D; }
span { border-color: rgb(243,26,77); }
td.TdClassName
{
border-color: #F31A4D;
}
.TagClassName
{
border-color: #F31A4D;
}
</style>