Shades of Spicy Pink #FB1AB9
Tints of Spicy Pink #FB1AB9
RGB
CMYK
RGB Variations
Color information
#FB1AB9 (or 0xFB1AB9) is known color: Spicy Pink. HEX triplet: FB, 1A and B9. RGB value is (251,26,185). Sum of RGB (Red+Green+Blue) = 251+26+185=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1AB9 is #04E546. Grayscale: #6E6E6E. Windows color (decimal): -320839 or 12131067. OLE color: 12131067.
HSL color Cylindrical-coordinate representation of color #FB1AB9: hue angle of 317.6º 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 #FB1AB9 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 185 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.02 |
| HSL | 317.6º | 0.97% | 0.54% | - |
| HSV(B) | 317.6º | 0.9% | 0.98% | - |
| XYZ | 48.91 | 24.75 | 48.1 | - |
| YUV | 111.4 | 169.54 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 185 | 0 | 0.90 | 0.26 | 0.02 | 317.6 | 0.97 | 0.54 |
| Hex | FB | 1A | B9 | 0 | 5A | 1A | 2 | 13E | 61 | 36 |
| Octal | 373 | 32 | 271 | 0 | 132 | 32 | 2 | 476 | 141 | 66 |
| Binary | 11111011 | 11010 | 10111001 | 0 | 1011010 | 11010 | 10 | 100111110 | 1100001 | 110110 |
Color Harmonies of #FB1AB9
Complementary color
Monochromatic Colors of #FB1AB9
Black with #FB1AB9
Text Example
Text Example
White with #FB1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1AB9; }
p { color: rgb(251,26,185); }
H1.HeaderClassName
{
color: #FB1AB9;
}
.AnyTagClassName
{
color: #FB1AB9;
}
</style>
background-color css
<style>
a { background-color: #FB1AB9; }
a { background-color: rgb(251,26,185); }
div.DivClassName
{
background-color: #FB1AB9;
}
.BgClassName
{
background-color: #FB1AB9;
}
</style>
border-color css
<style>
span { border-color: #FB1AB9; }
span { border-color: rgb(251,26,185); }
td.TdClassName
{
border-color: #FB1AB9;
}
.TagClassName
{
border-color: #FB1AB9;
}
</style>