Shades of Amaranth #FA2544
Tints of Amaranth #FA2544
RGB
CMYK
RGB Variations
Color information
#FA2544 (or 0xFA2544) is known color: Amaranth. HEX triplet: FA, 25 and 44. RGB value is (250,37,68). Sum of RGB (Red+Green+Blue) = 250+37+68=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2544 is #05DABB. Grayscale: #686868. Windows color (decimal): -383676 or 4466170. OLE color: 4466170.
HSL color Cylindrical-coordinate representation of color #FA2544: hue angle of 351.27º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2544 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.02 |
| HSL | 351.27º | 0.96% | 0.56% | - |
| HSV(B) | 351.27º | 0.85% | 0.98% | - |
| XYZ | 41.13 | 22.06 | 7.56 | - |
| YUV | 104.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 68 | 0 | 0.85 | 0.73 | 0.02 | 351.27 | 0.96 | 0.56 |
| Hex | FA | 25 | 44 | 0 | 55 | 49 | 2 | 15F | 60 | 38 |
| Octal | 372 | 45 | 104 | 0 | 125 | 111 | 2 | 537 | 140 | 70 |
| Binary | 11111010 | 100101 | 1000100 | 0 | 1010101 | 1001001 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FA2544
Complementary color
Monochromatic Colors of #FA2544
Black with #FA2544
Text Example
Text Example
White with #FA2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2544; }
p { color: rgb(250,37,68); }
H1.HeaderClassName
{
color: #FA2544;
}
.AnyTagClassName
{
color: #FA2544;
}
</style>
background-color css
<style>
a { background-color: #FA2544; }
a { background-color: rgb(250,37,68); }
div.DivClassName
{
background-color: #FA2544;
}
.BgClassName
{
background-color: #FA2544;
}
</style>
border-color css
<style>
span { border-color: #FA2544; }
span { border-color: rgb(250,37,68); }
td.TdClassName
{
border-color: #FA2544;
}
.TagClassName
{
border-color: #FA2544;
}
</style>