Shades of Amaranth #F41C4C
Tints of Amaranth #F41C4C
RGB
CMYK
RGB Variations
Color information
#F41C4C (or 0xF41C4C) is known color: Amaranth. HEX triplet: F4, 1C and 4C. RGB value is (244,28,76). Sum of RGB (Red+Green+Blue) = 244+28+76=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41C4C is #0BE3B3. Grayscale: #626262. Windows color (decimal): -779188 or 4988148. OLE color: 4988148.
HSL color Cylindrical-coordinate representation of color #F41C4C: hue angle of 346.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C4C is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 76 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.04 |
| HSL | 346.67º | 0.91% | 0.53% | - |
| HSV(B) | 346.67º | 0.89% | 0.96% | - |
| XYZ | 39.03 | 20.59 | 8.75 | - |
| YUV | 98.06 | 115.56 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 76 | 0 | 0.89 | 0.69 | 0.04 | 346.67 | 0.91 | 0.53 |
| Hex | F4 | 1C | 4C | 0 | 59 | 45 | 4 | 15B | 5B | 35 |
| Octal | 364 | 34 | 114 | 0 | 131 | 105 | 4 | 533 | 133 | 65 |
| Binary | 11110100 | 11100 | 1001100 | 0 | 1011001 | 1000101 | 100 | 101011011 | 1011011 | 110101 |
Color Harmonies of #F41C4C
Complementary color
Monochromatic Colors of #F41C4C
Black with #F41C4C
Text Example
Text Example
White with #F41C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C4C; }
p { color: rgb(244,28,76); }
H1.HeaderClassName
{
color: #F41C4C;
}
.AnyTagClassName
{
color: #F41C4C;
}
</style>
background-color css
<style>
a { background-color: #F41C4C; }
a { background-color: rgb(244,28,76); }
div.DivClassName
{
background-color: #F41C4C;
}
.BgClassName
{
background-color: #F41C4C;
}
</style>
border-color css
<style>
span { border-color: #F41C4C; }
span { border-color: rgb(244,28,76); }
td.TdClassName
{
border-color: #F41C4C;
}
.TagClassName
{
border-color: #F41C4C;
}
</style>