Shades of Shocking Pink #FB0BBE
Tints of Shocking Pink #FB0BBE
RGB
CMYK
RGB Variations
Color information
#FB0BBE (or 0xFB0BBE) is known color: Shocking Pink. HEX triplet: FB, 0B and BE. RGB value is (251,11,190). Sum of RGB (Red+Green+Blue) = 251+11+190=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0BBE is #04F441. Grayscale: #666666. Windows color (decimal): -324674 or 12454907. OLE color: 12454907.
HSL color Cylindrical-coordinate representation of color #FB0BBE: hue angle of 315.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0BBE is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 190 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 315.25º | 0.97% | 0.51% | - |
| HSV(B) | 315.25º | 0.96% | 0.98% | - |
| XYZ | 49.2 | 24.47 | 50.84 | - |
| YUV | 103.17 | 177.01 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 190 | 0 | 0.96 | 0.24 | 0.02 | 315.25 | 0.97 | 0.51 |
| Hex | FB | B | BE | 0 | 60 | 18 | 2 | 13B | 61 | 33 |
| Octal | 373 | 13 | 276 | 0 | 140 | 30 | 2 | 473 | 141 | 63 |
| Binary | 11111011 | 1011 | 10111110 | 0 | 1100000 | 11000 | 10 | 100111011 | 1100001 | 110011 |
Color Harmonies of #FB0BBE
Complementary color
Monochromatic Colors of #FB0BBE
Black with #FB0BBE
Text Example
Text Example
White with #FB0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BBE; }
p { color: rgb(251,11,190); }
H1.HeaderClassName
{
color: #FB0BBE;
}
.AnyTagClassName
{
color: #FB0BBE;
}
</style>
background-color css
<style>
a { background-color: #FB0BBE; }
a { background-color: rgb(251,11,190); }
div.DivClassName
{
background-color: #FB0BBE;
}
.BgClassName
{
background-color: #FB0BBE;
}
</style>
border-color css
<style>
span { border-color: #FB0BBE; }
span { border-color: rgb(251,11,190); }
td.TdClassName
{
border-color: #FB0BBE;
}
.TagClassName
{
border-color: #FB0BBE;
}
</style>