Shades of Spicy Pink #FB1DBB
Tints of Spicy Pink #FB1DBB
RGB
CMYK
RGB Variations
Color information
#FB1DBB (or 0xFB1DBB) is known color: Spicy Pink. HEX triplet: FB, 1D and BB. RGB value is (251,29,187). Sum of RGB (Red+Green+Blue) = 251+29+187=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DBB is #04E244. Grayscale: #707070. Windows color (decimal): -320069 or 12262907. OLE color: 12262907.
HSL color Cylindrical-coordinate representation of color #FB1DBB: hue angle of 317.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1DBB is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.02 |
| HSL | 317.3º | 0.97% | 0.55% | - |
| HSV(B) | 317.3º | 0.88% | 0.98% | - |
| XYZ | 49.19 | 24.98 | 49.24 | - |
| YUV | 113.39 | 169.55 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 187 | 0 | 0.88 | 0.25 | 0.02 | 317.3 | 0.97 | 0.55 |
| Hex | FB | 1D | BB | 0 | 58 | 19 | 2 | 13D | 61 | 37 |
| Octal | 373 | 35 | 273 | 0 | 130 | 31 | 2 | 475 | 141 | 67 |
| Binary | 11111011 | 11101 | 10111011 | 0 | 1011000 | 11001 | 10 | 100111101 | 1100001 | 110111 |
Color Harmonies of #FB1DBB
Complementary color
Monochromatic Colors of #FB1DBB
Black with #FB1DBB
Text Example
Text Example
White with #FB1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DBB; }
p { color: rgb(251,29,187); }
H1.HeaderClassName
{
color: #FB1DBB;
}
.AnyTagClassName
{
color: #FB1DBB;
}
</style>
background-color css
<style>
a { background-color: #FB1DBB; }
a { background-color: rgb(251,29,187); }
div.DivClassName
{
background-color: #FB1DBB;
}
.BgClassName
{
background-color: #FB1DBB;
}
</style>
border-color css
<style>
span { border-color: #FB1DBB; }
span { border-color: rgb(251,29,187); }
td.TdClassName
{
border-color: #FB1DBB;
}
.TagClassName
{
border-color: #FB1DBB;
}
</style>