Shades of Amaranth #FB1952
Tints of Amaranth #FB1952
RGB
CMYK
RGB Variations
Color information
#FB1952 (or 0xFB1952) is known color: Amaranth. HEX triplet: FB, 19 and 52. RGB value is (251,25,82). Sum of RGB (Red+Green+Blue) = 251+25+82=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1952 is #04E6AD. Grayscale: #636363. Windows color (decimal): -321198 or 5380603. OLE color: 5380603.
HSL color Cylindrical-coordinate representation of color #FB1952: hue angle of 344.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1952 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 82 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.02 |
| HSL | 344.87º | 0.97% | 0.54% | - |
| HSV(B) | 344.87º | 0.9% | 0.98% | - |
| XYZ | 41.65 | 21.81 | 10 | - |
| YUV | 99.07 | 118.37 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 82 | 0 | 0.90 | 0.67 | 0.02 | 344.87 | 0.97 | 0.54 |
| Hex | FB | 19 | 52 | 0 | 5A | 43 | 2 | 159 | 61 | 36 |
| Octal | 373 | 31 | 122 | 0 | 132 | 103 | 2 | 531 | 141 | 66 |
| Binary | 11111011 | 11001 | 1010010 | 0 | 1011010 | 1000011 | 10 | 101011001 | 1100001 | 110110 |
Color Harmonies of #FB1952
Complementary color
Monochromatic Colors of #FB1952
Black with #FB1952
Text Example
Text Example
White with #FB1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1952; }
p { color: rgb(251,25,82); }
H1.HeaderClassName
{
color: #FB1952;
}
.AnyTagClassName
{
color: #FB1952;
}
</style>
background-color css
<style>
a { background-color: #FB1952; }
a { background-color: rgb(251,25,82); }
div.DivClassName
{
background-color: #FB1952;
}
.BgClassName
{
background-color: #FB1952;
}
</style>
border-color css
<style>
span { border-color: #FB1952; }
span { border-color: rgb(251,25,82); }
td.TdClassName
{
border-color: #FB1952;
}
.TagClassName
{
border-color: #FB1952;
}
</style>