Color Hex Logo

#f956bb Color Hex

#F956BB
(249,86,187)
0 Favorites   0 Comments

Color spaces of #f956bb

RGB 24986187
HSL0.900.930.66
HSV323°65°98°
CMYK 0.000.650.25   0.02
XYZ51.364430.383250.1710
Yxy30.38320.38940.2303
Hunter Lab55.121069.8733-15.3810
CIE-Lab61.983571.1302-20.0217

#f956bb color RGB value is (249,86,187).

#f956bb hex color red value is 249, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f956bb hue: 0.90 , saturation: 0.93 and the lightness value of f956bb is 0.66.

The process color (four color CMYK) of #f956bb color hex is 0.00, 0.65, 0.25, 0.02. Web safe color of #f956bb is #ff66cc. Color #f956bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 10111011
Octal 371 126 273
Decimal 249 86 187
Hex F9 56 BB

RGB Percentages of Color #f956bb

%47.70
%16.48
%35.82

CMYK Percentages of Color #f956bb

%0
%65
%25
%2

Triadic Colors of #f956bb

#f956bb #bbf956 #56bbf9

Analogous Colors of #f956bb

#f956bb #f9566a #e656f9

Monochromatic Colors of #f956bb

#f956bb

Complementary Color

#f956bb #56f994

#f956bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956bb Color CSS Codes

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

#f956bb Text Font Color

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

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


#f956bb Background Color

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

This div background color is #f956bb


#f956bb Border Color

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

This div border color is #f956bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,86,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 #f956bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956bb

Related Colors


Comments

No comments written yet.

Please login to write comment.