Shades of Amaranth #F32C44
Tints of Amaranth #F32C44
RGB
CMYK
RGB Variations
Color information
#F32C44 (or 0xF32C44) is known color: Amaranth. HEX triplet: F3, 2C and 44. RGB value is (243,44,68). Sum of RGB (Red+Green+Blue) = 243+44+68=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C44 is #0CD3BB. Grayscale: #6A6A6A. Windows color (decimal): -840636 or 4467955. OLE color: 4467955.
HSL color Cylindrical-coordinate representation of color #F32C44: hue angle of 352.76º 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 #F32C44 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 68 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.05 |
| HSL | 352.76º | 0.89% | 0.56% | - |
| HSV(B) | 352.76º | 0.82% | 0.95% | - |
| XYZ | 38.91 | 21.27 | 7.52 | - |
| YUV | 106.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 68 | 0 | 0.82 | 0.72 | 0.05 | 352.76 | 0.89 | 0.56 |
| Hex | F3 | 2C | 44 | 0 | 52 | 48 | 5 | 161 | 59 | 38 |
| Octal | 363 | 54 | 104 | 0 | 122 | 110 | 5 | 541 | 131 | 70 |
| Binary | 11110011 | 101100 | 1000100 | 0 | 1010010 | 1001000 | 101 | 101100001 | 1011001 | 111000 |
Color Harmonies of #F32C44
Complementary color
Monochromatic Colors of #F32C44
Black with #F32C44
Text Example
Text Example
White with #F32C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C44; }
p { color: rgb(243,44,68); }
H1.HeaderClassName
{
color: #F32C44;
}
.AnyTagClassName
{
color: #F32C44;
}
</style>
background-color css
<style>
a { background-color: #F32C44; }
a { background-color: rgb(243,44,68); }
div.DivClassName
{
background-color: #F32C44;
}
.BgClassName
{
background-color: #F32C44;
}
</style>
border-color css
<style>
span { border-color: #F32C44; }
span { border-color: rgb(243,44,68); }
td.TdClassName
{
border-color: #F32C44;
}
.TagClassName
{
border-color: #F32C44;
}
</style>