Shades of Amaranth #F31D52
Tints of Amaranth #F31D52
RGB
CMYK
RGB Variations
Color information
#F31D52 (or 0xF31D52) is known color: Amaranth. HEX triplet: F3, 1D and 52. RGB value is (243,29,82). Sum of RGB (Red+Green+Blue) = 243+29+82=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D52 is #0CE2AD. Grayscale: #636363. Windows color (decimal): -844462 or 5381619. OLE color: 5381619.
HSL color Cylindrical-coordinate representation of color #F31D52: hue angle of 345.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D52 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 82 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.05 |
| HSL | 345.14º | 0.9% | 0.53% | - |
| HSV(B) | 345.14º | 0.88% | 0.95% | - |
| XYZ | 38.92 | 20.54 | 9.9 | - |
| YUV | 99.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 82 | 0 | 0.88 | 0.66 | 0.05 | 345.14 | 0.9 | 0.53 |
| Hex | F3 | 1D | 52 | 0 | 58 | 42 | 5 | 159 | 5A | 35 |
| Octal | 363 | 35 | 122 | 0 | 130 | 102 | 5 | 531 | 132 | 65 |
| Binary | 11110011 | 11101 | 1010010 | 0 | 1011000 | 1000010 | 101 | 101011001 | 1011010 | 110101 |
Color Harmonies of #F31D52
Complementary color
Monochromatic Colors of #F31D52
Black with #F31D52
Text Example
Text Example
White with #F31D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D52; }
p { color: rgb(243,29,82); }
H1.HeaderClassName
{
color: #F31D52;
}
.AnyTagClassName
{
color: #F31D52;
}
</style>
background-color css
<style>
a { background-color: #F31D52; }
a { background-color: rgb(243,29,82); }
div.DivClassName
{
background-color: #F31D52;
}
.BgClassName
{
background-color: #F31D52;
}
</style>
border-color css
<style>
span { border-color: #F31D52; }
span { border-color: rgb(243,29,82); }
td.TdClassName
{
border-color: #F31D52;
}
.TagClassName
{
border-color: #F31D52;
}
</style>