Shades of Shocking Pink #FB00B7
Tints of Shocking Pink #FB00B7
RGB
CMYK
RGB Variations
Color information
#FB00B7 (or 0xFB00B7) is known color: Shocking Pink. HEX triplet: FB, 00 and B7. RGB value is (251,0,183). Sum of RGB (Red+Green+Blue) = 251+0+183=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00B7 is #04FF48. Grayscale: #5F5F5F. Windows color (decimal): -327497 or 11993339. OLE color: 11993339.
HSL color Cylindrical-coordinate representation of color #FB00B7: hue angle of 316.25º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00B7 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.27 | 0.02 |
| HSL | 316.26º | 1% | 0.49% | - |
| HSV(B) | 316.26º | 1% | 0.98% | - |
| XYZ | 48.33 | 23.93 | 46.87 | - |
| YUV | 95.91 | 177.16 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 183 | 0 | 1 | 0.27 | 0.02 | 316.26 | 1 | 0.49 |
| Hex | FB | 0 | B7 | 0 | 64 | 1B | 2 | 13C | 64 | 31 |
| Octal | 373 | 0 | 267 | 0 | 144 | 33 | 2 | 474 | 144 | 61 |
| Binary | 11111011 | 0 | 10110111 | 0 | 1100100 | 11011 | 10 | 100111100 | 1100100 | 110001 |
Color Harmonies of #FB00B7
Complementary color
Monochromatic Colors of #FB00B7
Black with #FB00B7
Text Example
Text Example
White with #FB00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00B7; }
p { color: rgb(251,0,183); }
H1.HeaderClassName
{
color: #FB00B7;
}
.AnyTagClassName
{
color: #FB00B7;
}
</style>
background-color css
<style>
a { background-color: #FB00B7; }
a { background-color: rgb(251,0,183); }
div.DivClassName
{
background-color: #FB00B7;
}
.BgClassName
{
background-color: #FB00B7;
}
</style>
border-color css
<style>
span { border-color: #FB00B7; }
span { border-color: rgb(251,0,183); }
td.TdClassName
{
border-color: #FB00B7;
}
.TagClassName
{
border-color: #FB00B7;
}
</style>