Shades of Amaranth #F32952
Tints of Amaranth #F32952
RGB
CMYK
RGB Variations
Color information
#F32952 (or 0xF32952) is known color: Amaranth. HEX triplet: F3, 29 and 52. RGB value is (243,41,82). Sum of RGB (Red+Green+Blue) = 243+41+82=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32952 is #0CD6AD. Grayscale: #6A6A6A. Windows color (decimal): -841390 or 5384691. OLE color: 5384691.
HSL color Cylindrical-coordinate representation of color #F32952: hue angle of 347.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32952 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 82 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.05 |
| HSL | 347.82º | 0.89% | 0.56% | - |
| HSV(B) | 347.82º | 0.83% | 0.95% | - |
| XYZ | 39.28 | 21.25 | 10.01 | - |
| YUV | 106.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 82 | 0 | 0.83 | 0.66 | 0.05 | 347.82 | 0.89 | 0.56 |
| Hex | F3 | 29 | 52 | 0 | 53 | 42 | 5 | 15C | 59 | 38 |
| Octal | 363 | 51 | 122 | 0 | 123 | 102 | 5 | 534 | 131 | 70 |
| Binary | 11110011 | 101001 | 1010010 | 0 | 1010011 | 1000010 | 101 | 101011100 | 1011001 | 111000 |
Color Harmonies of #F32952
Complementary color
Monochromatic Colors of #F32952
Black with #F32952
Text Example
Text Example
White with #F32952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32952; }
p { color: rgb(243,41,82); }
H1.HeaderClassName
{
color: #F32952;
}
.AnyTagClassName
{
color: #F32952;
}
</style>
background-color css
<style>
a { background-color: #F32952; }
a { background-color: rgb(243,41,82); }
div.DivClassName
{
background-color: #F32952;
}
.BgClassName
{
background-color: #F32952;
}
</style>
border-color css
<style>
span { border-color: #F32952; }
span { border-color: rgb(243,41,82); }
td.TdClassName
{
border-color: #F32952;
}
.TagClassName
{
border-color: #F32952;
}
</style>