Shades of Amaranth #F4334C
Tints of Amaranth #F4334C
RGB
CMYK
RGB Variations
Color information
#F4334C (or 0xF4334C) is known color: Amaranth. HEX triplet: F4, 33 and 4C. RGB value is (244,51,76). Sum of RGB (Red+Green+Blue) = 244+51+76=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4334C is #0BCCB3. Grayscale: #6F6F6F. Windows color (decimal): -773300 or 4994036. OLE color: 4994036.
HSL color Cylindrical-coordinate representation of color #F4334C: hue angle of 352.23º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4334C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 76 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.04 |
| HSL | 352.23º | 0.9% | 0.58% | - |
| HSV(B) | 352.23º | 0.79% | 0.96% | - |
| XYZ | 39.8 | 22.12 | 9.01 | - |
| YUV | 111.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 76 | 0 | 0.79 | 0.69 | 0.04 | 352.23 | 0.9 | 0.58 |
| Hex | F4 | 33 | 4C | 0 | 4F | 45 | 4 | 160 | 5A | 3A |
| Octal | 364 | 63 | 114 | 0 | 117 | 105 | 4 | 540 | 132 | 72 |
| Binary | 11110100 | 110011 | 1001100 | 0 | 1001111 | 1000101 | 100 | 101100000 | 1011010 | 111010 |
Color Harmonies of #F4334C
Complementary color
Monochromatic Colors of #F4334C
Black with #F4334C
Text Example
Text Example
White with #F4334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4334C; }
p { color: rgb(244,51,76); }
H1.HeaderClassName
{
color: #F4334C;
}
.AnyTagClassName
{
color: #F4334C;
}
</style>
background-color css
<style>
a { background-color: #F4334C; }
a { background-color: rgb(244,51,76); }
div.DivClassName
{
background-color: #F4334C;
}
.BgClassName
{
background-color: #F4334C;
}
</style>
border-color css
<style>
span { border-color: #F4334C; }
span { border-color: rgb(244,51,76); }
td.TdClassName
{
border-color: #F4334C;
}
.TagClassName
{
border-color: #F4334C;
}
</style>