Shades of Amaranth #FA2C42
Tints of Amaranth #FA2C42
RGB
CMYK
RGB Variations
Color information
#FA2C42 (or 0xFA2C42) is known color: Amaranth. HEX triplet: FA, 2C and 42. RGB value is (250,44,66). Sum of RGB (Red+Green+Blue) = 250+44+66=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C42 is #05D3BD. Grayscale: #6C6C6C. Windows color (decimal): -381886 or 4336890. OLE color: 4336890.
HSL color Cylindrical-coordinate representation of color #FA2C42: hue angle of 353.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C42 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 66 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.02 |
| HSL | 353.59º | 0.95% | 0.58% | - |
| HSV(B) | 353.59º | 0.82% | 0.98% | - |
| XYZ | 41.31 | 22.52 | 7.32 | - |
| YUV | 108.1 | 104.25 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 66 | 0 | 0.82 | 0.74 | 0.02 | 353.59 | 0.95 | 0.58 |
| Hex | FA | 2C | 42 | 0 | 52 | 4A | 2 | 162 | 5F | 3A |
| Octal | 372 | 54 | 102 | 0 | 122 | 112 | 2 | 542 | 137 | 72 |
| Binary | 11111010 | 101100 | 1000010 | 0 | 1010010 | 1001010 | 10 | 101100010 | 1011111 | 111010 |
Color Harmonies of #FA2C42
Complementary color
Monochromatic Colors of #FA2C42
Black with #FA2C42
Text Example
Text Example
White with #FA2C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C42; }
p { color: rgb(250,44,66); }
H1.HeaderClassName
{
color: #FA2C42;
}
.AnyTagClassName
{
color: #FA2C42;
}
</style>
background-color css
<style>
a { background-color: #FA2C42; }
a { background-color: rgb(250,44,66); }
div.DivClassName
{
background-color: #FA2C42;
}
.BgClassName
{
background-color: #FA2C42;
}
</style>
border-color css
<style>
span { border-color: #FA2C42; }
span { border-color: rgb(250,44,66); }
td.TdClassName
{
border-color: #FA2C42;
}
.TagClassName
{
border-color: #FA2C42;
}
</style>