Shades of Amaranth #FA2F49
Tints of Amaranth #FA2F49
RGB
CMYK
RGB Variations
Color information
#FA2F49 (or 0xFA2F49) is known color: Amaranth. HEX triplet: FA, 2F and 49. RGB value is (250,47,73). Sum of RGB (Red+Green+Blue) = 250+47+73=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F49 is #05D0B6. Grayscale: #6E6E6E. Windows color (decimal): -381111 or 4796410. OLE color: 4796410.
HSL color Cylindrical-coordinate representation of color #FA2F49: hue angle of 352.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F49 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 73 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.02 |
| HSL | 352.32º | 0.95% | 0.58% | - |
| HSV(B) | 352.32º | 0.81% | 0.98% | - |
| XYZ | 41.64 | 22.84 | 8.52 | - |
| YUV | 110.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 73 | 0 | 0.81 | 0.71 | 0.02 | 352.32 | 0.95 | 0.58 |
| Hex | FA | 2F | 49 | 0 | 51 | 47 | 2 | 160 | 5F | 3A |
| Octal | 372 | 57 | 111 | 0 | 121 | 107 | 2 | 540 | 137 | 72 |
| Binary | 11111010 | 101111 | 1001001 | 0 | 1010001 | 1000111 | 10 | 101100000 | 1011111 | 111010 |
Color Harmonies of #FA2F49
Complementary color
Monochromatic Colors of #FA2F49
Black with #FA2F49
Text Example
Text Example
White with #FA2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F49; }
p { color: rgb(250,47,73); }
H1.HeaderClassName
{
color: #FA2F49;
}
.AnyTagClassName
{
color: #FA2F49;
}
</style>
background-color css
<style>
a { background-color: #FA2F49; }
a { background-color: rgb(250,47,73); }
div.DivClassName
{
background-color: #FA2F49;
}
.BgClassName
{
background-color: #FA2F49;
}
</style>
border-color css
<style>
span { border-color: #FA2F49; }
span { border-color: rgb(250,47,73); }
td.TdClassName
{
border-color: #FA2F49;
}
.TagClassName
{
border-color: #FA2F49;
}
</style>