Shades of Shocking Pink #FB11BD
Tints of Shocking Pink #FB11BD
RGB
CMYK
RGB Variations
Color information
#FB11BD (or 0xFB11BD) is known color: Shocking Pink. HEX triplet: FB, 11 and BD. RGB value is (251,17,189). Sum of RGB (Red+Green+Blue) = 251+17+189=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB11BD is #04EE42. Grayscale: #6A6A6A. Windows color (decimal): -323139 or 12390907. OLE color: 12390907.
HSL color Cylindrical-coordinate representation of color #FB11BD: hue angle of 315.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB11BD is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 189 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.02 |
| HSL | 315.9º | 0.97% | 0.53% | - |
| HSV(B) | 315.9º | 0.93% | 0.98% | - |
| XYZ | 49.17 | 24.58 | 50.3 | - |
| YUV | 106.57 | 174.52 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 189 | 0 | 0.93 | 0.25 | 0.02 | 315.9 | 0.97 | 0.53 |
| Hex | FB | 11 | BD | 0 | 5D | 19 | 2 | 13C | 61 | 35 |
| Octal | 373 | 21 | 275 | 0 | 135 | 31 | 2 | 474 | 141 | 65 |
| Binary | 11111011 | 10001 | 10111101 | 0 | 1011101 | 11001 | 10 | 100111100 | 1100001 | 110101 |
Color Harmonies of #FB11BD
Complementary color
Monochromatic Colors of #FB11BD
Black with #FB11BD
Text Example
Text Example
White with #FB11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB11BD; }
p { color: rgb(251,17,189); }
H1.HeaderClassName
{
color: #FB11BD;
}
.AnyTagClassName
{
color: #FB11BD;
}
</style>
background-color css
<style>
a { background-color: #FB11BD; }
a { background-color: rgb(251,17,189); }
div.DivClassName
{
background-color: #FB11BD;
}
.BgClassName
{
background-color: #FB11BD;
}
</style>
border-color css
<style>
span { border-color: #FB11BD; }
span { border-color: rgb(251,17,189); }
td.TdClassName
{
border-color: #FB11BD;
}
.TagClassName
{
border-color: #FB11BD;
}
</style>