Shades of Shocking Pink #FB0FB7
Tints of Shocking Pink #FB0FB7
RGB
CMYK
RGB Variations
Color information
#FB0FB7 (or 0xFB0FB7) is known color: Shocking Pink. HEX triplet: FB, 0F and B7. RGB value is (251,15,183). Sum of RGB (Red+Green+Blue) = 251+15+183=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FB7 is #04F048. Grayscale: #686868. Windows color (decimal): -323657 or 11997179. OLE color: 11997179.
HSL color Cylindrical-coordinate representation of color #FB0FB7: hue angle of 317.29º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FB7 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 183 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.02 |
| HSL | 317.29º | 0.97% | 0.52% | - |
| HSV(B) | 317.29º | 0.94% | 0.98% | - |
| XYZ | 48.5 | 24.27 | 46.93 | - |
| YUV | 104.72 | 172.19 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 183 | 0 | 0.94 | 0.27 | 0.02 | 317.29 | 0.97 | 0.52 |
| Hex | FB | F | B7 | 0 | 5E | 1B | 2 | 13D | 61 | 34 |
| Octal | 373 | 17 | 267 | 0 | 136 | 33 | 2 | 475 | 141 | 64 |
| Binary | 11111011 | 1111 | 10110111 | 0 | 1011110 | 11011 | 10 | 100111101 | 1100001 | 110100 |
Color Harmonies of #FB0FB7
Complementary color
Monochromatic Colors of #FB0FB7
Black with #FB0FB7
Text Example
Text Example
White with #FB0FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FB7; }
p { color: rgb(251,15,183); }
H1.HeaderClassName
{
color: #FB0FB7;
}
.AnyTagClassName
{
color: #FB0FB7;
}
</style>
background-color css
<style>
a { background-color: #FB0FB7; }
a { background-color: rgb(251,15,183); }
div.DivClassName
{
background-color: #FB0FB7;
}
.BgClassName
{
background-color: #FB0FB7;
}
</style>
border-color css
<style>
span { border-color: #FB0FB7; }
span { border-color: rgb(251,15,183); }
td.TdClassName
{
border-color: #FB0FB7;
}
.TagClassName
{
border-color: #FB0FB7;
}
</style>