Shades of Amaranth #FA3145
Tints of Amaranth #FA3145
RGB
CMYK
RGB Variations
Color information
#FA3145 (or 0xFA3145) is known color: Amaranth. HEX triplet: FA, 31 and 45. RGB value is (250,49,69). Sum of RGB (Red+Green+Blue) = 250+49+69=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3145 is #05CEBA. Grayscale: #6F6F6F. Windows color (decimal): -380603 or 4534778. OLE color: 4534778.
HSL color Cylindrical-coordinate representation of color #FA3145: hue angle of 354.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3145 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 69 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.02 |
| HSL | 354.03º | 0.95% | 0.59% | - |
| HSV(B) | 354.03º | 0.8% | 0.98% | - |
| XYZ | 41.6 | 22.95 | 7.87 | - |
| YUV | 111.38 | 104.09 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 69 | 0 | 0.80 | 0.72 | 0.02 | 354.03 | 0.95 | 0.59 |
| Hex | FA | 31 | 45 | 0 | 50 | 48 | 2 | 162 | 5F | 3B |
| Octal | 372 | 61 | 105 | 0 | 120 | 110 | 2 | 542 | 137 | 73 |
| Binary | 11111010 | 110001 | 1000101 | 0 | 1010000 | 1001000 | 10 | 101100010 | 1011111 | 111011 |
Color Harmonies of #FA3145
Complementary color
Monochromatic Colors of #FA3145
Black with #FA3145
Text Example
Text Example
White with #FA3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3145; }
p { color: rgb(250,49,69); }
H1.HeaderClassName
{
color: #FA3145;
}
.AnyTagClassName
{
color: #FA3145;
}
</style>
background-color css
<style>
a { background-color: #FA3145; }
a { background-color: rgb(250,49,69); }
div.DivClassName
{
background-color: #FA3145;
}
.BgClassName
{
background-color: #FA3145;
}
</style>
border-color css
<style>
span { border-color: #FA3145; }
span { border-color: rgb(250,49,69); }
td.TdClassName
{
border-color: #FA3145;
}
.TagClassName
{
border-color: #FA3145;
}
</style>