Shades of Amaranth #F32657
Tints of Amaranth #F32657
RGB
CMYK
RGB Variations
Color information
#F32657 (or 0xF32657) is known color: Amaranth. HEX triplet: F3, 26 and 57. RGB value is (243,38,87). Sum of RGB (Red+Green+Blue) = 243+38+87=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32657 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32657 is #0CD9A8. Grayscale: #686868. Windows color (decimal): -842153 or 5711603. OLE color: 5711603.
HSL color Cylindrical-coordinate representation of color #F32657: hue angle of 345.66º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32657 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 87 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.05 |
| HSL | 345.66º | 0.9% | 0.55% | - |
| HSV(B) | 345.66º | 0.84% | 0.95% | - |
| XYZ | 39.38 | 21.13 | 11.02 | - |
| YUV | 104.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 87 | 0 | 0.84 | 0.64 | 0.05 | 345.66 | 0.9 | 0.55 |
| Hex | F3 | 26 | 57 | 0 | 54 | 40 | 5 | 15A | 5A | 37 |
| Octal | 363 | 46 | 127 | 0 | 124 | 100 | 5 | 532 | 132 | 67 |
| Binary | 11110011 | 100110 | 1010111 | 0 | 1010100 | 1000000 | 101 | 101011010 | 1011010 | 110111 |
Color Harmonies of #F32657
Complementary color
Monochromatic Colors of #F32657
Black with #F32657
Text Example
Text Example
White with #F32657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32657; }
p { color: rgb(243,38,87); }
H1.HeaderClassName
{
color: #F32657;
}
.AnyTagClassName
{
color: #F32657;
}
</style>
background-color css
<style>
a { background-color: #F32657; }
a { background-color: rgb(243,38,87); }
div.DivClassName
{
background-color: #F32657;
}
.BgClassName
{
background-color: #F32657;
}
</style>
border-color css
<style>
span { border-color: #F32657; }
span { border-color: rgb(243,38,87); }
td.TdClassName
{
border-color: #F32657;
}
.TagClassName
{
border-color: #F32657;
}
</style>