Shades of Amaranth #F32C4E
Tints of Amaranth #F32C4E
RGB
CMYK
RGB Variations
Color information
#F32C4E (or 0xF32C4E) is known color: Amaranth. HEX triplet: F3, 2C and 4E. RGB value is (243,44,78). Sum of RGB (Red+Green+Blue) = 243+44+78=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C4E is #0CD3B1. Grayscale: #6B6B6B. Windows color (decimal): -840626 or 5123315. OLE color: 5123315.
HSL color Cylindrical-coordinate representation of color #F32C4E: hue angle of 349.75º 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 #F32C4E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 78 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.05 |
| HSL | 349.75º | 0.89% | 0.56% | - |
| HSV(B) | 349.75º | 0.82% | 0.95% | - |
| XYZ | 39.24 | 21.41 | 9.27 | - |
| YUV | 107.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 78 | 0 | 0.82 | 0.68 | 0.05 | 349.75 | 0.89 | 0.56 |
| Hex | F3 | 2C | 4E | 0 | 52 | 44 | 5 | 15E | 59 | 38 |
| Octal | 363 | 54 | 116 | 0 | 122 | 104 | 5 | 536 | 131 | 70 |
| Binary | 11110011 | 101100 | 1001110 | 0 | 1010010 | 1000100 | 101 | 101011110 | 1011001 | 111000 |
Color Harmonies of #F32C4E
Complementary color
Monochromatic Colors of #F32C4E
Black with #F32C4E
Text Example
Text Example
White with #F32C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C4E; }
p { color: rgb(243,44,78); }
H1.HeaderClassName
{
color: #F32C4E;
}
.AnyTagClassName
{
color: #F32C4E;
}
</style>
background-color css
<style>
a { background-color: #F32C4E; }
a { background-color: rgb(243,44,78); }
div.DivClassName
{
background-color: #F32C4E;
}
.BgClassName
{
background-color: #F32C4E;
}
</style>
border-color css
<style>
span { border-color: #F32C4E; }
span { border-color: rgb(243,44,78); }
td.TdClassName
{
border-color: #F32C4E;
}
.TagClassName
{
border-color: #F32C4E;
}
</style>