Shades of Spicy Pink #FB21B8
Tints of Spicy Pink #FB21B8
RGB
CMYK
RGB Variations
Color information
#FB21B8 (or 0xFB21B8) is known color: Spicy Pink. HEX triplet: FB, 21 and B8. RGB value is (251,33,184). Sum of RGB (Red+Green+Blue) = 251+33+184=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21B8 is #04DE47. Grayscale: #737373. Windows color (decimal): -319048 or 12067323. OLE color: 12067323.
HSL color Cylindrical-coordinate representation of color #FB21B8: hue angle of 318.44º 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 #FB21B8 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 184 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.02 |
| HSL | 318.44º | 0.96% | 0.56% | - |
| HSV(B) | 318.44º | 0.87% | 0.98% | - |
| XYZ | 48.98 | 25.06 | 47.6 | - |
| YUV | 115.4 | 166.72 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 184 | 0 | 0.87 | 0.27 | 0.02 | 318.44 | 0.96 | 0.56 |
| Hex | FB | 21 | B8 | 0 | 57 | 1B | 2 | 13E | 60 | 38 |
| Octal | 373 | 41 | 270 | 0 | 127 | 33 | 2 | 476 | 140 | 70 |
| Binary | 11111011 | 100001 | 10111000 | 0 | 1010111 | 11011 | 10 | 100111110 | 1100000 | 111000 |
Color Harmonies of #FB21B8
Complementary color
Monochromatic Colors of #FB21B8
Black with #FB21B8
Text Example
Text Example
White with #FB21B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21B8; }
p { color: rgb(251,33,184); }
H1.HeaderClassName
{
color: #FB21B8;
}
.AnyTagClassName
{
color: #FB21B8;
}
</style>
background-color css
<style>
a { background-color: #FB21B8; }
a { background-color: rgb(251,33,184); }
div.DivClassName
{
background-color: #FB21B8;
}
.BgClassName
{
background-color: #FB21B8;
}
</style>
border-color css
<style>
span { border-color: #FB21B8; }
span { border-color: rgb(251,33,184); }
td.TdClassName
{
border-color: #FB21B8;
}
.TagClassName
{
border-color: #FB21B8;
}
</style>