Shades of Amaranth #FB1D52
Tints of Amaranth #FB1D52
RGB
CMYK
RGB Variations
Color information
#FB1D52 (or 0xFB1D52) is known color: Amaranth. HEX triplet: FB, 1D and 52. RGB value is (251,29,82). Sum of RGB (Red+Green+Blue) = 251+29+82=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D52 is #04E2AD. Grayscale: #656565. Windows color (decimal): -320174 or 5381627. OLE color: 5381627.
HSL color Cylindrical-coordinate representation of color #FB1D52: hue angle of 345.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D52 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 82 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.02 |
| HSL | 345.68º | 0.97% | 0.55% | - |
| HSV(B) | 345.68º | 0.88% | 0.98% | - |
| XYZ | 41.75 | 22 | 10.03 | - |
| YUV | 101.42 | 117.05 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 82 | 0 | 0.88 | 0.67 | 0.02 | 345.68 | 0.97 | 0.55 |
| Hex | FB | 1D | 52 | 0 | 58 | 43 | 2 | 15A | 61 | 37 |
| Octal | 373 | 35 | 122 | 0 | 130 | 103 | 2 | 532 | 141 | 67 |
| Binary | 11111011 | 11101 | 1010010 | 0 | 1011000 | 1000011 | 10 | 101011010 | 1100001 | 110111 |
Color Harmonies of #FB1D52
Complementary color
Monochromatic Colors of #FB1D52
Black with #FB1D52
Text Example
Text Example
White with #FB1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D52; }
p { color: rgb(251,29,82); }
H1.HeaderClassName
{
color: #FB1D52;
}
.AnyTagClassName
{
color: #FB1D52;
}
</style>
background-color css
<style>
a { background-color: #FB1D52; }
a { background-color: rgb(251,29,82); }
div.DivClassName
{
background-color: #FB1D52;
}
.BgClassName
{
background-color: #FB1D52;
}
</style>
border-color css
<style>
span { border-color: #FB1D52; }
span { border-color: rgb(251,29,82); }
td.TdClassName
{
border-color: #FB1D52;
}
.TagClassName
{
border-color: #FB1D52;
}
</style>