Shades of Amaranth #F4254C
Tints of Amaranth #F4254C
RGB
CMYK
RGB Variations
Color information
#F4254C (or 0xF4254C) is known color: Amaranth. HEX triplet: F4, 25 and 4C. RGB value is (244,37,76). Sum of RGB (Red+Green+Blue) = 244+37+76=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4254C is #0BDAB3. Grayscale: #676767. Windows color (decimal): -776884 or 4990452. OLE color: 4990452.
HSL color Cylindrical-coordinate representation of color #F4254C: hue angle of 348.7º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4254C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 76 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.04 |
| HSL | 348.7º | 0.9% | 0.55% | - |
| HSV(B) | 348.7º | 0.85% | 0.96% | - |
| XYZ | 39.27 | 21.08 | 8.84 | - |
| YUV | 103.34 | 112.58 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 76 | 0 | 0.85 | 0.69 | 0.04 | 348.7 | 0.9 | 0.55 |
| Hex | F4 | 25 | 4C | 0 | 55 | 45 | 4 | 15D | 5A | 37 |
| Octal | 364 | 45 | 114 | 0 | 125 | 105 | 4 | 535 | 132 | 67 |
| Binary | 11110100 | 100101 | 1001100 | 0 | 1010101 | 1000101 | 100 | 101011101 | 1011010 | 110111 |
Color Harmonies of #F4254C
Complementary color
Monochromatic Colors of #F4254C
Black with #F4254C
Text Example
Text Example
White with #F4254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4254C; }
p { color: rgb(244,37,76); }
H1.HeaderClassName
{
color: #F4254C;
}
.AnyTagClassName
{
color: #F4254C;
}
</style>
background-color css
<style>
a { background-color: #F4254C; }
a { background-color: rgb(244,37,76); }
div.DivClassName
{
background-color: #F4254C;
}
.BgClassName
{
background-color: #F4254C;
}
</style>
border-color css
<style>
span { border-color: #F4254C; }
span { border-color: rgb(244,37,76); }
td.TdClassName
{
border-color: #F4254C;
}
.TagClassName
{
border-color: #F4254C;
}
</style>