Shades of Shocking Pink #FB09B2
Tints of Shocking Pink #FB09B2
RGB
CMYK
RGB Variations
Color information
#FB09B2 (or 0xFB09B2) is known color: Shocking Pink. HEX triplet: FB, 09 and B2. RGB value is (251,9,178). Sum of RGB (Red+Green+Blue) = 251+9+178=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB09B2 is #04F64D. Grayscale: #646464. Windows color (decimal): -325198 or 11667963. OLE color: 11667963.
HSL color Cylindrical-coordinate representation of color #FB09B2: hue angle of 318.1º 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 #FB09B2 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.02 |
| HSL | 318.1º | 0.97% | 0.51% | - |
| HSV(B) | 318.1º | 0.96% | 0.98% | - |
| XYZ | 47.92 | 23.92 | 44.21 | - |
| YUV | 100.62 | 171.67 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 178 | 0 | 0.96 | 0.29 | 0.02 | 318.1 | 0.97 | 0.51 |
| Hex | FB | 9 | B2 | 0 | 60 | 1D | 2 | 13E | 61 | 33 |
| Octal | 373 | 11 | 262 | 0 | 140 | 35 | 2 | 476 | 141 | 63 |
| Binary | 11111011 | 1001 | 10110010 | 0 | 1100000 | 11101 | 10 | 100111110 | 1100001 | 110011 |
Color Harmonies of #FB09B2
Complementary color
Monochromatic Colors of #FB09B2
Black with #FB09B2
Text Example
Text Example
White with #FB09B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09B2; }
p { color: rgb(251,9,178); }
H1.HeaderClassName
{
color: #FB09B2;
}
.AnyTagClassName
{
color: #FB09B2;
}
</style>
background-color css
<style>
a { background-color: #FB09B2; }
a { background-color: rgb(251,9,178); }
div.DivClassName
{
background-color: #FB09B2;
}
.BgClassName
{
background-color: #FB09B2;
}
</style>
border-color css
<style>
span { border-color: #FB09B2; }
span { border-color: rgb(251,9,178); }
td.TdClassName
{
border-color: #FB09B2;
}
.TagClassName
{
border-color: #FB09B2;
}
</style>