Color Hex Logo

#f969ba Color Hex

#F969BA
(249,105,186)
0 Favorites   0 Comments

Color spaces of #f969ba

RGB 249105186
HSL0.910.920.69
HSV326°58°98°
CMYK 0.000.580.25   0.02
XYZ52.981433.788150.1837
Yxy33.78810.38690.2467
Hunter Lab58.127560.9739-10.4980
CIE-Lab64.794063.2453-15.1889

#f969ba color RGB value is (249,105,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 10111010
Octal 371 151 272
Decimal 249 105 186
Hex F9 69 BA

RGB Percentages of Color #f969ba

%46.11
%19.44
%34.44

CMYK Percentages of Color #f969ba

%0
%58
%25
%2

Triadic Colors of #f969ba

#f969ba #baf969 #69baf9

Analogous Colors of #f969ba

#f969ba #f96972 #f069f9

Monochromatic Colors of #f969ba

#f969ba

Complementary Color

#f969ba #69f9a8

#f969ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969ba Color CSS Codes

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

#f969ba Text Font Color

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

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


#f969ba Background Color

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

This div background color is #f969ba


#f969ba Border Color

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

This div border color is #f969ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969ba


Comments

No comments written yet.

Please login to write comment.