Shades of Amaranth #F31C4A
Tints of Amaranth #F31C4A
RGB
CMYK
RGB Variations
Color information
#F31C4A (or 0xF31C4A) is known color: Amaranth. HEX triplet: F3, 1C and 4A. RGB value is (243,28,74). Sum of RGB (Red+Green+Blue) = 243+28+74=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C4A is #0CE3B5. Grayscale: #616161. Windows color (decimal): -844726 or 4857075. OLE color: 4857075.
HSL color Cylindrical-coordinate representation of color #F31C4A: hue angle of 347.16º 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 #F31C4A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 74 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.05 |
| HSL | 347.16º | 0.9% | 0.53% | - |
| HSV(B) | 347.16º | 0.88% | 0.95% | - |
| XYZ | 38.61 | 20.38 | 8.38 | - |
| YUV | 97.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 74 | 0 | 0.88 | 0.70 | 0.05 | 347.16 | 0.9 | 0.53 |
| Hex | F3 | 1C | 4A | 0 | 58 | 46 | 5 | 15B | 5A | 35 |
| Octal | 363 | 34 | 112 | 0 | 130 | 106 | 5 | 533 | 132 | 65 |
| Binary | 11110011 | 11100 | 1001010 | 0 | 1011000 | 1000110 | 101 | 101011011 | 1011010 | 110101 |
Color Harmonies of #F31C4A
Complementary color
Monochromatic Colors of #F31C4A
Black with #F31C4A
Text Example
Text Example
White with #F31C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C4A; }
p { color: rgb(243,28,74); }
H1.HeaderClassName
{
color: #F31C4A;
}
.AnyTagClassName
{
color: #F31C4A;
}
</style>
background-color css
<style>
a { background-color: #F31C4A; }
a { background-color: rgb(243,28,74); }
div.DivClassName
{
background-color: #F31C4A;
}
.BgClassName
{
background-color: #F31C4A;
}
</style>
border-color css
<style>
span { border-color: #F31C4A; }
span { border-color: rgb(243,28,74); }
td.TdClassName
{
border-color: #F31C4A;
}
.TagClassName
{
border-color: #F31C4A;
}
</style>