Color Hex Logo

#f969bb Color Hex

#F969BB
(249,105,187)
0 Favorites   0 Comments

Color spaces of #f969bb

RGB 249105187
HSL0.910.920.69
HSV326°58°98°
CMYK 0.000.580.25   0.02
XYZ53.088133.830750.7456
Yxy33.83070.38560.2457
Hunter Lab58.164261.1348-11.0129
CIE-Lab64.828063.3751-15.7049

#f969bb color RGB value is (249,105,187).

#f969bb hex color red value is 249, green value is 105 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f969bb hue: 0.91 , saturation: 0.92 and the lightness value of f969bb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 10111011
Octal 371 151 273
Decimal 249 105 187
Hex F9 69 BB

RGB Percentages of Color #f969bb

%46.03
%19.41
%34.57

CMYK Percentages of Color #f969bb

%0
%58
%25
%2

Triadic Colors of #f969bb

#f969bb #bbf969 #69bbf9

Analogous Colors of #f969bb

#f969bb #f96973 #ef69f9

Monochromatic Colors of #f969bb

#f969bb

Complementary Color

#f969bb #69f9a7

#f969bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969bb Color CSS Codes

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

#f969bb Text Font Color

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

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


#f969bb Background Color

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

This div background color is #f969bb


#f969bb Border Color

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

This div border color is #f969bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969bb


Comments

No comments written yet.

Please login to write comment.