Shades of Amaranth #F32957
Tints of Amaranth #F32957
RGB
CMYK
RGB Variations
Color information
#F32957 (or 0xF32957) is known color: Amaranth. HEX triplet: F3, 29 and 57. RGB value is (243,41,87). Sum of RGB (Red+Green+Blue) = 243+41+87=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F32957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32957 is #0CD6A8. Grayscale: #6A6A6A. Windows color (decimal): -841385 or 5712371. OLE color: 5712371.
HSL color Cylindrical-coordinate representation of color #F32957: hue angle of 346.34º 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 #F32957 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 87 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.05 |
| HSL | 346.34º | 0.89% | 0.56% | - |
| HSV(B) | 346.34º | 0.83% | 0.95% | - |
| XYZ | 39.48 | 21.33 | 11.05 | - |
| YUV | 106.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 87 | 0 | 0.83 | 0.64 | 0.05 | 346.34 | 0.89 | 0.56 |
| Hex | F3 | 29 | 57 | 0 | 53 | 40 | 5 | 15A | 59 | 38 |
| Octal | 363 | 51 | 127 | 0 | 123 | 100 | 5 | 532 | 131 | 70 |
| Binary | 11110011 | 101001 | 1010111 | 0 | 1010011 | 1000000 | 101 | 101011010 | 1011001 | 111000 |
Color Harmonies of #F32957
Complementary color
Monochromatic Colors of #F32957
Black with #F32957
Text Example
Text Example
White with #F32957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32957; }
p { color: rgb(243,41,87); }
H1.HeaderClassName
{
color: #F32957;
}
.AnyTagClassName
{
color: #F32957;
}
</style>
background-color css
<style>
a { background-color: #F32957; }
a { background-color: rgb(243,41,87); }
div.DivClassName
{
background-color: #F32957;
}
.BgClassName
{
background-color: #F32957;
}
</style>
border-color css
<style>
span { border-color: #F32957; }
span { border-color: rgb(243,41,87); }
td.TdClassName
{
border-color: #F32957;
}
.TagClassName
{
border-color: #F32957;
}
</style>