Shades of Amaranth #FA3046
Tints of Amaranth #FA3046
RGB
CMYK
RGB Variations
Color information
#FA3046 (or 0xFA3046) is known color: Amaranth. HEX triplet: FA, 30 and 46. RGB value is (250,48,70). Sum of RGB (Red+Green+Blue) = 250+48+70=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3046 is #05CFB9. Grayscale: #6F6F6F. Windows color (decimal): -380858 or 4600058. OLE color: 4600058.
HSL color Cylindrical-coordinate representation of color #FA3046: hue angle of 353.47º 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 #FA3046 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 70 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.02 |
| HSL | 353.47º | 0.95% | 0.58% | - |
| HSV(B) | 353.47º | 0.81% | 0.98% | - |
| XYZ | 41.59 | 22.88 | 8.02 | - |
| YUV | 110.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 70 | 0 | 0.81 | 0.72 | 0.02 | 353.47 | 0.95 | 0.58 |
| Hex | FA | 30 | 46 | 0 | 51 | 48 | 2 | 161 | 5F | 3A |
| Octal | 372 | 60 | 106 | 0 | 121 | 110 | 2 | 541 | 137 | 72 |
| Binary | 11111010 | 110000 | 1000110 | 0 | 1010001 | 1001000 | 10 | 101100001 | 1011111 | 111010 |
Color Harmonies of #FA3046
Complementary color
Monochromatic Colors of #FA3046
Black with #FA3046
Text Example
Text Example
White with #FA3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3046; }
p { color: rgb(250,48,70); }
H1.HeaderClassName
{
color: #FA3046;
}
.AnyTagClassName
{
color: #FA3046;
}
</style>
background-color css
<style>
a { background-color: #FA3046; }
a { background-color: rgb(250,48,70); }
div.DivClassName
{
background-color: #FA3046;
}
.BgClassName
{
background-color: #FA3046;
}
</style>
border-color css
<style>
span { border-color: #FA3046; }
span { border-color: rgb(250,48,70); }
td.TdClassName
{
border-color: #FA3046;
}
.TagClassName
{
border-color: #FA3046;
}
</style>