Color Hex Logo

#f169ba Color Hex

#F169BA
(241,105,186)
0 Favorites   0 Comments

Color spaces of #f169ba

RGB 241105186
HSL0.900.830.68
HSV324°56°95°
CMYK 0.000.560.23   0.05
XYZ50.190132.349150.0531
Yxy32.34910.37850.2440
Hunter Lab56.876357.9827-12.3639
CIE-Lab63.630460.9038-17.0611

#f169ba color RGB value is (241,105,186).

#f169ba hex color red value is 241, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f169ba hue: 0.90 , saturation: 0.83 and the lightness value of f169ba is 0.68.

The process color (four color CMYK) of #f169ba color hex is 0.00, 0.56, 0.23, 0.05. Web safe color of #f169ba is #ff66cc. Color #f169ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101001 10111010
Octal 361 151 272
Decimal 241 105 186
Hex F1 69 BA

RGB Percentages of Color #f169ba

%45.30
%19.74
%34.96

CMYK Percentages of Color #f169ba

%0
%56
%23
%5

Triadic Colors of #f169ba

#f169ba #baf169 #69baf1

Analogous Colors of #f169ba

#f169ba #f16976 #e469f1

Monochromatic Colors of #f169ba

#f169ba

Complementary Color

#f169ba #69f1a0

#f169ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f169ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f169ba Color CSS Codes

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

#f169ba Text Font Color

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

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


#f169ba Background Color

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

This div background color is #f169ba


#f169ba Border Color

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

This div border color is #f169ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f169ba


Comments

No comments written yet.

Please login to write comment.