Shades of Amaranth #F32850
Tints of Amaranth #F32850
RGB
CMYK
RGB Variations
Color information
#F32850 (or 0xF32850) is known color: Amaranth. HEX triplet: F3, 28 and 50. RGB value is (243,40,80). Sum of RGB (Red+Green+Blue) = 243+40+80=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32850 is #0CD7AF. Grayscale: #696969. Windows color (decimal): -841648 or 5253363. OLE color: 5253363.
HSL color Cylindrical-coordinate representation of color #F32850: hue angle of 348.18º 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 #F32850 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 80 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.05 |
| HSL | 348.18º | 0.89% | 0.55% | - |
| HSV(B) | 348.18º | 0.84% | 0.95% | - |
| XYZ | 39.17 | 21.15 | 9.61 | - |
| YUV | 105.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 80 | 0 | 0.84 | 0.67 | 0.05 | 348.18 | 0.89 | 0.55 |
| Hex | F3 | 28 | 50 | 0 | 54 | 43 | 5 | 15C | 59 | 37 |
| Octal | 363 | 50 | 120 | 0 | 124 | 103 | 5 | 534 | 131 | 67 |
| Binary | 11110011 | 101000 | 1010000 | 0 | 1010100 | 1000011 | 101 | 101011100 | 1011001 | 110111 |
Color Harmonies of #F32850
Complementary color
Monochromatic Colors of #F32850
Black with #F32850
Text Example
Text Example
White with #F32850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32850; }
p { color: rgb(243,40,80); }
H1.HeaderClassName
{
color: #F32850;
}
.AnyTagClassName
{
color: #F32850;
}
</style>
background-color css
<style>
a { background-color: #F32850; }
a { background-color: rgb(243,40,80); }
div.DivClassName
{
background-color: #F32850;
}
.BgClassName
{
background-color: #F32850;
}
</style>
border-color css
<style>
span { border-color: #F32850; }
span { border-color: rgb(243,40,80); }
td.TdClassName
{
border-color: #F32850;
}
.TagClassName
{
border-color: #F32850;
}
</style>