Shades of Spicy Pink #FB21A8
Tints of Spicy Pink #FB21A8
RGB
CMYK
RGB Variations
Color information
#FB21A8 (or 0xFB21A8) is known color: Spicy Pink. HEX triplet: FB, 21 and A8. RGB value is (251,33,168). Sum of RGB (Red+Green+Blue) = 251+33+168=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21A8 is #04DE57. Grayscale: #717171. Windows color (decimal): -319064 or 11018747. OLE color: 11018747.
HSL color Cylindrical-coordinate representation of color #FB21A8: hue angle of 322.84º 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 #FB21A8 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 168 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.02 |
| HSL | 322.84º | 0.96% | 0.56% | - |
| HSV(B) | 322.84º | 0.87% | 0.98% | - |
| XYZ | 47.4 | 24.42 | 39.26 | - |
| YUV | 113.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 168 | 0 | 0.87 | 0.33 | 0.02 | 322.84 | 0.96 | 0.56 |
| Hex | FB | 21 | A8 | 0 | 57 | 21 | 2 | 143 | 60 | 38 |
| Octal | 373 | 41 | 250 | 0 | 127 | 41 | 2 | 503 | 140 | 70 |
| Binary | 11111011 | 100001 | 10101000 | 0 | 1010111 | 100001 | 10 | 101000011 | 1100000 | 111000 |
Color Harmonies of #FB21A8
Complementary color
Monochromatic Colors of #FB21A8
Black with #FB21A8
Text Example
Text Example
White with #FB21A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21A8; }
p { color: rgb(251,33,168); }
H1.HeaderClassName
{
color: #FB21A8;
}
.AnyTagClassName
{
color: #FB21A8;
}
</style>
background-color css
<style>
a { background-color: #FB21A8; }
a { background-color: rgb(251,33,168); }
div.DivClassName
{
background-color: #FB21A8;
}
.BgClassName
{
background-color: #FB21A8;
}
</style>
border-color css
<style>
span { border-color: #FB21A8; }
span { border-color: rgb(251,33,168); }
td.TdClassName
{
border-color: #FB21A8;
}
.TagClassName
{
border-color: #FB21A8;
}
</style>