Shades of Amaranth #FA2748
Tints of Amaranth #FA2748
RGB
CMYK
RGB Variations
Color information
#FA2748 (or 0xFA2748) is known color: Amaranth. HEX triplet: FA, 27 and 48. RGB value is (250,39,72). Sum of RGB (Red+Green+Blue) = 250+39+72=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2748 is #05D8B7. Grayscale: #696969. Windows color (decimal): -383160 or 4728826. OLE color: 4728826.
HSL color Cylindrical-coordinate representation of color #FA2748: hue angle of 350.62º 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 #FA2748 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 72 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.02 |
| HSL | 350.62º | 0.95% | 0.57% | - |
| HSV(B) | 350.62º | 0.84% | 0.98% | - |
| XYZ | 41.32 | 22.24 | 8.25 | - |
| YUV | 105.85 | 108.9 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 72 | 0 | 0.84 | 0.71 | 0.02 | 350.62 | 0.95 | 0.57 |
| Hex | FA | 27 | 48 | 0 | 54 | 47 | 2 | 15F | 5F | 39 |
| Octal | 372 | 47 | 110 | 0 | 124 | 107 | 2 | 537 | 137 | 71 |
| Binary | 11111010 | 100111 | 1001000 | 0 | 1010100 | 1000111 | 10 | 101011111 | 1011111 | 111001 |
Color Harmonies of #FA2748
Complementary color
Monochromatic Colors of #FA2748
Black with #FA2748
Text Example
Text Example
White with #FA2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2748; }
p { color: rgb(250,39,72); }
H1.HeaderClassName
{
color: #FA2748;
}
.AnyTagClassName
{
color: #FA2748;
}
</style>
background-color css
<style>
a { background-color: #FA2748; }
a { background-color: rgb(250,39,72); }
div.DivClassName
{
background-color: #FA2748;
}
.BgClassName
{
background-color: #FA2748;
}
</style>
border-color css
<style>
span { border-color: #FA2748; }
span { border-color: rgb(250,39,72); }
td.TdClassName
{
border-color: #FA2748;
}
.TagClassName
{
border-color: #FA2748;
}
</style>