Color Hex Logo

#f916bb Color Hex

#F916BB
(249,22,187)
0 Favorites   0 Comments

Color spaces of #f916bb

RGB 24922187
HSL0.880.950.53
HSV316°91°98°
CMYK 0.000.910.25   0.02
XYZ48.323524.301449.1574
Yxy24.30140.39680.1995
Hunter Lab49.296588.7082-24.6152
CIE-Lab56.388387.0461-28.6212

#f916bb color RGB value is (249,22,187).

#f916bb hex color red value is 249, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f916bb hue: 0.88 , saturation: 0.95 and the lightness value of f916bb is 0.53.

The process color (four color CMYK) of #f916bb color hex is 0.00, 0.91, 0.25, 0.02. Web safe color of #f916bb is #ff00cc. Color #f916bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010110 10111011
Octal 371 26 273
Decimal 249 22 187
Hex F9 16 BB

RGB Percentages of Color #f916bb

%54.37
%4.80
%40.83

CMYK Percentages of Color #f916bb

%0
%91
%25
%2

Triadic Colors of #f916bb

#f916bb #bbf916 #16bbf9

Analogous Colors of #f916bb

#f916bb #f91649 #c616f9

Monochromatic Colors of #f916bb

#f916bb

Complementary Color

#f916bb #16f954

#f916bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f916bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f916bb Color CSS Codes

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

#f916bb Text Font Color

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

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


#f916bb Background Color

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

This div background color is #f916bb


#f916bb Border Color

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

This div border color is #f916bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,22,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f916bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f916bb;
  -webkit-box-shadow: 1px 1px 3px 2px #f916bb;
  box-shadow:         1px 1px 3px 2px #f916bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,22,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f916bb


Comments

No comments written yet.

Please login to write comment.