Color Hex Logo

#fb116c Color Hex

#FB116C
(251,17,108)
0 Favorites   0 Comments

Color spaces of #fb116c

RGB 25117108
HSL0.940.970.53
HSV337°93°98°
CMYK 0.000.930.57   0.02
XYZ42.690921.992816.1823
Yxy21.99280.52790.2720
Hunter Lab46.896580.423612.3687
CIE-Lab54.019481.107314.7838

#fb116c color RGB value is (251,17,108).

#fb116c hex color red value is 251, green value is 17 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fb116c hue: 0.94 , saturation: 0.97 and the lightness value of fb116c is 0.53.

The process color (four color CMYK) of #fb116c color hex is 0.00, 0.93, 0.57, 0.02. Web safe color of #fb116c is #ff0066. Color #fb116c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 01101100
Octal 373 21 154
Decimal 251 17 108
Hex FB 11 6C

RGB Percentages of Color #fb116c

%66.76
%4.52
%28.72

CMYK Percentages of Color #fb116c

%0
%93
%57
%2

Triadic Colors of #fb116c

#fb116c #6cfb11 #116cfb

Analogous Colors of #fb116c

#fb116c #fb2b11 #fb11e1

Monochromatic Colors of #fb116c

#fb116c

Complementary Color

#fb116c #11fba0

#fb116c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb116c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb116c Color CSS Codes

.mybgcolor {background-color:#fb116c; } 
.myforecolor {color:#fb116c; }
.mybordercolor {border:3px solid #fb116c; }

#fb116c Text Font Color

<p style="color:#fb116c">Text here</p>

This sample text font color is #fb116c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fb116c Background Color

<div style="background-color:#fb116c">
Div content here</div>

This div background color is #fb116c


#fb116c Border Color

<div style="border:3px solid #fb116c">
Div here</div>

This div border color is #fb116c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,17,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb116c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb116c;
  -webkit-box-shadow: 1px 1px 3px 2px #fb116c;
  box-shadow:         1px 1px 3px 2px #fb116c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,17,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb116c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fb116c;
  -webkit-box-shadow: 1px 1px 3px 2px #fb116c;
  box-shadow:         1px 1px 3px 2px #fb116c;">
Div content here</div>

This div box has shadow with color #fb116c

Related Colors


Comments

No comments written yet.

Please login to write comment.