Color Hex Logo

#fb116d Color Hex

#FB116D
(251,17,109)
0 Favorites   0 Comments

Color spaces of #fb116d

RGB 25117109
HSL0.930.970.53
HSV336°93°98°
CMYK 0.000.930.57   0.02
XYZ42.744422.014316.4643
Yxy22.01430.52630.2710
Hunter Lab46.919480.507712.0384
CIE-Lab54.042281.168914.2113

#fb116d color RGB value is (251,17,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 01101101
Octal 373 21 155
Decimal 251 17 109
Hex FB 11 6D

RGB Percentages of Color #fb116d

%66.58
%4.51
%28.91

CMYK Percentages of Color #fb116d

%0
%93
%57
%2

Triadic Colors of #fb116d

#fb116d #6dfb11 #116dfb

Analogous Colors of #fb116d

#fb116d #fb2a11 #fb11e2

Monochromatic Colors of #fb116d

#fb116d

Complementary Color

#fb116d #11fb9f

#fb116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb116d Color CSS Codes

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

#fb116d Text Font Color

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

This sample text font color is #fb116d
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.


#fb116d Background Color

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

This div background color is #fb116d


#fb116d Border Color

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

This div border color is #fb116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb116d


Comments

No comments written yet.

Please login to write comment.