Shades of Amaranth #F31F54
Tints of Amaranth #F31F54
RGB
CMYK
RGB Variations
Color information
#F31F54 (or 0xF31F54) is known color: Amaranth. HEX triplet: F3, 1F and 54. RGB value is (243,31,84). Sum of RGB (Red+Green+Blue) = 243+31+84=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F54 is #0CE0AB. Grayscale: #646464. Windows color (decimal): -843948 or 5513203. OLE color: 5513203.
HSL color Cylindrical-coordinate representation of color #F31F54: hue angle of 345º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F54 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 84 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.05 |
| HSL | 345º | 0.9% | 0.54% | - |
| HSV(B) | 345º | 0.87% | 0.95% | - |
| XYZ | 39.05 | 20.67 | 10.32 | - |
| YUV | 100.43 | 118.74 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 84 | 0 | 0.87 | 0.65 | 0.05 | 345 | 0.9 | 0.54 |
| Hex | F3 | 1F | 54 | 0 | 57 | 41 | 5 | 159 | 5A | 36 |
| Octal | 363 | 37 | 124 | 0 | 127 | 101 | 5 | 531 | 132 | 66 |
| Binary | 11110011 | 11111 | 1010100 | 0 | 1010111 | 1000001 | 101 | 101011001 | 1011010 | 110110 |
Color Harmonies of #F31F54
Complementary color
Monochromatic Colors of #F31F54
Black with #F31F54
Text Example
Text Example
White with #F31F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F54; }
p { color: rgb(243,31,84); }
H1.HeaderClassName
{
color: #F31F54;
}
.AnyTagClassName
{
color: #F31F54;
}
</style>
background-color css
<style>
a { background-color: #F31F54; }
a { background-color: rgb(243,31,84); }
div.DivClassName
{
background-color: #F31F54;
}
.BgClassName
{
background-color: #F31F54;
}
</style>
border-color css
<style>
span { border-color: #F31F54; }
span { border-color: rgb(243,31,84); }
td.TdClassName
{
border-color: #F31F54;
}
.TagClassName
{
border-color: #F31F54;
}
</style>