#FB1BC8

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

Shades of Shocking Pink #FB1BC8

Tints of Shocking Pink #FB1BC8

Color information

#FB1BC8 (or 0xFB1BC8) is unknown color: approx Shocking Pink. HEX triplet: FB, 1B and C8. RGB value is (251,27,200). Sum of RGB (Red+Green+Blue) = 251+27+200=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1BC8 is #04E437. Grayscale: #717171. Windows color (decimal): -320568 or 13114363. OLE color: 13114363.

HSL color Cylindrical-coordinate representation of color #FB1BC8: hue angle of 313.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BC8 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB25127200-
CMYK00.890.200.02
HSL313.66º96.55%54.51%-
HSV(B)313.66º89.24%98.43%-
XYZ50.625.4656.89-
YUV113.7176.71225.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.51%
GREEN value IS 27 (10.94% from 255) = 5.65%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=52.51%
G=5.65%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512720000.890.200.02313.6696.5554.51
HexFB1BC805914213a6137
Octal37333310013124247214167
Binary1111101111011110010000101100110100101001110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1BC8; }

 p { color: rgb(251,27,200); }

 H1.HeaderClassName
 {
   color: #FB1BC8;
 }
 .AnyTagClassName
 {
   color: #FB1BC8;
 }
</style>
background-color css

<style>
 a { background-color: #FB1BC8; }

 a { background-color: rgb(251,27,200); }

 div.DivClassName
 {
   background-color: #FB1BC8;
 }
 .BgClassName
 {
   background-color: #FB1BC8;
 }
</style>
border-color css

<style>
 span { border-color: #FB1BC8; }

 span { border-color: rgb(251,27,200); }

 td.TdClassName
 {
   border-color: #FB1BC8;
 }
 .TagClassName
 {
   border-color: #FB1BC8;
 }
</style>