Shades of Amaranth #F31950
Tints of Amaranth #F31950
RGB
CMYK
RGB Variations
Color information
#F31950 (or 0xF31950) is known color: Amaranth. HEX triplet: F3, 19 and 50. RGB value is (243,25,80). Sum of RGB (Red+Green+Blue) = 243+25+80=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F31950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31950 is #0CE6AF. Grayscale: #606060. Windows color (decimal): -845488 or 5249523. OLE color: 5249523.
HSL color Cylindrical-coordinate representation of color #F31950: hue angle of 344.86º 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 #F31950 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 80 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.05 |
| HSL | 344.86º | 0.9% | 0.53% | - |
| HSV(B) | 344.86º | 0.9% | 0.95% | - |
| XYZ | 38.76 | 20.33 | 9.47 | - |
| YUV | 96.45 | 118.72 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 80 | 0 | 0.90 | 0.67 | 0.05 | 344.86 | 0.9 | 0.53 |
| Hex | F3 | 19 | 50 | 0 | 5A | 43 | 5 | 159 | 5A | 35 |
| Octal | 363 | 31 | 120 | 0 | 132 | 103 | 5 | 531 | 132 | 65 |
| Binary | 11110011 | 11001 | 1010000 | 0 | 1011010 | 1000011 | 101 | 101011001 | 1011010 | 110101 |
Color Harmonies of #F31950
Complementary color
Monochromatic Colors of #F31950
Black with #F31950
Text Example
Text Example
White with #F31950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31950; }
p { color: rgb(243,25,80); }
H1.HeaderClassName
{
color: #F31950;
}
.AnyTagClassName
{
color: #F31950;
}
</style>
background-color css
<style>
a { background-color: #F31950; }
a { background-color: rgb(243,25,80); }
div.DivClassName
{
background-color: #F31950;
}
.BgClassName
{
background-color: #F31950;
}
</style>
border-color css
<style>
span { border-color: #F31950; }
span { border-color: rgb(243,25,80); }
td.TdClassName
{
border-color: #F31950;
}
.TagClassName
{
border-color: #F31950;
}
</style>