Shades of Amaranth #FA2345
Tints of Amaranth #FA2345
RGB
CMYK
RGB Variations
Color information
#FA2345 (or 0xFA2345) is known color: Amaranth. HEX triplet: FA, 23 and 45. RGB value is (250,35,69). Sum of RGB (Red+Green+Blue) = 250+35+69=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2345 is #05DCBA. Grayscale: #676767. Windows color (decimal): -384187 or 4531194. OLE color: 4531194.
HSL color Cylindrical-coordinate representation of color #FA2345: hue angle of 350.51º 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 #FA2345 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 69 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.02 |
| HSL | 350.51º | 0.96% | 0.56% | - |
| HSV(B) | 350.51º | 0.86% | 0.98% | - |
| XYZ | 41.1 | 21.96 | 7.7 | - |
| YUV | 103.16 | 108.73 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 69 | 0 | 0.86 | 0.72 | 0.02 | 350.51 | 0.96 | 0.56 |
| Hex | FA | 23 | 45 | 0 | 56 | 48 | 2 | 15F | 60 | 38 |
| Octal | 372 | 43 | 105 | 0 | 126 | 110 | 2 | 537 | 140 | 70 |
| Binary | 11111010 | 100011 | 1000101 | 0 | 1010110 | 1001000 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FA2345
Complementary color
Monochromatic Colors of #FA2345
Black with #FA2345
Text Example
Text Example
White with #FA2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2345; }
p { color: rgb(250,35,69); }
H1.HeaderClassName
{
color: #FA2345;
}
.AnyTagClassName
{
color: #FA2345;
}
</style>
background-color css
<style>
a { background-color: #FA2345; }
a { background-color: rgb(250,35,69); }
div.DivClassName
{
background-color: #FA2345;
}
.BgClassName
{
background-color: #FA2345;
}
</style>
border-color css
<style>
span { border-color: #FA2345; }
span { border-color: rgb(250,35,69); }
td.TdClassName
{
border-color: #FA2345;
}
.TagClassName
{
border-color: #FA2345;
}
</style>