Shades of Amaranth #F31951
Tints of Amaranth #F31951
RGB
CMYK
RGB Variations
Color information
#F31951 (or 0xF31951) is known color: Amaranth. HEX triplet: F3, 19 and 51. RGB value is (243,25,81). Sum of RGB (Red+Green+Blue) = 243+25+81=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F31951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31951 is #0CE6AE. Grayscale: #606060. Windows color (decimal): -845487 or 5315059. OLE color: 5315059.
HSL color Cylindrical-coordinate representation of color #F31951: hue angle of 344.59º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31951 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 81 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.05 |
| HSL | 344.59º | 0.9% | 0.53% | - |
| HSV(B) | 344.59º | 0.9% | 0.95% | - |
| XYZ | 38.79 | 20.34 | 9.67 | - |
| YUV | 96.57 | 119.22 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 81 | 0 | 0.90 | 0.67 | 0.05 | 344.59 | 0.9 | 0.53 |
| Hex | F3 | 19 | 51 | 0 | 5A | 43 | 5 | 159 | 5A | 35 |
| Octal | 363 | 31 | 121 | 0 | 132 | 103 | 5 | 531 | 132 | 65 |
| Binary | 11110011 | 11001 | 1010001 | 0 | 1011010 | 1000011 | 101 | 101011001 | 1011010 | 110101 |
Color Harmonies of #F31951
Complementary color
Monochromatic Colors of #F31951
Black with #F31951
Text Example
Text Example
White with #F31951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31951; }
p { color: rgb(243,25,81); }
H1.HeaderClassName
{
color: #F31951;
}
.AnyTagClassName
{
color: #F31951;
}
</style>
background-color css
<style>
a { background-color: #F31951; }
a { background-color: rgb(243,25,81); }
div.DivClassName
{
background-color: #F31951;
}
.BgClassName
{
background-color: #F31951;
}
</style>
border-color css
<style>
span { border-color: #F31951; }
span { border-color: rgb(243,25,81); }
td.TdClassName
{
border-color: #F31951;
}
.TagClassName
{
border-color: #F31951;
}
</style>