Shades of Amaranth #F32050
Tints of Amaranth #F32050
RGB
CMYK
RGB Variations
Color information
#F32050 (or 0xF32050) is known color: Amaranth. HEX triplet: F3, 20 and 50. RGB value is (243,32,80). Sum of RGB (Red+Green+Blue) = 243+32+80=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F32050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32050 is #0CDFAF. Grayscale: #646464. Windows color (decimal): -843696 or 5251315. OLE color: 5251315.
HSL color Cylindrical-coordinate representation of color #F32050: hue angle of 346.35º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32050 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 80 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.05 |
| HSL | 346.35º | 0.9% | 0.54% | - |
| HSV(B) | 346.35º | 0.87% | 0.95% | - |
| XYZ | 38.93 | 20.67 | 9.53 | - |
| YUV | 100.56 | 116.4 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 80 | 0 | 0.87 | 0.67 | 0.05 | 346.35 | 0.9 | 0.54 |
| Hex | F3 | 20 | 50 | 0 | 57 | 43 | 5 | 15A | 5A | 36 |
| Octal | 363 | 40 | 120 | 0 | 127 | 103 | 5 | 532 | 132 | 66 |
| Binary | 11110011 | 100000 | 1010000 | 0 | 1010111 | 1000011 | 101 | 101011010 | 1011010 | 110110 |
Color Harmonies of #F32050
Complementary color
Monochromatic Colors of #F32050
Black with #F32050
Text Example
Text Example
White with #F32050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32050; }
p { color: rgb(243,32,80); }
H1.HeaderClassName
{
color: #F32050;
}
.AnyTagClassName
{
color: #F32050;
}
</style>
background-color css
<style>
a { background-color: #F32050; }
a { background-color: rgb(243,32,80); }
div.DivClassName
{
background-color: #F32050;
}
.BgClassName
{
background-color: #F32050;
}
</style>
border-color css
<style>
span { border-color: #F32050; }
span { border-color: rgb(243,32,80); }
td.TdClassName
{
border-color: #F32050;
}
.TagClassName
{
border-color: #F32050;
}
</style>