Shades of Amaranth #FA3048
Tints of Amaranth #FA3048
RGB
CMYK
RGB Variations
Color information
#FA3048 (or 0xFA3048) is known color: Amaranth. HEX triplet: FA, 30 and 48. RGB value is (250,48,72). Sum of RGB (Red+Green+Blue) = 250+48+72=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3048 is #05CFB7. Grayscale: #6F6F6F. Windows color (decimal): -380856 or 4731130. OLE color: 4731130.
HSL color Cylindrical-coordinate representation of color #FA3048: hue angle of 352.87º 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 #FA3048 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 72 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.02 |
| HSL | 352.87º | 0.95% | 0.58% | - |
| HSV(B) | 352.87º | 0.81% | 0.98% | - |
| XYZ | 41.65 | 22.91 | 8.36 | - |
| YUV | 111.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 72 | 0 | 0.81 | 0.71 | 0.02 | 352.87 | 0.95 | 0.58 |
| Hex | FA | 30 | 48 | 0 | 51 | 47 | 2 | 161 | 5F | 3A |
| Octal | 372 | 60 | 110 | 0 | 121 | 107 | 2 | 541 | 137 | 72 |
| Binary | 11111010 | 110000 | 1001000 | 0 | 1010001 | 1000111 | 10 | 101100001 | 1011111 | 111010 |
Color Harmonies of #FA3048
Complementary color
Monochromatic Colors of #FA3048
Black with #FA3048
Text Example
Text Example
White with #FA3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3048; }
p { color: rgb(250,48,72); }
H1.HeaderClassName
{
color: #FA3048;
}
.AnyTagClassName
{
color: #FA3048;
}
</style>
background-color css
<style>
a { background-color: #FA3048; }
a { background-color: rgb(250,48,72); }
div.DivClassName
{
background-color: #FA3048;
}
.BgClassName
{
background-color: #FA3048;
}
</style>
border-color css
<style>
span { border-color: #FA3048; }
span { border-color: rgb(250,48,72); }
td.TdClassName
{
border-color: #FA3048;
}
.TagClassName
{
border-color: #FA3048;
}
</style>