Shades of Shocking Pink #FB06B2
Tints of Shocking Pink #FB06B2
RGB
CMYK
RGB Variations
Color information
#FB06B2 (or 0xFB06B2) is known color: Shocking Pink. HEX triplet: FB, 06 and B2. RGB value is (251,6,178). Sum of RGB (Red+Green+Blue) = 251+6+178=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB06B2 is #04F94D. Grayscale: #626262. Windows color (decimal): -325966 or 11667195. OLE color: 11667195.
HSL color Cylindrical-coordinate representation of color #FB06B2: hue angle of 317.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB06B2 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 178 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.02 |
| HSL | 317.88º | 0.97% | 0.5% | - |
| HSV(B) | 317.88º | 0.98% | 0.98% | - |
| XYZ | 47.88 | 23.85 | 44.2 | - |
| YUV | 98.86 | 172.67 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 178 | 0 | 0.98 | 0.29 | 0.02 | 317.88 | 0.97 | 0.5 |
| Hex | FB | 6 | B2 | 0 | 62 | 1D | 2 | 13E | 61 | 32 |
| Octal | 373 | 6 | 262 | 0 | 142 | 35 | 2 | 476 | 141 | 62 |
| Binary | 11111011 | 110 | 10110010 | 0 | 1100010 | 11101 | 10 | 100111110 | 1100001 | 110010 |
Color Harmonies of #FB06B2
Complementary color
Monochromatic Colors of #FB06B2
Black with #FB06B2
Text Example
Text Example
White with #FB06B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06B2; }
p { color: rgb(251,6,178); }
H1.HeaderClassName
{
color: #FB06B2;
}
.AnyTagClassName
{
color: #FB06B2;
}
</style>
background-color css
<style>
a { background-color: #FB06B2; }
a { background-color: rgb(251,6,178); }
div.DivClassName
{
background-color: #FB06B2;
}
.BgClassName
{
background-color: #FB06B2;
}
</style>
border-color css
<style>
span { border-color: #FB06B2; }
span { border-color: rgb(251,6,178); }
td.TdClassName
{
border-color: #FB06B2;
}
.TagClassName
{
border-color: #FB06B2;
}
</style>