Shades of Amaranth #F32457
Tints of Amaranth #F32457
RGB
CMYK
RGB Variations
Color information
#F32457 (or 0xF32457) is known color: Amaranth. HEX triplet: F3, 24 and 57. RGB value is (243,36,87). Sum of RGB (Red+Green+Blue) = 243+36+87=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32457 is #0CDBA8. Grayscale: #676767. Windows color (decimal): -842665 or 5711091. OLE color: 5711091.
HSL color Cylindrical-coordinate representation of color #F32457: hue angle of 345.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32457 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 87 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.05 |
| HSL | 345.22º | 0.9% | 0.55% | - |
| HSV(B) | 345.22º | 0.85% | 0.95% | - |
| XYZ | 39.31 | 21 | 11 | - |
| YUV | 103.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 87 | 0 | 0.85 | 0.64 | 0.05 | 345.22 | 0.9 | 0.55 |
| Hex | F3 | 24 | 57 | 0 | 55 | 40 | 5 | 159 | 5A | 37 |
| Octal | 363 | 44 | 127 | 0 | 125 | 100 | 5 | 531 | 132 | 67 |
| Binary | 11110011 | 100100 | 1010111 | 0 | 1010101 | 1000000 | 101 | 101011001 | 1011010 | 110111 |
Color Harmonies of #F32457
Complementary color
Monochromatic Colors of #F32457
Black with #F32457
Text Example
Text Example
White with #F32457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32457; }
p { color: rgb(243,36,87); }
H1.HeaderClassName
{
color: #F32457;
}
.AnyTagClassName
{
color: #F32457;
}
</style>
background-color css
<style>
a { background-color: #F32457; }
a { background-color: rgb(243,36,87); }
div.DivClassName
{
background-color: #F32457;
}
.BgClassName
{
background-color: #F32457;
}
</style>
border-color css
<style>
span { border-color: #F32457; }
span { border-color: rgb(243,36,87); }
td.TdClassName
{
border-color: #F32457;
}
.TagClassName
{
border-color: #F32457;
}
</style>