Shades of Amaranth #F32853
Tints of Amaranth #F32853
RGB
CMYK
RGB Variations
Color information
#F32853 (or 0xF32853) is known color: Amaranth. HEX triplet: F3, 28 and 53. RGB value is (243,40,83). Sum of RGB (Red+Green+Blue) = 243+40+83=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32853 is #0CD7AC. Grayscale: #696969. Windows color (decimal): -841645 or 5449971. OLE color: 5449971.
HSL color Cylindrical-coordinate representation of color #F32853: hue angle of 347.29º 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 #F32853 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 83 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.05 |
| HSL | 347.29º | 0.89% | 0.55% | - |
| HSV(B) | 347.29º | 0.84% | 0.95% | - |
| XYZ | 39.28 | 21.2 | 10.2 | - |
| YUV | 105.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 83 | 0 | 0.84 | 0.66 | 0.05 | 347.29 | 0.89 | 0.55 |
| Hex | F3 | 28 | 53 | 0 | 54 | 42 | 5 | 15B | 59 | 37 |
| Octal | 363 | 50 | 123 | 0 | 124 | 102 | 5 | 533 | 131 | 67 |
| Binary | 11110011 | 101000 | 1010011 | 0 | 1010100 | 1000010 | 101 | 101011011 | 1011001 | 110111 |
Color Harmonies of #F32853
Complementary color
Monochromatic Colors of #F32853
Black with #F32853
Text Example
Text Example
White with #F32853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32853; }
p { color: rgb(243,40,83); }
H1.HeaderClassName
{
color: #F32853;
}
.AnyTagClassName
{
color: #F32853;
}
</style>
background-color css
<style>
a { background-color: #F32853; }
a { background-color: rgb(243,40,83); }
div.DivClassName
{
background-color: #F32853;
}
.BgClassName
{
background-color: #F32853;
}
</style>
border-color css
<style>
span { border-color: #F32853; }
span { border-color: rgb(243,40,83); }
td.TdClassName
{
border-color: #F32853;
}
.TagClassName
{
border-color: #F32853;
}
</style>