Shades of Spicy Pink #FB1BAC
Tints of Spicy Pink #FB1BAC
RGB
CMYK
RGB Variations
Color information
#FB1BAC (or 0xFB1BAC) is known color: Spicy Pink. HEX triplet: FB, 1B and AC. RGB value is (251,27,172). Sum of RGB (Red+Green+Blue) = 251+27+172=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1BAC is #04E453. Grayscale: #6E6E6E. Windows color (decimal): -320596 or 11279355. OLE color: 11279355.
HSL color Cylindrical-coordinate representation of color #FB1BAC: hue angle of 321.16º 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 #FB1BAC is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 172 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.02 |
| HSL | 321.16º | 0.97% | 0.55% | - |
| HSV(B) | 321.16º | 0.89% | 0.98% | - |
| XYZ | 47.62 | 24.27 | 41.2 | - |
| YUV | 110.51 | 162.71 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 172 | 0 | 0.89 | 0.31 | 0.02 | 321.16 | 0.97 | 0.55 |
| Hex | FB | 1B | AC | 0 | 59 | 1F | 2 | 141 | 61 | 37 |
| Octal | 373 | 33 | 254 | 0 | 131 | 37 | 2 | 501 | 141 | 67 |
| Binary | 11111011 | 11011 | 10101100 | 0 | 1011001 | 11111 | 10 | 101000001 | 1100001 | 110111 |
Color Harmonies of #FB1BAC
Complementary color
Monochromatic Colors of #FB1BAC
Black with #FB1BAC
Text Example
Text Example
White with #FB1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BAC; }
p { color: rgb(251,27,172); }
H1.HeaderClassName
{
color: #FB1BAC;
}
.AnyTagClassName
{
color: #FB1BAC;
}
</style>
background-color css
<style>
a { background-color: #FB1BAC; }
a { background-color: rgb(251,27,172); }
div.DivClassName
{
background-color: #FB1BAC;
}
.BgClassName
{
background-color: #FB1BAC;
}
</style>
border-color css
<style>
span { border-color: #FB1BAC; }
span { border-color: rgb(251,27,172); }
td.TdClassName
{
border-color: #FB1BAC;
}
.TagClassName
{
border-color: #FB1BAC;
}
</style>