Shades of Amaranth #F32C51
Tints of Amaranth #F32C51
RGB
CMYK
RGB Variations
Color information
#F32C51 (or 0xF32C51) is known color: Amaranth. HEX triplet: F3, 2C and 51. RGB value is (243,44,81). Sum of RGB (Red+Green+Blue) = 243+44+81=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C51 is #0CD3AE. Grayscale: #6B6B6B. Windows color (decimal): -840623 or 5319923. OLE color: 5319923.
HSL color Cylindrical-coordinate representation of color #F32C51: hue angle of 348.84º 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 #F32C51 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 81 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.05 |
| HSL | 348.84º | 0.89% | 0.56% | - |
| HSV(B) | 348.84º | 0.82% | 0.95% | - |
| XYZ | 39.35 | 21.45 | 9.85 | - |
| YUV | 107.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 81 | 0 | 0.82 | 0.67 | 0.05 | 348.84 | 0.89 | 0.56 |
| Hex | F3 | 2C | 51 | 0 | 52 | 43 | 5 | 15D | 59 | 38 |
| Octal | 363 | 54 | 121 | 0 | 122 | 103 | 5 | 535 | 131 | 70 |
| Binary | 11110011 | 101100 | 1010001 | 0 | 1010010 | 1000011 | 101 | 101011101 | 1011001 | 111000 |
Color Harmonies of #F32C51
Complementary color
Monochromatic Colors of #F32C51
Black with #F32C51
Text Example
Text Example
White with #F32C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C51; }
p { color: rgb(243,44,81); }
H1.HeaderClassName
{
color: #F32C51;
}
.AnyTagClassName
{
color: #F32C51;
}
</style>
background-color css
<style>
a { background-color: #F32C51; }
a { background-color: rgb(243,44,81); }
div.DivClassName
{
background-color: #F32C51;
}
.BgClassName
{
background-color: #F32C51;
}
</style>
border-color css
<style>
span { border-color: #F32C51; }
span { border-color: rgb(243,44,81); }
td.TdClassName
{
border-color: #F32C51;
}
.TagClassName
{
border-color: #F32C51;
}
</style>