Shades of Spicy Pink #FB21BC
Tints of Spicy Pink #FB21BC
RGB
CMYK
RGB Variations
Color information
#FB21BC (or 0xFB21BC) is known color: Spicy Pink. HEX triplet: FB, 21 and BC. RGB value is (251,33,188). Sum of RGB (Red+Green+Blue) = 251+33+188=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21BC is #04DE43. Grayscale: #737373. Windows color (decimal): -319044 or 12329467. OLE color: 12329467.
HSL color Cylindrical-coordinate representation of color #FB21BC: hue angle of 317.34º 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 #FB21BC is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 188 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.02 |
| HSL | 317.34º | 0.96% | 0.56% | - |
| HSV(B) | 317.34º | 0.87% | 0.98% | - |
| XYZ | 49.4 | 25.23 | 49.84 | - |
| YUV | 115.85 | 168.72 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 188 | 0 | 0.87 | 0.25 | 0.02 | 317.34 | 0.96 | 0.56 |
| Hex | FB | 21 | BC | 0 | 57 | 19 | 2 | 13D | 60 | 38 |
| Octal | 373 | 41 | 274 | 0 | 127 | 31 | 2 | 475 | 140 | 70 |
| Binary | 11111011 | 100001 | 10111100 | 0 | 1010111 | 11001 | 10 | 100111101 | 1100000 | 111000 |
Color Harmonies of #FB21BC
Complementary color
Monochromatic Colors of #FB21BC
Black with #FB21BC
Text Example
Text Example
White with #FB21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21BC; }
p { color: rgb(251,33,188); }
H1.HeaderClassName
{
color: #FB21BC;
}
.AnyTagClassName
{
color: #FB21BC;
}
</style>
background-color css
<style>
a { background-color: #FB21BC; }
a { background-color: rgb(251,33,188); }
div.DivClassName
{
background-color: #FB21BC;
}
.BgClassName
{
background-color: #FB21BC;
}
</style>
border-color css
<style>
span { border-color: #FB21BC; }
span { border-color: rgb(251,33,188); }
td.TdClassName
{
border-color: #FB21BC;
}
.TagClassName
{
border-color: #FB21BC;
}
</style>