Shades of Amaranth #FA284D
Tints of Amaranth #FA284D
RGB
CMYK
RGB Variations
Color information
#FA284D (or 0xFA284D) is known color: Amaranth. HEX triplet: FA, 28 and 4D. RGB value is (250,40,77). Sum of RGB (Red+Green+Blue) = 250+40+77=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA284D is #05D7B2. Grayscale: #6B6B6B. Windows color (decimal): -382899 or 5056762. OLE color: 5056762.
HSL color Cylindrical-coordinate representation of color #FA284D: hue angle of 349.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA284D is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 77 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.02 |
| HSL | 349.43º | 0.95% | 0.57% | - |
| HSV(B) | 349.43º | 0.84% | 0.98% | - |
| XYZ | 41.52 | 22.38 | 9.15 | - |
| YUV | 107.01 | 111.07 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 77 | 0 | 0.84 | 0.69 | 0.02 | 349.43 | 0.95 | 0.57 |
| Hex | FA | 28 | 4D | 0 | 54 | 45 | 2 | 15D | 5F | 39 |
| Octal | 372 | 50 | 115 | 0 | 124 | 105 | 2 | 535 | 137 | 71 |
| Binary | 11111010 | 101000 | 1001101 | 0 | 1010100 | 1000101 | 10 | 101011101 | 1011111 | 111001 |
Color Harmonies of #FA284D
Complementary color
Monochromatic Colors of #FA284D
Black with #FA284D
Text Example
Text Example
White with #FA284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA284D; }
p { color: rgb(250,40,77); }
H1.HeaderClassName
{
color: #FA284D;
}
.AnyTagClassName
{
color: #FA284D;
}
</style>
background-color css
<style>
a { background-color: #FA284D; }
a { background-color: rgb(250,40,77); }
div.DivClassName
{
background-color: #FA284D;
}
.BgClassName
{
background-color: #FA284D;
}
</style>
border-color css
<style>
span { border-color: #FA284D; }
span { border-color: rgb(250,40,77); }
td.TdClassName
{
border-color: #FA284D;
}
.TagClassName
{
border-color: #FA284D;
}
</style>