Shades of Amaranth #FB2748
Tints of Amaranth #FB2748
RGB
CMYK
RGB Variations
Color information
#FB2748 (or 0xFB2748) is known color: Amaranth. HEX triplet: FB, 27 and 48. RGB value is (251,39,72). Sum of RGB (Red+Green+Blue) = 251+39+72=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2748 is #04D8B7. Grayscale: #6A6A6A. Windows color (decimal): -317624 or 4728827. OLE color: 4728827.
HSL color Cylindrical-coordinate representation of color #FB2748: hue angle of 350.66º degrees, saturation: 0.96, 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 #FB2748 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 72 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.02 |
| HSL | 350.66º | 0.96% | 0.57% | - |
| HSV(B) | 350.66º | 0.84% | 0.98% | - |
| XYZ | 41.68 | 22.43 | 8.26 | - |
| YUV | 106.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 72 | 0 | 0.84 | 0.71 | 0.02 | 350.66 | 0.96 | 0.57 |
| Hex | FB | 27 | 48 | 0 | 54 | 47 | 2 | 15F | 60 | 39 |
| Octal | 373 | 47 | 110 | 0 | 124 | 107 | 2 | 537 | 140 | 71 |
| Binary | 11111011 | 100111 | 1001000 | 0 | 1010100 | 1000111 | 10 | 101011111 | 1100000 | 111001 |
Color Harmonies of #FB2748
Complementary color
Monochromatic Colors of #FB2748
Black with #FB2748
Text Example
Text Example
White with #FB2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2748; }
p { color: rgb(251,39,72); }
H1.HeaderClassName
{
color: #FB2748;
}
.AnyTagClassName
{
color: #FB2748;
}
</style>
background-color css
<style>
a { background-color: #FB2748; }
a { background-color: rgb(251,39,72); }
div.DivClassName
{
background-color: #FB2748;
}
.BgClassName
{
background-color: #FB2748;
}
</style>
border-color css
<style>
span { border-color: #FB2748; }
span { border-color: rgb(251,39,72); }
td.TdClassName
{
border-color: #FB2748;
}
.TagClassName
{
border-color: #FB2748;
}
</style>