Shades of Shocking Pink #FB17BB
Tints of Shocking Pink #FB17BB
RGB
CMYK
RGB Variations
Color information
#FB17BB (or 0xFB17BB) is known color: Shocking Pink. HEX triplet: FB, 17 and BB. RGB value is (251,23,187). Sum of RGB (Red+Green+Blue) = 251+23+187=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB17BB is #04E844. Grayscale: #6D6D6D. Windows color (decimal): -321605 or 12261371. OLE color: 12261371.
HSL color Cylindrical-coordinate representation of color #FB17BB: hue angle of 316.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB17BB is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 187 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.02 |
| HSL | 316.84º | 0.97% | 0.54% | - |
| HSV(B) | 316.84º | 0.91% | 0.98% | - |
| XYZ | 49.06 | 24.71 | 49.2 | - |
| YUV | 109.87 | 171.54 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 187 | 0 | 0.91 | 0.25 | 0.02 | 316.84 | 0.97 | 0.54 |
| Hex | FB | 17 | BB | 0 | 5B | 19 | 2 | 13D | 61 | 36 |
| Octal | 373 | 27 | 273 | 0 | 133 | 31 | 2 | 475 | 141 | 66 |
| Binary | 11111011 | 10111 | 10111011 | 0 | 1011011 | 11001 | 10 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FB17BB
Complementary color
Monochromatic Colors of #FB17BB
Black with #FB17BB
Text Example
Text Example
White with #FB17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17BB; }
p { color: rgb(251,23,187); }
H1.HeaderClassName
{
color: #FB17BB;
}
.AnyTagClassName
{
color: #FB17BB;
}
</style>
background-color css
<style>
a { background-color: #FB17BB; }
a { background-color: rgb(251,23,187); }
div.DivClassName
{
background-color: #FB17BB;
}
.BgClassName
{
background-color: #FB17BB;
}
</style>
border-color css
<style>
span { border-color: #FB17BB; }
span { border-color: rgb(251,23,187); }
td.TdClassName
{
border-color: #FB17BB;
}
.TagClassName
{
border-color: #FB17BB;
}
</style>