Shades of Amaranth #FB254D
Tints of Amaranth #FB254D
RGB
CMYK
RGB Variations
Color information
#FB254D (or 0xFB254D) is known color: Amaranth. HEX triplet: FB, 25 and 4D. RGB value is (251,37,77). Sum of RGB (Red+Green+Blue) = 251+37+77=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB254D is #04DAB2. Grayscale: #696969. Windows color (decimal): -318131 or 5055995. OLE color: 5055995.
HSL color Cylindrical-coordinate representation of color #FB254D: hue angle of 348.79º 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 #FB254D is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 77 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.02 |
| HSL | 348.79º | 0.96% | 0.56% | - |
| HSV(B) | 348.79º | 0.85% | 0.98% | - |
| XYZ | 41.78 | 22.37 | 9.14 | - |
| YUV | 105.55 | 111.9 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 77 | 0 | 0.85 | 0.69 | 0.02 | 348.79 | 0.96 | 0.56 |
| Hex | FB | 25 | 4D | 0 | 55 | 45 | 2 | 15D | 60 | 38 |
| Octal | 373 | 45 | 115 | 0 | 125 | 105 | 2 | 535 | 140 | 70 |
| Binary | 11111011 | 100101 | 1001101 | 0 | 1010101 | 1000101 | 10 | 101011101 | 1100000 | 111000 |
Color Harmonies of #FB254D
Complementary color
Monochromatic Colors of #FB254D
Black with #FB254D
Text Example
Text Example
White with #FB254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB254D; }
p { color: rgb(251,37,77); }
H1.HeaderClassName
{
color: #FB254D;
}
.AnyTagClassName
{
color: #FB254D;
}
</style>
background-color css
<style>
a { background-color: #FB254D; }
a { background-color: rgb(251,37,77); }
div.DivClassName
{
background-color: #FB254D;
}
.BgClassName
{
background-color: #FB254D;
}
</style>
border-color css
<style>
span { border-color: #FB254D; }
span { border-color: rgb(251,37,77); }
td.TdClassName
{
border-color: #FB254D;
}
.TagClassName
{
border-color: #FB254D;
}
</style>