Shades of Amaranth #F32F52
Tints of Amaranth #F32F52
RGB
CMYK
RGB Variations
Color information
#F32F52 (or 0xF32F52) is known color: Amaranth. HEX triplet: F3, 2F and 52. RGB value is (243,47,82). Sum of RGB (Red+Green+Blue) = 243+47+82=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F52 is #0CD0AD. Grayscale: #6D6D6D. Windows color (decimal): -839854 or 5386227. OLE color: 5386227.
HSL color Cylindrical-coordinate representation of color #F32F52: hue angle of 349.29º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F52 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 82 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.05 |
| HSL | 349.29º | 0.89% | 0.57% | - |
| HSV(B) | 349.29º | 0.81% | 0.95% | - |
| XYZ | 39.5 | 21.7 | 10.09 | - |
| YUV | 109.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 82 | 0 | 0.81 | 0.66 | 0.05 | 349.29 | 0.89 | 0.57 |
| Hex | F3 | 2F | 52 | 0 | 51 | 42 | 5 | 15D | 59 | 39 |
| Octal | 363 | 57 | 122 | 0 | 121 | 102 | 5 | 535 | 131 | 71 |
| Binary | 11110011 | 101111 | 1010010 | 0 | 1010001 | 1000010 | 101 | 101011101 | 1011001 | 111001 |
Color Harmonies of #F32F52
Complementary color
Monochromatic Colors of #F32F52
Black with #F32F52
Text Example
Text Example
White with #F32F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F52; }
p { color: rgb(243,47,82); }
H1.HeaderClassName
{
color: #F32F52;
}
.AnyTagClassName
{
color: #F32F52;
}
</style>
background-color css
<style>
a { background-color: #F32F52; }
a { background-color: rgb(243,47,82); }
div.DivClassName
{
background-color: #F32F52;
}
.BgClassName
{
background-color: #F32F52;
}
</style>
border-color css
<style>
span { border-color: #F32F52; }
span { border-color: rgb(243,47,82); }
td.TdClassName
{
border-color: #F32F52;
}
.TagClassName
{
border-color: #F32F52;
}
</style>