Shades of Amaranth #F32248
Tints of Amaranth #F32248
RGB
CMYK
RGB Variations
Color information
#F32248 (or 0xF32248) is known color: Amaranth. HEX triplet: F3, 22 and 48. RGB value is (243,34,72). Sum of RGB (Red+Green+Blue) = 243+34+72=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32248 is #0CDDB7. Grayscale: #646464. Windows color (decimal): -843192 or 4727539. OLE color: 4727539.
HSL color Cylindrical-coordinate representation of color #F32248: hue angle of 349.09º 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 #F32248 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 72 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.05 |
| HSL | 349.09º | 0.9% | 0.54% | - |
| HSV(B) | 349.09º | 0.86% | 0.95% | - |
| XYZ | 38.7 | 20.67 | 8.08 | - |
| YUV | 100.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 72 | 0 | 0.86 | 0.70 | 0.05 | 349.09 | 0.9 | 0.54 |
| Hex | F3 | 22 | 48 | 0 | 56 | 46 | 5 | 15D | 5A | 36 |
| Octal | 363 | 42 | 110 | 0 | 126 | 106 | 5 | 535 | 132 | 66 |
| Binary | 11110011 | 100010 | 1001000 | 0 | 1010110 | 1000110 | 101 | 101011101 | 1011010 | 110110 |
Color Harmonies of #F32248
Complementary color
Monochromatic Colors of #F32248
Black with #F32248
Text Example
Text Example
White with #F32248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32248; }
p { color: rgb(243,34,72); }
H1.HeaderClassName
{
color: #F32248;
}
.AnyTagClassName
{
color: #F32248;
}
</style>
background-color css
<style>
a { background-color: #F32248; }
a { background-color: rgb(243,34,72); }
div.DivClassName
{
background-color: #F32248;
}
.BgClassName
{
background-color: #F32248;
}
</style>
border-color css
<style>
span { border-color: #F32248; }
span { border-color: rgb(243,34,72); }
td.TdClassName
{
border-color: #F32248;
}
.TagClassName
{
border-color: #F32248;
}
</style>