Shades of Amaranth #F31A55
Tints of Amaranth #F31A55
RGB
CMYK
RGB Variations
Color information
#F31A55 (or 0xF31A55) is known color: Amaranth. HEX triplet: F3, 1A and 55. RGB value is (243,26,85). Sum of RGB (Red+Green+Blue) = 243+26+85=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A55 is #0CE5AA. Grayscale: #616161. Windows color (decimal): -845227 or 5577459. OLE color: 5577459.
HSL color Cylindrical-coordinate representation of color #F31A55: hue angle of 343.69º 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 #F31A55 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 85 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.05 |
| HSL | 343.69º | 0.9% | 0.53% | - |
| HSV(B) | 343.69º | 0.89% | 0.95% | - |
| XYZ | 38.97 | 20.45 | 10.49 | - |
| YUV | 97.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 85 | 0 | 0.89 | 0.65 | 0.05 | 343.69 | 0.9 | 0.53 |
| Hex | F3 | 1A | 55 | 0 | 59 | 41 | 5 | 158 | 5A | 35 |
| Octal | 363 | 32 | 125 | 0 | 131 | 101 | 5 | 530 | 132 | 65 |
| Binary | 11110011 | 11010 | 1010101 | 0 | 1011001 | 1000001 | 101 | 101011000 | 1011010 | 110101 |
Color Harmonies of #F31A55
Complementary color
Monochromatic Colors of #F31A55
Black with #F31A55
Text Example
Text Example
White with #F31A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A55; }
p { color: rgb(243,26,85); }
H1.HeaderClassName
{
color: #F31A55;
}
.AnyTagClassName
{
color: #F31A55;
}
</style>
background-color css
<style>
a { background-color: #F31A55; }
a { background-color: rgb(243,26,85); }
div.DivClassName
{
background-color: #F31A55;
}
.BgClassName
{
background-color: #F31A55;
}
</style>
border-color css
<style>
span { border-color: #F31A55; }
span { border-color: rgb(243,26,85); }
td.TdClassName
{
border-color: #F31A55;
}
.TagClassName
{
border-color: #F31A55;
}
</style>