Shades of Amaranth #FA3045
Tints of Amaranth #FA3045
RGB
CMYK
RGB Variations
Color information
#FA3045 (or 0xFA3045) is known color: Amaranth. HEX triplet: FA, 30 and 45. RGB value is (250,48,69). Sum of RGB (Red+Green+Blue) = 250+48+69=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3045 is #05CFBA. Grayscale: #6E6E6E. Windows color (decimal): -380859 or 4534522. OLE color: 4534522.
HSL color Cylindrical-coordinate representation of color #FA3045: hue angle of 353.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3045 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 69 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.02 |
| HSL | 353.76º | 0.95% | 0.58% | - |
| HSV(B) | 353.76º | 0.81% | 0.98% | - |
| XYZ | 41.56 | 22.87 | 7.85 | - |
| YUV | 110.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 69 | 0 | 0.81 | 0.72 | 0.02 | 353.76 | 0.95 | 0.58 |
| Hex | FA | 30 | 45 | 0 | 51 | 48 | 2 | 162 | 5F | 3A |
| Octal | 372 | 60 | 105 | 0 | 121 | 110 | 2 | 542 | 137 | 72 |
| Binary | 11111010 | 110000 | 1000101 | 0 | 1010001 | 1001000 | 10 | 101100010 | 1011111 | 111010 |
Color Harmonies of #FA3045
Complementary color
Monochromatic Colors of #FA3045
Black with #FA3045
Text Example
Text Example
White with #FA3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3045; }
p { color: rgb(250,48,69); }
H1.HeaderClassName
{
color: #FA3045;
}
.AnyTagClassName
{
color: #FA3045;
}
</style>
background-color css
<style>
a { background-color: #FA3045; }
a { background-color: rgb(250,48,69); }
div.DivClassName
{
background-color: #FA3045;
}
.BgClassName
{
background-color: #FA3045;
}
</style>
border-color css
<style>
span { border-color: #FA3045; }
span { border-color: rgb(250,48,69); }
td.TdClassName
{
border-color: #FA3045;
}
.TagClassName
{
border-color: #FA3045;
}
</style>