Shades of Amaranth #F32247
Tints of Amaranth #F32247
RGB
CMYK
RGB Variations
Color information
#F32247 (or 0xF32247) is known color: Amaranth. HEX triplet: F3, 22 and 47. RGB value is (243,34,71). Sum of RGB (Red+Green+Blue) = 243+34+71=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32247 is #0CDDB8. Grayscale: #646464. Windows color (decimal): -843193 or 4662003. OLE color: 4662003.
HSL color Cylindrical-coordinate representation of color #F32247: hue angle of 349.38º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32247 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 71 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.05 |
| HSL | 349.38º | 0.9% | 0.54% | - |
| HSV(B) | 349.38º | 0.86% | 0.95% | - |
| XYZ | 38.67 | 20.65 | 7.91 | - |
| YUV | 100.71 | 111.24 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 71 | 0 | 0.86 | 0.71 | 0.05 | 349.38 | 0.9 | 0.54 |
| Hex | F3 | 22 | 47 | 0 | 56 | 47 | 5 | 15D | 5A | 36 |
| Octal | 363 | 42 | 107 | 0 | 126 | 107 | 5 | 535 | 132 | 66 |
| Binary | 11110011 | 100010 | 1000111 | 0 | 1010110 | 1000111 | 101 | 101011101 | 1011010 | 110110 |
Color Harmonies of #F32247
Complementary color
Monochromatic Colors of #F32247
Black with #F32247
Text Example
Text Example
White with #F32247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32247; }
p { color: rgb(243,34,71); }
H1.HeaderClassName
{
color: #F32247;
}
.AnyTagClassName
{
color: #F32247;
}
</style>
background-color css
<style>
a { background-color: #F32247; }
a { background-color: rgb(243,34,71); }
div.DivClassName
{
background-color: #F32247;
}
.BgClassName
{
background-color: #F32247;
}
</style>
border-color css
<style>
span { border-color: #F32247; }
span { border-color: rgb(243,34,71); }
td.TdClassName
{
border-color: #F32247;
}
.TagClassName
{
border-color: #F32247;
}
</style>