Shades of Amaranth #FB1853
Tints of Amaranth #FB1853
RGB
CMYK
RGB Variations
Color information
#FB1853 (or 0xFB1853) is known color: Amaranth. HEX triplet: FB, 18 and 53. RGB value is (251,24,83). Sum of RGB (Red+Green+Blue) = 251+24+83=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1853 is #04E7AC. Grayscale: #626262. Windows color (decimal): -321453 or 5445883. OLE color: 5445883.
HSL color Cylindrical-coordinate representation of color #FB1853: hue angle of 344.41º 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 #FB1853 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 83 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.02 |
| HSL | 344.41º | 0.97% | 0.54% | - |
| HSV(B) | 344.41º | 0.9% | 0.98% | - |
| XYZ | 41.67 | 21.79 | 10.19 | - |
| YUV | 98.6 | 119.21 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 83 | 0 | 0.90 | 0.67 | 0.02 | 344.41 | 0.97 | 0.54 |
| Hex | FB | 18 | 53 | 0 | 5A | 43 | 2 | 158 | 61 | 36 |
| Octal | 373 | 30 | 123 | 0 | 132 | 103 | 2 | 530 | 141 | 66 |
| Binary | 11111011 | 11000 | 1010011 | 0 | 1011010 | 1000011 | 10 | 101011000 | 1100001 | 110110 |
Color Harmonies of #FB1853
Complementary color
Monochromatic Colors of #FB1853
Black with #FB1853
Text Example
Text Example
White with #FB1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1853; }
p { color: rgb(251,24,83); }
H1.HeaderClassName
{
color: #FB1853;
}
.AnyTagClassName
{
color: #FB1853;
}
</style>
background-color css
<style>
a { background-color: #FB1853; }
a { background-color: rgb(251,24,83); }
div.DivClassName
{
background-color: #FB1853;
}
.BgClassName
{
background-color: #FB1853;
}
</style>
border-color css
<style>
span { border-color: #FB1853; }
span { border-color: rgb(251,24,83); }
td.TdClassName
{
border-color: #FB1853;
}
.TagClassName
{
border-color: #FB1853;
}
</style>