Shades of Amaranth #FA2344
Tints of Amaranth #FA2344
RGB
CMYK
RGB Variations
Color information
#FA2344 (or 0xFA2344) is known color: Amaranth. HEX triplet: FA, 23 and 44. RGB value is (250,35,68). Sum of RGB (Red+Green+Blue) = 250+35+68=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2344 is #05DCBB. Grayscale: #676767. Windows color (decimal): -384188 or 4465658. OLE color: 4465658.
HSL color Cylindrical-coordinate representation of color #FA2344: hue angle of 350.79º 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 #FA2344 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 68 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.02 |
| HSL | 350.79º | 0.96% | 0.56% | - |
| HSV(B) | 350.79º | 0.86% | 0.98% | - |
| XYZ | 41.07 | 21.94 | 7.54 | - |
| YUV | 103.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 68 | 0 | 0.86 | 0.73 | 0.02 | 350.79 | 0.96 | 0.56 |
| Hex | FA | 23 | 44 | 0 | 56 | 49 | 2 | 15F | 60 | 38 |
| Octal | 372 | 43 | 104 | 0 | 126 | 111 | 2 | 537 | 140 | 70 |
| Binary | 11111010 | 100011 | 1000100 | 0 | 1010110 | 1001001 | 10 | 101011111 | 1100000 | 111000 |
Color Harmonies of #FA2344
Complementary color
Monochromatic Colors of #FA2344
Black with #FA2344
Text Example
Text Example
White with #FA2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2344; }
p { color: rgb(250,35,68); }
H1.HeaderClassName
{
color: #FA2344;
}
.AnyTagClassName
{
color: #FA2344;
}
</style>
background-color css
<style>
a { background-color: #FA2344; }
a { background-color: rgb(250,35,68); }
div.DivClassName
{
background-color: #FA2344;
}
.BgClassName
{
background-color: #FA2344;
}
</style>
border-color css
<style>
span { border-color: #FA2344; }
span { border-color: rgb(250,35,68); }
td.TdClassName
{
border-color: #FA2344;
}
.TagClassName
{
border-color: #FA2344;
}
</style>