Shades of Amaranth #F32644
Tints of Amaranth #F32644
RGB
CMYK
RGB Variations
Color information
#F32644 (or 0xF32644) is known color: Amaranth. HEX triplet: F3, 26 and 44. RGB value is (243,38,68). Sum of RGB (Red+Green+Blue) = 243+38+68=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32644 is #0CD9BB. Grayscale: #666666. Windows color (decimal): -842172 or 4466419. OLE color: 4466419.
HSL color Cylindrical-coordinate representation of color #F32644: hue angle of 351.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32644 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 68 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.05 |
| HSL | 351.22º | 0.9% | 0.55% | - |
| HSV(B) | 351.22º | 0.84% | 0.95% | - |
| XYZ | 38.7 | 20.86 | 7.46 | - |
| YUV | 102.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 68 | 0 | 0.84 | 0.72 | 0.05 | 351.22 | 0.9 | 0.55 |
| Hex | F3 | 26 | 44 | 0 | 54 | 48 | 5 | 15F | 5A | 37 |
| Octal | 363 | 46 | 104 | 0 | 124 | 110 | 5 | 537 | 132 | 67 |
| Binary | 11110011 | 100110 | 1000100 | 0 | 1010100 | 1001000 | 101 | 101011111 | 1011010 | 110111 |
Color Harmonies of #F32644
Complementary color
Monochromatic Colors of #F32644
Black with #F32644
Text Example
Text Example
White with #F32644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32644; }
p { color: rgb(243,38,68); }
H1.HeaderClassName
{
color: #F32644;
}
.AnyTagClassName
{
color: #F32644;
}
</style>
background-color css
<style>
a { background-color: #F32644; }
a { background-color: rgb(243,38,68); }
div.DivClassName
{
background-color: #F32644;
}
.BgClassName
{
background-color: #F32644;
}
</style>
border-color css
<style>
span { border-color: #F32644; }
span { border-color: rgb(243,38,68); }
td.TdClassName
{
border-color: #F32644;
}
.TagClassName
{
border-color: #F32644;
}
</style>