Shades of Spicy Pink #FB1BA9
Tints of Spicy Pink #FB1BA9
RGB
CMYK
RGB Variations
Color information
#FB1BA9 (or 0xFB1BA9) is known color: Spicy Pink. HEX triplet: FB, 1B and A9. RGB value is (251,27,169). Sum of RGB (Red+Green+Blue) = 251+27+169=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1BA9 is #04E456. Grayscale: #6D6D6D. Windows color (decimal): -320599 or 11082747. OLE color: 11082747.
HSL color Cylindrical-coordinate representation of color #FB1BA9: hue angle of 321.96º 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 #FB1BA9 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 169 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.02 |
| HSL | 321.96º | 0.97% | 0.55% | - |
| HSV(B) | 321.96º | 0.89% | 0.98% | - |
| XYZ | 47.34 | 24.16 | 39.7 | - |
| YUV | 110.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 169 | 0 | 0.89 | 0.33 | 0.02 | 321.96 | 0.97 | 0.55 |
| Hex | FB | 1B | A9 | 0 | 59 | 21 | 2 | 142 | 61 | 37 |
| Octal | 373 | 33 | 251 | 0 | 131 | 41 | 2 | 502 | 141 | 67 |
| Binary | 11111011 | 11011 | 10101001 | 0 | 1011001 | 100001 | 10 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FB1BA9
Complementary color
Monochromatic Colors of #FB1BA9
Black with #FB1BA9
Text Example
Text Example
White with #FB1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BA9; }
p { color: rgb(251,27,169); }
H1.HeaderClassName
{
color: #FB1BA9;
}
.AnyTagClassName
{
color: #FB1BA9;
}
</style>
background-color css
<style>
a { background-color: #FB1BA9; }
a { background-color: rgb(251,27,169); }
div.DivClassName
{
background-color: #FB1BA9;
}
.BgClassName
{
background-color: #FB1BA9;
}
</style>
border-color css
<style>
span { border-color: #FB1BA9; }
span { border-color: rgb(251,27,169); }
td.TdClassName
{
border-color: #FB1BA9;
}
.TagClassName
{
border-color: #FB1BA9;
}
</style>