Shades of Spicy Pink #FB1BA8
Tints of Spicy Pink #FB1BA8
RGB
CMYK
RGB Variations
Color information
#FB1BA8 (or 0xFB1BA8) is known color: Spicy Pink. HEX triplet: FB, 1B and A8. RGB value is (251,27,168). Sum of RGB (Red+Green+Blue) = 251+27+168=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1BA8 is #04E457. Grayscale: #6D6D6D. Windows color (decimal): -320600 or 11017211. OLE color: 11017211.
HSL color Cylindrical-coordinate representation of color #FB1BA8: hue angle of 322.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 168 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.02 |
| HSL | 322.23º | 0.97% | 0.55% | - |
| HSV(B) | 322.23º | 0.89% | 0.98% | - |
| XYZ | 47.24 | 24.12 | 39.21 | - |
| YUV | 110.05 | 160.71 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 168 | 0 | 0.89 | 0.33 | 0.02 | 322.23 | 0.97 | 0.55 |
| Hex | FB | 1B | A8 | 0 | 59 | 21 | 2 | 142 | 61 | 37 |
| Octal | 373 | 33 | 250 | 0 | 131 | 41 | 2 | 502 | 141 | 67 |
| Binary | 11111011 | 11011 | 10101000 | 0 | 1011001 | 100001 | 10 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FB1BA8
Complementary color
Monochromatic Colors of #FB1BA8
Black with #FB1BA8
Text Example
Text Example
White with #FB1BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BA8; }
p { color: rgb(251,27,168); }
H1.HeaderClassName
{
color: #FB1BA8;
}
.AnyTagClassName
{
color: #FB1BA8;
}
</style>
background-color css
<style>
a { background-color: #FB1BA8; }
a { background-color: rgb(251,27,168); }
div.DivClassName
{
background-color: #FB1BA8;
}
.BgClassName
{
background-color: #FB1BA8;
}
</style>
border-color css
<style>
span { border-color: #FB1BA8; }
span { border-color: rgb(251,27,168); }
td.TdClassName
{
border-color: #FB1BA8;
}
.TagClassName
{
border-color: #FB1BA8;
}
</style>