Shades of Amaranth #F32C4A
Tints of Amaranth #F32C4A
RGB
CMYK
RGB Variations
Color information
#F32C4A (or 0xF32C4A) is known color: Amaranth. HEX triplet: F3, 2C and 4A. RGB value is (243,44,74). Sum of RGB (Red+Green+Blue) = 243+44+74=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C4A is #0CD3B5. Grayscale: #6A6A6A. Windows color (decimal): -840630 or 4861171. OLE color: 4861171.
HSL color Cylindrical-coordinate representation of color #F32C4A: hue angle of 350.95º 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 #F32C4A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 74 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.05 |
| HSL | 350.95º | 0.89% | 0.56% | - |
| HSV(B) | 350.95º | 0.82% | 0.95% | - |
| XYZ | 39.1 | 21.35 | 8.54 | - |
| YUV | 106.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 74 | 0 | 0.82 | 0.70 | 0.05 | 350.95 | 0.89 | 0.56 |
| Hex | F3 | 2C | 4A | 0 | 52 | 46 | 5 | 15F | 59 | 38 |
| Octal | 363 | 54 | 112 | 0 | 122 | 106 | 5 | 537 | 131 | 70 |
| Binary | 11110011 | 101100 | 1001010 | 0 | 1010010 | 1000110 | 101 | 101011111 | 1011001 | 111000 |
Color Harmonies of #F32C4A
Complementary color
Monochromatic Colors of #F32C4A
Black with #F32C4A
Text Example
Text Example
White with #F32C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C4A; }
p { color: rgb(243,44,74); }
H1.HeaderClassName
{
color: #F32C4A;
}
.AnyTagClassName
{
color: #F32C4A;
}
</style>
background-color css
<style>
a { background-color: #F32C4A; }
a { background-color: rgb(243,44,74); }
div.DivClassName
{
background-color: #F32C4A;
}
.BgClassName
{
background-color: #F32C4A;
}
</style>
border-color css
<style>
span { border-color: #F32C4A; }
span { border-color: rgb(243,44,74); }
td.TdClassName
{
border-color: #F32C4A;
}
.TagClassName
{
border-color: #F32C4A;
}
</style>