Shades of Amaranth #F32F47
Tints of Amaranth #F32F47
RGB
CMYK
RGB Variations
Color information
#F32F47 (or 0xF32F47) is known color: Amaranth. HEX triplet: F3, 2F and 47. RGB value is (243,47,71). Sum of RGB (Red+Green+Blue) = 243+47+71=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F47 is #0CD0B8. Grayscale: #6C6C6C. Windows color (decimal): -839865 or 4665331. OLE color: 4665331.
HSL color Cylindrical-coordinate representation of color #F32F47: hue angle of 352.65º 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 #F32F47 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 71 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.05 |
| HSL | 352.65º | 0.89% | 0.57% | - |
| HSV(B) | 352.65º | 0.81% | 0.95% | - |
| XYZ | 39.12 | 21.54 | 8.06 | - |
| YUV | 108.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 71 | 0 | 0.81 | 0.71 | 0.05 | 352.65 | 0.89 | 0.57 |
| Hex | F3 | 2F | 47 | 0 | 51 | 47 | 5 | 161 | 59 | 39 |
| Octal | 363 | 57 | 107 | 0 | 121 | 107 | 5 | 541 | 131 | 71 |
| Binary | 11110011 | 101111 | 1000111 | 0 | 1010001 | 1000111 | 101 | 101100001 | 1011001 | 111001 |
Color Harmonies of #F32F47
Complementary color
Monochromatic Colors of #F32F47
Black with #F32F47
Text Example
Text Example
White with #F32F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F47; }
p { color: rgb(243,47,71); }
H1.HeaderClassName
{
color: #F32F47;
}
.AnyTagClassName
{
color: #F32F47;
}
</style>
background-color css
<style>
a { background-color: #F32F47; }
a { background-color: rgb(243,47,71); }
div.DivClassName
{
background-color: #F32F47;
}
.BgClassName
{
background-color: #F32F47;
}
</style>
border-color css
<style>
span { border-color: #F32F47; }
span { border-color: rgb(243,47,71); }
td.TdClassName
{
border-color: #F32F47;
}
.TagClassName
{
border-color: #F32F47;
}
</style>