Shades of Shocking Pink #FB0FB5
Tints of Shocking Pink #FB0FB5
RGB
CMYK
RGB Variations
Color information
#FB0FB5 (or 0xFB0FB5) is known color: Shocking Pink. HEX triplet: FB, 0F and B5. RGB value is (251,15,181). Sum of RGB (Red+Green+Blue) = 251+15+181=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FB5 is #04F04A. Grayscale: #686868. Windows color (decimal): -323659 or 11866107. OLE color: 11866107.
HSL color Cylindrical-coordinate representation of color #FB0FB5: hue angle of 317.8º 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 #FB0FB5 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 181 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.02 |
| HSL | 317.8º | 0.97% | 0.52% | - |
| HSV(B) | 317.8º | 0.94% | 0.98% | - |
| XYZ | 48.29 | 24.19 | 45.84 | - |
| YUV | 104.49 | 171.19 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 181 | 0 | 0.94 | 0.28 | 0.02 | 317.8 | 0.97 | 0.52 |
| Hex | FB | F | B5 | 0 | 5E | 1C | 2 | 13E | 61 | 34 |
| Octal | 373 | 17 | 265 | 0 | 136 | 34 | 2 | 476 | 141 | 64 |
| Binary | 11111011 | 1111 | 10110101 | 0 | 1011110 | 11100 | 10 | 100111110 | 1100001 | 110100 |
Color Harmonies of #FB0FB5
Complementary color
Monochromatic Colors of #FB0FB5
Black with #FB0FB5
Text Example
Text Example
White with #FB0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FB5; }
p { color: rgb(251,15,181); }
H1.HeaderClassName
{
color: #FB0FB5;
}
.AnyTagClassName
{
color: #FB0FB5;
}
</style>
background-color css
<style>
a { background-color: #FB0FB5; }
a { background-color: rgb(251,15,181); }
div.DivClassName
{
background-color: #FB0FB5;
}
.BgClassName
{
background-color: #FB0FB5;
}
</style>
border-color css
<style>
span { border-color: #FB0FB5; }
span { border-color: rgb(251,15,181); }
td.TdClassName
{
border-color: #FB0FB5;
}
.TagClassName
{
border-color: #FB0FB5;
}
</style>