Shades of Amaranth #F31C52
Tints of Amaranth #F31C52
RGB
CMYK
RGB Variations
Color information
#F31C52 (or 0xF31C52) is known color: Amaranth. HEX triplet: F3, 1C and 52. RGB value is (243,28,82). Sum of RGB (Red+Green+Blue) = 243+28+82=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C52 is #0CE3AD. Grayscale: #626262. Windows color (decimal): -844718 or 5381363. OLE color: 5381363.
HSL color Cylindrical-coordinate representation of color #F31C52: hue angle of 344.93º 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 #F31C52 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 82 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.05 |
| HSL | 344.93º | 0.9% | 0.53% | - |
| HSV(B) | 344.93º | 0.88% | 0.95% | - |
| XYZ | 38.9 | 20.49 | 9.89 | - |
| YUV | 98.44 | 118.73 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 82 | 0 | 0.88 | 0.66 | 0.05 | 344.93 | 0.9 | 0.53 |
| Hex | F3 | 1C | 52 | 0 | 58 | 42 | 5 | 159 | 5A | 35 |
| Octal | 363 | 34 | 122 | 0 | 130 | 102 | 5 | 531 | 132 | 65 |
| Binary | 11110011 | 11100 | 1010010 | 0 | 1011000 | 1000010 | 101 | 101011001 | 1011010 | 110101 |
Color Harmonies of #F31C52
Complementary color
Monochromatic Colors of #F31C52
Black with #F31C52
Text Example
Text Example
White with #F31C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C52; }
p { color: rgb(243,28,82); }
H1.HeaderClassName
{
color: #F31C52;
}
.AnyTagClassName
{
color: #F31C52;
}
</style>
background-color css
<style>
a { background-color: #F31C52; }
a { background-color: rgb(243,28,82); }
div.DivClassName
{
background-color: #F31C52;
}
.BgClassName
{
background-color: #F31C52;
}
</style>
border-color css
<style>
span { border-color: #F31C52; }
span { border-color: rgb(243,28,82); }
td.TdClassName
{
border-color: #F31C52;
}
.TagClassName
{
border-color: #F31C52;
}
</style>