Shades of Amaranth #FA2245
Tints of Amaranth #FA2245
RGB
CMYK
RGB Variations
Color information
#FA2245 (or 0xFA2245) is known color: Amaranth. HEX triplet: FA, 22 and 45. RGB value is (250,34,69). Sum of RGB (Red+Green+Blue) = 250+34+69=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2245 is #05DDBA. Grayscale: #666666. Windows color (decimal): -384443 or 4530938. OLE color: 4530938.
HSL color Cylindrical-coordinate representation of color #FA2245: hue angle of 350.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2245 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 69 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.02 |
| HSL | 350.28º | 0.96% | 0.56% | - |
| HSV(B) | 350.28º | 0.86% | 0.98% | - |
| XYZ | 41.07 | 21.9 | 7.69 | - |
| YUV | 102.57 | 109.06 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 69 | 0 | 0.86 | 0.72 | 0.02 | 350.28 | 0.96 | 0.56 |
| Hex | FA | 22 | 45 | 0 | 56 | 48 | 2 | 15E | 60 | 38 |
| Octal | 372 | 42 | 105 | 0 | 126 | 110 | 2 | 536 | 140 | 70 |
| Binary | 11111010 | 100010 | 1000101 | 0 | 1010110 | 1001000 | 10 | 101011110 | 1100000 | 111000 |
Color Harmonies of #FA2245
Complementary color
Monochromatic Colors of #FA2245
Black with #FA2245
Text Example
Text Example
White with #FA2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2245; }
p { color: rgb(250,34,69); }
H1.HeaderClassName
{
color: #FA2245;
}
.AnyTagClassName
{
color: #FA2245;
}
</style>
background-color css
<style>
a { background-color: #FA2245; }
a { background-color: rgb(250,34,69); }
div.DivClassName
{
background-color: #FA2245;
}
.BgClassName
{
background-color: #FA2245;
}
</style>
border-color css
<style>
span { border-color: #FA2245; }
span { border-color: rgb(250,34,69); }
td.TdClassName
{
border-color: #FA2245;
}
.TagClassName
{
border-color: #FA2245;
}
</style>