Shades of Amaranth #FA204C
Tints of Amaranth #FA204C
RGB
CMYK
RGB Variations
Color information
#FA204C (or 0xFA204C) is known color: Amaranth. HEX triplet: FA, 20 and 4C. RGB value is (250,32,76). Sum of RGB (Red+Green+Blue) = 250+32+76=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA204C is #05DFB3. Grayscale: #666666. Windows color (decimal): -384948 or 4989178. OLE color: 4989178.
HSL color Cylindrical-coordinate representation of color #FA204C: hue angle of 347.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA204C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 76 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.02 |
| HSL | 347.89º | 0.96% | 0.55% | - |
| HSV(B) | 347.89º | 0.87% | 0.98% | - |
| XYZ | 41.25 | 21.88 | 8.89 | - |
| YUV | 102.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 76 | 0 | 0.87 | 0.70 | 0.02 | 347.89 | 0.96 | 0.55 |
| Hex | FA | 20 | 4C | 0 | 57 | 46 | 2 | 15C | 60 | 37 |
| Octal | 372 | 40 | 114 | 0 | 127 | 106 | 2 | 534 | 140 | 67 |
| Binary | 11111010 | 100000 | 1001100 | 0 | 1010111 | 1000110 | 10 | 101011100 | 1100000 | 110111 |
Color Harmonies of #FA204C
Complementary color
Monochromatic Colors of #FA204C
Black with #FA204C
Text Example
Text Example
White with #FA204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA204C; }
p { color: rgb(250,32,76); }
H1.HeaderClassName
{
color: #FA204C;
}
.AnyTagClassName
{
color: #FA204C;
}
</style>
background-color css
<style>
a { background-color: #FA204C; }
a { background-color: rgb(250,32,76); }
div.DivClassName
{
background-color: #FA204C;
}
.BgClassName
{
background-color: #FA204C;
}
</style>
border-color css
<style>
span { border-color: #FA204C; }
span { border-color: rgb(250,32,76); }
td.TdClassName
{
border-color: #FA204C;
}
.TagClassName
{
border-color: #FA204C;
}
</style>