Shades of Amaranth #F4264C
Tints of Amaranth #F4264C
RGB
CMYK
RGB Variations
Color information
#F4264C (or 0xF4264C) is known color: Amaranth. HEX triplet: F4, 26 and 4C. RGB value is (244,38,76). Sum of RGB (Red+Green+Blue) = 244+38+76=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F4264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4264C is #0BD9B3. Grayscale: #676767. Windows color (decimal): -776628 or 4990708. OLE color: 4990708.
HSL color Cylindrical-coordinate representation of color #F4264C: hue angle of 348.93º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4264C is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 76 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.04 |
| HSL | 348.93º | 0.9% | 0.55% | - |
| HSV(B) | 348.93º | 0.84% | 0.96% | - |
| XYZ | 39.31 | 21.14 | 8.85 | - |
| YUV | 103.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 76 | 0 | 0.84 | 0.69 | 0.04 | 348.93 | 0.9 | 0.55 |
| Hex | F4 | 26 | 4C | 0 | 54 | 45 | 4 | 15D | 5A | 37 |
| Octal | 364 | 46 | 114 | 0 | 124 | 105 | 4 | 535 | 132 | 67 |
| Binary | 11110100 | 100110 | 1001100 | 0 | 1010100 | 1000101 | 100 | 101011101 | 1011010 | 110111 |
Color Harmonies of #F4264C
Complementary color
Monochromatic Colors of #F4264C
Black with #F4264C
Text Example
Text Example
White with #F4264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4264C; }
p { color: rgb(244,38,76); }
H1.HeaderClassName
{
color: #F4264C;
}
.AnyTagClassName
{
color: #F4264C;
}
</style>
background-color css
<style>
a { background-color: #F4264C; }
a { background-color: rgb(244,38,76); }
div.DivClassName
{
background-color: #F4264C;
}
.BgClassName
{
background-color: #F4264C;
}
</style>
border-color css
<style>
span { border-color: #F4264C; }
span { border-color: rgb(244,38,76); }
td.TdClassName
{
border-color: #F4264C;
}
.TagClassName
{
border-color: #F4264C;
}
</style>