Color Hex Logo

#f691ba Color Hex

#F691BA
(246,145,186)
0 Favorites   0 Comments

Color spaces of #f691ba

RGB 246145186
HSL0.930.850.77
HSV336°41°96°
CMYK 0.000.410.24   0.04
XYZ56.994443.388851.8253
Yxy43.38880.37440.2851
Hunter Lab65.870239.1749-0.5390
CIE-Lab71.818143.1069-4.7450

#f691ba color RGB value is (246,145,186).

#f691ba hex color red value is 246, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f691ba hue: 0.93 , saturation: 0.85 and the lightness value of f691ba is 0.77.

The process color (four color CMYK) of #f691ba color hex is 0.00, 0.41, 0.24, 0.04. Web safe color of #f691ba is #ff99cc. Color #f691ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010001 10111010
Octal 366 221 272
Decimal 246 145 186
Hex F6 91 BA

RGB Percentages of Color #f691ba

%42.63
%25.13
%32.24

CMYK Percentages of Color #f691ba

%0
%41
%24
%4

Triadic Colors of #f691ba

#f691ba #baf691 #91baf6

Analogous Colors of #f691ba

#f691ba #f69b91 #f691ed

Monochromatic Colors of #f691ba

#f691ba

Complementary Color

#f691ba #91f6cd

#f691ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f691ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f691ba Color CSS Codes

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

#f691ba Text Font Color

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

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


#f691ba Background Color

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

This div background color is #f691ba


#f691ba Border Color

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

This div border color is #f691ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f691ba


Comments

No comments written yet.

Please login to write comment.