#FB06B2

Color #FB06B2 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FB06B2

Tints of Shocking Pink #FB06B2

Color information

#FB06B2 (or 0xFB06B2) is unknown color: approx 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

RGB2516178-
CMYK00.980.290.02
HSL317.88º96.84%50.39%-
HSV(B)317.88º97.61%98.43%-
XYZ47.8823.8544.2-
YUV98.86172.67236.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 57.70%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 178 (69.92% from 255) = 40.92%
R=57.70%
G=1.38%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251617800.980.290.02317.8896.8450.39
HexFB6B20621D213e6132
Octal3736262014235247614162
Binary11111011110101100100110001011101101001111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB06B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>