Color Hex Logo

#f185aa Color Hex

#F185AA
(241,133,170)
0 Favorites   0 Comments

Color spaces of #f185aa

RGB 241133170
HSL0.940.790.73
HSV339°45°95°
CMYK 0.000.450.29   0.05
XYZ51.918938.378142.7015
Yxy38.37810.39040.2886
Hunter Lab61.950141.18412.4971
CIE-Lab68.298445.3711-1.0524

#f185aa color RGB value is (241,133,170).

#f185aa hex color red value is 241, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f185aa hue: 0.94 , saturation: 0.79 and the lightness value of f185aa is 0.73.

The process color (four color CMYK) of #f185aa color hex is 0.00, 0.45, 0.29, 0.05. Web safe color of #f185aa is #ff9999. Color #f185aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 10101010
Octal 361 205 252
Decimal 241 133 170
Hex F1 85 AA

RGB Percentages of Color #f185aa

%44.30
%24.45
%31.25

CMYK Percentages of Color #f185aa

%0
%45
%29
%5

Triadic Colors of #f185aa

#f185aa #aaf185 #85aaf1

Analogous Colors of #f185aa

#f185aa #f19685 #f185e0

Monochromatic Colors of #f185aa

#f185aa

Complementary Color

#f185aa #85f1cc

#f185aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185aa Color CSS Codes

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

#f185aa Text Font Color

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

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


#f185aa Background Color

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

This div background color is #f185aa


#f185aa Border Color

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

This div border color is #f185aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,133,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185aa

Related Colors


Comments

No comments written yet.

Please login to write comment.