Shades of Amaranth #FA2148
Tints of Amaranth #FA2148
RGB
CMYK
RGB Variations
Color information
#FA2148 (or 0xFA2148) is known color: Amaranth. HEX triplet: FA, 21 and 48. RGB value is (250,33,72). Sum of RGB (Red+Green+Blue) = 250+33+72=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2148 is #05DEB7. Grayscale: #666666. Windows color (decimal): -384696 or 4727290. OLE color: 4727290.
HSL color Cylindrical-coordinate representation of color #FA2148: hue angle of 349.22º 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 #FA2148 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 72 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.02 |
| HSL | 349.22º | 0.96% | 0.55% | - |
| HSV(B) | 349.22º | 0.87% | 0.98% | - |
| XYZ | 41.14 | 21.88 | 8.19 | - |
| YUV | 102.33 | 110.89 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 72 | 0 | 0.87 | 0.71 | 0.02 | 349.22 | 0.96 | 0.55 |
| Hex | FA | 21 | 48 | 0 | 57 | 47 | 2 | 15D | 60 | 37 |
| Octal | 372 | 41 | 110 | 0 | 127 | 107 | 2 | 535 | 140 | 67 |
| Binary | 11111010 | 100001 | 1001000 | 0 | 1010111 | 1000111 | 10 | 101011101 | 1100000 | 110111 |
Color Harmonies of #FA2148
Complementary color
Monochromatic Colors of #FA2148
Black with #FA2148
Text Example
Text Example
White with #FA2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2148; }
p { color: rgb(250,33,72); }
H1.HeaderClassName
{
color: #FA2148;
}
.AnyTagClassName
{
color: #FA2148;
}
</style>
background-color css
<style>
a { background-color: #FA2148; }
a { background-color: rgb(250,33,72); }
div.DivClassName
{
background-color: #FA2148;
}
.BgClassName
{
background-color: #FA2148;
}
</style>
border-color css
<style>
span { border-color: #FA2148; }
span { border-color: rgb(250,33,72); }
td.TdClassName
{
border-color: #FA2148;
}
.TagClassName
{
border-color: #FA2148;
}
</style>