Shades of Amaranth #F32954
Tints of Amaranth #F32954
RGB
CMYK
RGB Variations
Color information
#F32954 (or 0xF32954) is known color: Amaranth. HEX triplet: F3, 29 and 54. RGB value is (243,41,84). Sum of RGB (Red+Green+Blue) = 243+41+84=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32954 is #0CD6AB. Grayscale: #6A6A6A. Windows color (decimal): -841388 or 5515763. OLE color: 5515763.
HSL color Cylindrical-coordinate representation of color #F32954: hue angle of 347.23º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32954 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 84 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.05 |
| HSL | 347.23º | 0.89% | 0.56% | - |
| HSV(B) | 347.23º | 0.83% | 0.95% | - |
| XYZ | 39.36 | 21.28 | 10.42 | - |
| YUV | 106.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 84 | 0 | 0.83 | 0.65 | 0.05 | 347.23 | 0.89 | 0.56 |
| Hex | F3 | 29 | 54 | 0 | 53 | 41 | 5 | 15B | 59 | 38 |
| Octal | 363 | 51 | 124 | 0 | 123 | 101 | 5 | 533 | 131 | 70 |
| Binary | 11110011 | 101001 | 1010100 | 0 | 1010011 | 1000001 | 101 | 101011011 | 1011001 | 111000 |
Color Harmonies of #F32954
Complementary color
Monochromatic Colors of #F32954
Black with #F32954
Text Example
Text Example
White with #F32954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32954; }
p { color: rgb(243,41,84); }
H1.HeaderClassName
{
color: #F32954;
}
.AnyTagClassName
{
color: #F32954;
}
</style>
background-color css
<style>
a { background-color: #F32954; }
a { background-color: rgb(243,41,84); }
div.DivClassName
{
background-color: #F32954;
}
.BgClassName
{
background-color: #F32954;
}
</style>
border-color css
<style>
span { border-color: #F32954; }
span { border-color: rgb(243,41,84); }
td.TdClassName
{
border-color: #F32954;
}
.TagClassName
{
border-color: #F32954;
}
</style>