Shades of Amaranth #FA2C4A
Tints of Amaranth #FA2C4A
RGB
CMYK
RGB Variations
Color information
#FA2C4A (or 0xFA2C4A) is known color: Amaranth. HEX triplet: FA, 2C and 4A. RGB value is (250,44,74). Sum of RGB (Red+Green+Blue) = 250+44+74=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C4A is #05D3B5. Grayscale: #6D6D6D. Windows color (decimal): -381878 or 4861178. OLE color: 4861178.
HSL color Cylindrical-coordinate representation of color #FA2C4A: hue angle of 351.26º 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 #FA2C4A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 74 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.02 |
| HSL | 351.26º | 0.95% | 0.58% | - |
| HSV(B) | 351.26º | 0.82% | 0.98% | - |
| XYZ | 41.56 | 22.62 | 8.65 | - |
| YUV | 109.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 74 | 0 | 0.82 | 0.70 | 0.02 | 351.26 | 0.95 | 0.58 |
| Hex | FA | 2C | 4A | 0 | 52 | 46 | 2 | 15F | 5F | 3A |
| Octal | 372 | 54 | 112 | 0 | 122 | 106 | 2 | 537 | 137 | 72 |
| Binary | 11111010 | 101100 | 1001010 | 0 | 1010010 | 1000110 | 10 | 101011111 | 1011111 | 111010 |
Color Harmonies of #FA2C4A
Complementary color
Monochromatic Colors of #FA2C4A
Black with #FA2C4A
Text Example
Text Example
White with #FA2C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C4A; }
p { color: rgb(250,44,74); }
H1.HeaderClassName
{
color: #FA2C4A;
}
.AnyTagClassName
{
color: #FA2C4A;
}
</style>
background-color css
<style>
a { background-color: #FA2C4A; }
a { background-color: rgb(250,44,74); }
div.DivClassName
{
background-color: #FA2C4A;
}
.BgClassName
{
background-color: #FA2C4A;
}
</style>
border-color css
<style>
span { border-color: #FA2C4A; }
span { border-color: rgb(250,44,74); }
td.TdClassName
{
border-color: #FA2C4A;
}
.TagClassName
{
border-color: #FA2C4A;
}
</style>