Shades of Amaranth #FB204D
Tints of Amaranth #FB204D
RGB
CMYK
RGB Variations
Color information
#FB204D (or 0xFB204D) is known color: Amaranth. HEX triplet: FB, 20 and 4D. RGB value is (251,32,77). Sum of RGB (Red+Green+Blue) = 251+32+77=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB204D is #04DFB2. Grayscale: #666666. Windows color (decimal): -319411 or 5054715. OLE color: 5054715.
HSL color Cylindrical-coordinate representation of color #FB204D: hue angle of 347.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB204D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 77 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.02 |
| HSL | 347.67º | 0.96% | 0.55% | - |
| HSV(B) | 347.67º | 0.87% | 0.98% | - |
| XYZ | 41.64 | 22.08 | 9.09 | - |
| YUV | 102.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 77 | 0 | 0.87 | 0.69 | 0.02 | 347.67 | 0.96 | 0.55 |
| Hex | FB | 20 | 4D | 0 | 57 | 45 | 2 | 15C | 60 | 37 |
| Octal | 373 | 40 | 115 | 0 | 127 | 105 | 2 | 534 | 140 | 67 |
| Binary | 11111011 | 100000 | 1001101 | 0 | 1010111 | 1000101 | 10 | 101011100 | 1100000 | 110111 |
Color Harmonies of #FB204D
Complementary color
Monochromatic Colors of #FB204D
Black with #FB204D
Text Example
Text Example
White with #FB204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB204D; }
p { color: rgb(251,32,77); }
H1.HeaderClassName
{
color: #FB204D;
}
.AnyTagClassName
{
color: #FB204D;
}
</style>
background-color css
<style>
a { background-color: #FB204D; }
a { background-color: rgb(251,32,77); }
div.DivClassName
{
background-color: #FB204D;
}
.BgClassName
{
background-color: #FB204D;
}
</style>
border-color css
<style>
span { border-color: #FB204D; }
span { border-color: rgb(251,32,77); }
td.TdClassName
{
border-color: #FB204D;
}
.TagClassName
{
border-color: #FB204D;
}
</style>