Shades of Amaranth #FB2548
Tints of Amaranth #FB2548
RGB
CMYK
RGB Variations
Color information
#FB2548 (or 0xFB2548) is known color: Amaranth. HEX triplet: FB, 25 and 48. RGB value is (251,37,72). Sum of RGB (Red+Green+Blue) = 251+37+72=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2548 is #04DAB7. Grayscale: #696969. Windows color (decimal): -318136 or 4728315. OLE color: 4728315.
HSL color Cylindrical-coordinate representation of color #FB2548: hue angle of 350.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2548 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 72 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.02 |
| HSL | 350.19º | 0.96% | 0.56% | - |
| HSV(B) | 350.19º | 0.85% | 0.98% | - |
| XYZ | 41.61 | 22.3 | 8.24 | - |
| YUV | 104.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 72 | 0 | 0.85 | 0.71 | 0.02 | 350.19 | 0.96 | 0.56 |
| Hex | FB | 25 | 48 | 0 | 55 | 47 | 2 | 15E | 60 | 38 |
| Octal | 373 | 45 | 110 | 0 | 125 | 107 | 2 | 536 | 140 | 70 |
| Binary | 11111011 | 100101 | 1001000 | 0 | 1010101 | 1000111 | 10 | 101011110 | 1100000 | 111000 |
Color Harmonies of #FB2548
Complementary color
Monochromatic Colors of #FB2548
Black with #FB2548
Text Example
Text Example
White with #FB2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2548; }
p { color: rgb(251,37,72); }
H1.HeaderClassName
{
color: #FB2548;
}
.AnyTagClassName
{
color: #FB2548;
}
</style>
background-color css
<style>
a { background-color: #FB2548; }
a { background-color: rgb(251,37,72); }
div.DivClassName
{
background-color: #FB2548;
}
.BgClassName
{
background-color: #FB2548;
}
</style>
border-color css
<style>
span { border-color: #FB2548; }
span { border-color: rgb(251,37,72); }
td.TdClassName
{
border-color: #FB2548;
}
.TagClassName
{
border-color: #FB2548;
}
</style>