Shades of Amaranth #F32751
Tints of Amaranth #F32751
RGB
CMYK
RGB Variations
Color information
#F32751 (or 0xF32751) is known color: Amaranth. HEX triplet: F3, 27 and 51. RGB value is (243,39,81). Sum of RGB (Red+Green+Blue) = 243+39+81=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32751 is #0CD8AE. Grayscale: #686868. Windows color (decimal): -841903 or 5318643. OLE color: 5318643.
HSL color Cylindrical-coordinate representation of color #F32751: hue angle of 347.65º degrees, saturation: 0.89, 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 #F32751 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 81 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.05 |
| HSL | 347.65º | 0.89% | 0.55% | - |
| HSV(B) | 347.65º | 0.84% | 0.95% | - |
| XYZ | 39.17 | 21.1 | 9.79 | - |
| YUV | 104.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 81 | 0 | 0.84 | 0.67 | 0.05 | 347.65 | 0.89 | 0.55 |
| Hex | F3 | 27 | 51 | 0 | 54 | 43 | 5 | 15C | 59 | 37 |
| Octal | 363 | 47 | 121 | 0 | 124 | 103 | 5 | 534 | 131 | 67 |
| Binary | 11110011 | 100111 | 1010001 | 0 | 1010100 | 1000011 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F32751
Complementary color
Monochromatic Colors of #F32751
Black with #F32751
Text Example
Text Example
White with #F32751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32751; }
p { color: rgb(243,39,81); }
H1.HeaderClassName
{
color: #F32751;
}
.AnyTagClassName
{
color: #F32751;
}
</style>
background-color css
<style>
a { background-color: #F32751; }
a { background-color: rgb(243,39,81); }
div.DivClassName
{
background-color: #F32751;
}
.BgClassName
{
background-color: #F32751;
}
</style>
border-color css
<style>
span { border-color: #F32751; }
span { border-color: rgb(243,39,81); }
td.TdClassName
{
border-color: #F32751;
}
.TagClassName
{
border-color: #F32751;
}
</style>