Shades of Amaranth #FB214C
Tints of Amaranth #FB214C
RGB
CMYK
RGB Variations
Color information
#FB214C (or 0xFB214C) is known color: Amaranth. HEX triplet: FB, 21 and 4C. RGB value is (251,33,76). Sum of RGB (Red+Green+Blue) = 251+33+76=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB214C is #04DEB3. Grayscale: #676767. Windows color (decimal): -319156 or 4989435. OLE color: 4989435.
HSL color Cylindrical-coordinate representation of color #FB214C: hue angle of 348.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB214C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 76 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.02 |
| HSL | 348.17º | 0.96% | 0.56% | - |
| HSV(B) | 348.17º | 0.87% | 0.98% | - |
| XYZ | 41.63 | 22.12 | 8.91 | - |
| YUV | 103.08 | 112.72 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 76 | 0 | 0.87 | 0.70 | 0.02 | 348.17 | 0.96 | 0.56 |
| Hex | FB | 21 | 4C | 0 | 57 | 46 | 2 | 15C | 60 | 38 |
| Octal | 373 | 41 | 114 | 0 | 127 | 106 | 2 | 534 | 140 | 70 |
| Binary | 11111011 | 100001 | 1001100 | 0 | 1010111 | 1000110 | 10 | 101011100 | 1100000 | 111000 |
Color Harmonies of #FB214C
Complementary color
Monochromatic Colors of #FB214C
Black with #FB214C
Text Example
Text Example
White with #FB214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB214C; }
p { color: rgb(251,33,76); }
H1.HeaderClassName
{
color: #FB214C;
}
.AnyTagClassName
{
color: #FB214C;
}
</style>
background-color css
<style>
a { background-color: #FB214C; }
a { background-color: rgb(251,33,76); }
div.DivClassName
{
background-color: #FB214C;
}
.BgClassName
{
background-color: #FB214C;
}
</style>
border-color css
<style>
span { border-color: #FB214C; }
span { border-color: rgb(251,33,76); }
td.TdClassName
{
border-color: #FB214C;
}
.TagClassName
{
border-color: #FB214C;
}
</style>