Shades of Amaranth #F32451
Tints of Amaranth #F32451
RGB
CMYK
RGB Variations
Color information
#F32451 (or 0xF32451) is known color: Amaranth. HEX triplet: F3, 24 and 51. RGB value is (243,36,81). Sum of RGB (Red+Green+Blue) = 243+36+81=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F32451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32451 is #0CDBAE. Grayscale: #676767. Windows color (decimal): -842671 or 5317875. OLE color: 5317875.
HSL color Cylindrical-coordinate representation of color #F32451: hue angle of 346.96º 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 #F32451 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 81 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.05 |
| HSL | 346.96º | 0.9% | 0.55% | - |
| HSV(B) | 346.96º | 0.85% | 0.95% | - |
| XYZ | 39.08 | 20.91 | 9.76 | - |
| YUV | 103.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 81 | 0 | 0.85 | 0.67 | 0.05 | 346.96 | 0.9 | 0.55 |
| Hex | F3 | 24 | 51 | 0 | 55 | 43 | 5 | 15B | 5A | 37 |
| Octal | 363 | 44 | 121 | 0 | 125 | 103 | 5 | 533 | 132 | 67 |
| Binary | 11110011 | 100100 | 1010001 | 0 | 1010101 | 1000011 | 101 | 101011011 | 1011010 | 110111 |
Color Harmonies of #F32451
Complementary color
Monochromatic Colors of #F32451
Black with #F32451
Text Example
Text Example
White with #F32451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32451; }
p { color: rgb(243,36,81); }
H1.HeaderClassName
{
color: #F32451;
}
.AnyTagClassName
{
color: #F32451;
}
</style>
background-color css
<style>
a { background-color: #F32451; }
a { background-color: rgb(243,36,81); }
div.DivClassName
{
background-color: #F32451;
}
.BgClassName
{
background-color: #F32451;
}
</style>
border-color css
<style>
span { border-color: #F32451; }
span { border-color: rgb(243,36,81); }
td.TdClassName
{
border-color: #F32451;
}
.TagClassName
{
border-color: #F32451;
}
</style>