Shades of Spicy Pink #FB21AB
Tints of Spicy Pink #FB21AB
RGB
CMYK
RGB Variations
Color information
#FB21AB (or 0xFB21AB) is known color: Spicy Pink. HEX triplet: FB, 21 and AB. RGB value is (251,33,171). Sum of RGB (Red+Green+Blue) = 251+33+171=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21AB is #04DE54. Grayscale: #717171. Windows color (decimal): -319061 or 11215355. OLE color: 11215355.
HSL color Cylindrical-coordinate representation of color #FB21AB: hue angle of 322.02º 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 #FB21AB is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 171 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.02 |
| HSL | 322.02º | 0.96% | 0.56% | - |
| HSV(B) | 322.02º | 0.87% | 0.98% | - |
| XYZ | 47.68 | 24.54 | 40.75 | - |
| YUV | 113.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 171 | 0 | 0.87 | 0.32 | 0.02 | 322.02 | 0.96 | 0.56 |
| Hex | FB | 21 | AB | 0 | 57 | 20 | 2 | 142 | 60 | 38 |
| Octal | 373 | 41 | 253 | 0 | 127 | 40 | 2 | 502 | 140 | 70 |
| Binary | 11111011 | 100001 | 10101011 | 0 | 1010111 | 100000 | 10 | 101000010 | 1100000 | 111000 |
Color Harmonies of #FB21AB
Complementary color
Monochromatic Colors of #FB21AB
Black with #FB21AB
Text Example
Text Example
White with #FB21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21AB; }
p { color: rgb(251,33,171); }
H1.HeaderClassName
{
color: #FB21AB;
}
.AnyTagClassName
{
color: #FB21AB;
}
</style>
background-color css
<style>
a { background-color: #FB21AB; }
a { background-color: rgb(251,33,171); }
div.DivClassName
{
background-color: #FB21AB;
}
.BgClassName
{
background-color: #FB21AB;
}
</style>
border-color css
<style>
span { border-color: #FB21AB; }
span { border-color: rgb(251,33,171); }
td.TdClassName
{
border-color: #FB21AB;
}
.TagClassName
{
border-color: #FB21AB;
}
</style>