Shades of Spicy Pink #FB1AB1
Tints of Spicy Pink #FB1AB1
RGB
CMYK
RGB Variations
Color information
#FB1AB1 (or 0xFB1AB1) is known color: Spicy Pink. HEX triplet: FB, 1A and B1. RGB value is (251,26,177). Sum of RGB (Red+Green+Blue) = 251+26+177=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1AB1 is #04E54E. Grayscale: #6E6E6E. Windows color (decimal): -320847 or 11606779. OLE color: 11606779.
HSL color Cylindrical-coordinate representation of color #FB1AB1: hue angle of 319.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AB1 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 177 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.02 |
| HSL | 319.73º | 0.97% | 0.54% | - |
| HSV(B) | 319.73º | 0.9% | 0.98% | - |
| XYZ | 48.09 | 24.42 | 43.77 | - |
| YUV | 110.49 | 165.54 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 177 | 0 | 0.90 | 0.29 | 0.02 | 319.73 | 0.97 | 0.54 |
| Hex | FB | 1A | B1 | 0 | 5A | 1D | 2 | 140 | 61 | 36 |
| Octal | 373 | 32 | 261 | 0 | 132 | 35 | 2 | 500 | 141 | 66 |
| Binary | 11111011 | 11010 | 10110001 | 0 | 1011010 | 11101 | 10 | 101000000 | 1100001 | 110110 |
Color Harmonies of #FB1AB1
Complementary color
Monochromatic Colors of #FB1AB1
Black with #FB1AB1
Text Example
Text Example
White with #FB1AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AB1; }
p { color: rgb(251,26,177); }
H1.HeaderClassName
{
color: #FB1AB1;
}
.AnyTagClassName
{
color: #FB1AB1;
}
</style>
background-color css
<style>
a { background-color: #FB1AB1; }
a { background-color: rgb(251,26,177); }
div.DivClassName
{
background-color: #FB1AB1;
}
.BgClassName
{
background-color: #FB1AB1;
}
</style>
border-color css
<style>
span { border-color: #FB1AB1; }
span { border-color: rgb(251,26,177); }
td.TdClassName
{
border-color: #FB1AB1;
}
.TagClassName
{
border-color: #FB1AB1;
}
</style>