Shades of Amaranth #FA2C43
Tints of Amaranth #FA2C43
RGB
CMYK
RGB Variations
Color information
#FA2C43 (or 0xFA2C43) is known color: Amaranth. HEX triplet: FA, 2C and 43. RGB value is (250,44,67). Sum of RGB (Red+Green+Blue) = 250+44+67=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C43 is #05D3BC. Grayscale: #6C6C6C. Windows color (decimal): -381885 or 4402426. OLE color: 4402426.
HSL color Cylindrical-coordinate representation of color #FA2C43: hue angle of 353.3º 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 #FA2C43 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 67 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.02 |
| HSL | 353.3º | 0.95% | 0.58% | - |
| HSV(B) | 353.3º | 0.82% | 0.98% | - |
| XYZ | 41.34 | 22.53 | 7.48 | - |
| YUV | 108.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 67 | 0 | 0.82 | 0.73 | 0.02 | 353.3 | 0.95 | 0.58 |
| Hex | FA | 2C | 43 | 0 | 52 | 49 | 2 | 161 | 5F | 3A |
| Octal | 372 | 54 | 103 | 0 | 122 | 111 | 2 | 541 | 137 | 72 |
| Binary | 11111010 | 101100 | 1000011 | 0 | 1010010 | 1001001 | 10 | 101100001 | 1011111 | 111010 |
Color Harmonies of #FA2C43
Complementary color
Monochromatic Colors of #FA2C43
Black with #FA2C43
Text Example
Text Example
White with #FA2C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C43; }
p { color: rgb(250,44,67); }
H1.HeaderClassName
{
color: #FA2C43;
}
.AnyTagClassName
{
color: #FA2C43;
}
</style>
background-color css
<style>
a { background-color: #FA2C43; }
a { background-color: rgb(250,44,67); }
div.DivClassName
{
background-color: #FA2C43;
}
.BgClassName
{
background-color: #FA2C43;
}
</style>
border-color css
<style>
span { border-color: #FA2C43; }
span { border-color: rgb(250,44,67); }
td.TdClassName
{
border-color: #FA2C43;
}
.TagClassName
{
border-color: #FA2C43;
}
</style>