Shades of Amaranth #FA2051
Tints of Amaranth #FA2051
RGB
CMYK
RGB Variations
Color information
#FA2051 (or 0xFA2051) is known color: Amaranth. HEX triplet: FA, 20 and 51. RGB value is (250,32,81). Sum of RGB (Red+Green+Blue) = 250+32+81=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2051 is #05DFAE. Grayscale: #666666. Windows color (decimal): -384943 or 5316858. OLE color: 5316858.
HSL color Cylindrical-coordinate representation of color #FA2051: hue angle of 346.51º 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 #FA2051 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 81 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.02 |
| HSL | 346.51º | 0.96% | 0.55% | - |
| HSV(B) | 346.51º | 0.87% | 0.98% | - |
| XYZ | 41.43 | 21.95 | 9.84 | - |
| YUV | 102.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 81 | 0 | 0.87 | 0.68 | 0.02 | 346.51 | 0.96 | 0.55 |
| Hex | FA | 20 | 51 | 0 | 57 | 44 | 2 | 15B | 60 | 37 |
| Octal | 372 | 40 | 121 | 0 | 127 | 104 | 2 | 533 | 140 | 67 |
| Binary | 11111010 | 100000 | 1010001 | 0 | 1010111 | 1000100 | 10 | 101011011 | 1100000 | 110111 |
Color Harmonies of #FA2051
Complementary color
Monochromatic Colors of #FA2051
Black with #FA2051
Text Example
Text Example
White with #FA2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2051; }
p { color: rgb(250,32,81); }
H1.HeaderClassName
{
color: #FA2051;
}
.AnyTagClassName
{
color: #FA2051;
}
</style>
background-color css
<style>
a { background-color: #FA2051; }
a { background-color: rgb(250,32,81); }
div.DivClassName
{
background-color: #FA2051;
}
.BgClassName
{
background-color: #FA2051;
}
</style>
border-color css
<style>
span { border-color: #FA2051; }
span { border-color: rgb(250,32,81); }
td.TdClassName
{
border-color: #FA2051;
}
.TagClassName
{
border-color: #FA2051;
}
</style>