Shades of Shocking Pink #FB09BD
Tints of Shocking Pink #FB09BD
RGB
CMYK
RGB Variations
Color information
#FB09BD (or 0xFB09BD) is known color: Shocking Pink. HEX triplet: FB, 09 and BD. RGB value is (251,9,189). Sum of RGB (Red+Green+Blue) = 251+9+189=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09BD is #04F642. Grayscale: #656565. Windows color (decimal): -325187 or 12388859. OLE color: 12388859.
HSL color Cylindrical-coordinate representation of color #FB09BD: hue angle of 315.37º 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 #FB09BD is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.02 |
| HSL | 315.37º | 0.97% | 0.51% | - |
| HSV(B) | 315.37º | 0.96% | 0.98% | - |
| XYZ | 49.07 | 24.38 | 50.26 | - |
| YUV | 101.88 | 177.17 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 189 | 0 | 0.96 | 0.25 | 0.02 | 315.37 | 0.97 | 0.51 |
| Hex | FB | 9 | BD | 0 | 60 | 19 | 2 | 13B | 61 | 33 |
| Octal | 373 | 11 | 275 | 0 | 140 | 31 | 2 | 473 | 141 | 63 |
| Binary | 11111011 | 1001 | 10111101 | 0 | 1100000 | 11001 | 10 | 100111011 | 1100001 | 110011 |
Color Harmonies of #FB09BD
Complementary color
Monochromatic Colors of #FB09BD
Black with #FB09BD
Text Example
Text Example
White with #FB09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09BD; }
p { color: rgb(251,9,189); }
H1.HeaderClassName
{
color: #FB09BD;
}
.AnyTagClassName
{
color: #FB09BD;
}
</style>
background-color css
<style>
a { background-color: #FB09BD; }
a { background-color: rgb(251,9,189); }
div.DivClassName
{
background-color: #FB09BD;
}
.BgClassName
{
background-color: #FB09BD;
}
</style>
border-color css
<style>
span { border-color: #FB09BD; }
span { border-color: rgb(251,9,189); }
td.TdClassName
{
border-color: #FB09BD;
}
.TagClassName
{
border-color: #FB09BD;
}
</style>