Shades of Amaranth #F32C4F
Tints of Amaranth #F32C4F
RGB
CMYK
RGB Variations
Color information
#F32C4F (or 0xF32C4F) is known color: Amaranth. HEX triplet: F3, 2C and 4F. RGB value is (243,44,79). Sum of RGB (Red+Green+Blue) = 243+44+79=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C4F is #0CD3B0. Grayscale: #6B6B6B. Windows color (decimal): -840625 or 5188851. OLE color: 5188851.
HSL color Cylindrical-coordinate representation of color #F32C4F: hue angle of 349.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C4F is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 79 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.05 |
| HSL | 349.45º | 0.89% | 0.56% | - |
| HSV(B) | 349.45º | 0.82% | 0.95% | - |
| XYZ | 39.27 | 21.42 | 9.46 | - |
| YUV | 107.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 79 | 0 | 0.82 | 0.67 | 0.05 | 349.45 | 0.89 | 0.56 |
| Hex | F3 | 2C | 4F | 0 | 52 | 43 | 5 | 15D | 59 | 38 |
| Octal | 363 | 54 | 117 | 0 | 122 | 103 | 5 | 535 | 131 | 70 |
| Binary | 11110011 | 101100 | 1001111 | 0 | 1010010 | 1000011 | 101 | 101011101 | 1011001 | 111000 |
Color Harmonies of #F32C4F
Complementary color
Monochromatic Colors of #F32C4F
Black with #F32C4F
Text Example
Text Example
White with #F32C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C4F; }
p { color: rgb(243,44,79); }
H1.HeaderClassName
{
color: #F32C4F;
}
.AnyTagClassName
{
color: #F32C4F;
}
</style>
background-color css
<style>
a { background-color: #F32C4F; }
a { background-color: rgb(243,44,79); }
div.DivClassName
{
background-color: #F32C4F;
}
.BgClassName
{
background-color: #F32C4F;
}
</style>
border-color css
<style>
span { border-color: #F32C4F; }
span { border-color: rgb(243,44,79); }
td.TdClassName
{
border-color: #F32C4F;
}
.TagClassName
{
border-color: #F32C4F;
}
</style>