Shades of Spicy Pink #FB1AB7
Tints of Spicy Pink #FB1AB7
RGB
CMYK
RGB Variations
Color information
#FB1AB7 (or 0xFB1AB7) is known color: Spicy Pink. HEX triplet: FB, 1A and B7. RGB value is (251,26,183). Sum of RGB (Red+Green+Blue) = 251+26+183=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1AB7 is #04E548. Grayscale: #6E6E6E. Windows color (decimal): -320841 or 11999995. OLE color: 11999995.
HSL color Cylindrical-coordinate representation of color #FB1AB7: hue angle of 318.13º 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 #FB1AB7 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 183 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.02 |
| HSL | 318.13º | 0.97% | 0.54% | - |
| HSV(B) | 318.13º | 0.9% | 0.98% | - |
| XYZ | 48.7 | 24.67 | 46.99 | - |
| YUV | 111.17 | 168.54 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 183 | 0 | 0.90 | 0.27 | 0.02 | 318.13 | 0.97 | 0.54 |
| Hex | FB | 1A | B7 | 0 | 5A | 1B | 2 | 13E | 61 | 36 |
| Octal | 373 | 32 | 267 | 0 | 132 | 33 | 2 | 476 | 141 | 66 |
| Binary | 11111011 | 11010 | 10110111 | 0 | 1011010 | 11011 | 10 | 100111110 | 1100001 | 110110 |
Color Harmonies of #FB1AB7
Complementary color
Monochromatic Colors of #FB1AB7
Black with #FB1AB7
Text Example
Text Example
White with #FB1AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AB7; }
p { color: rgb(251,26,183); }
H1.HeaderClassName
{
color: #FB1AB7;
}
.AnyTagClassName
{
color: #FB1AB7;
}
</style>
background-color css
<style>
a { background-color: #FB1AB7; }
a { background-color: rgb(251,26,183); }
div.DivClassName
{
background-color: #FB1AB7;
}
.BgClassName
{
background-color: #FB1AB7;
}
</style>
border-color css
<style>
span { border-color: #FB1AB7; }
span { border-color: rgb(251,26,183); }
td.TdClassName
{
border-color: #FB1AB7;
}
.TagClassName
{
border-color: #FB1AB7;
}
</style>