Shades of Amaranth #FA1C4C
Tints of Amaranth #FA1C4C
RGB
CMYK
RGB Variations
Color information
#FA1C4C (or 0xFA1C4C) is known color: Amaranth. HEX triplet: FA, 1C and 4C. RGB value is (250,28,76). Sum of RGB (Red+Green+Blue) = 250+28+76=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C4C is #05E3B3. Grayscale: #636363. Windows color (decimal): -385972 or 4988154. OLE color: 4988154.
HSL color Cylindrical-coordinate representation of color #FA1C4C: hue angle of 347.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C4C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 76 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.02 |
| HSL | 347.03º | 0.96% | 0.55% | - |
| HSV(B) | 347.03º | 0.89% | 0.98% | - |
| XYZ | 41.14 | 21.68 | 8.85 | - |
| YUV | 99.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 76 | 0 | 0.89 | 0.70 | 0.02 | 347.03 | 0.96 | 0.55 |
| Hex | FA | 1C | 4C | 0 | 59 | 46 | 2 | 15B | 60 | 37 |
| Octal | 372 | 34 | 114 | 0 | 131 | 106 | 2 | 533 | 140 | 67 |
| Binary | 11111010 | 11100 | 1001100 | 0 | 1011001 | 1000110 | 10 | 101011011 | 1100000 | 110111 |
Color Harmonies of #FA1C4C
Complementary color
Monochromatic Colors of #FA1C4C
Black with #FA1C4C
Text Example
Text Example
White with #FA1C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C4C; }
p { color: rgb(250,28,76); }
H1.HeaderClassName
{
color: #FA1C4C;
}
.AnyTagClassName
{
color: #FA1C4C;
}
</style>
background-color css
<style>
a { background-color: #FA1C4C; }
a { background-color: rgb(250,28,76); }
div.DivClassName
{
background-color: #FA1C4C;
}
.BgClassName
{
background-color: #FA1C4C;
}
</style>
border-color css
<style>
span { border-color: #FA1C4C; }
span { border-color: rgb(250,28,76); }
td.TdClassName
{
border-color: #FA1C4C;
}
.TagClassName
{
border-color: #FA1C4C;
}
</style>