Color Hex Logo

#f147ba Color Hex

#F147BA
(241,71,186)
0 Favorites   0 Comments

Color spaces of #f147ba

RGB 24171186
HSL0.890.860.61
HSV319°71°95°
CMYK 0.000.710.23   0.05
XYZ47.391826.752449.1203
Yxy26.75240.38450.2170
Hunter Lab51.722773.0388-20.1009
CIE-Lab58.744474.3090-24.5202

#f147ba color RGB value is (241,71,186).

#f147ba hex color red value is 241, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f147ba hue: 0.89 , saturation: 0.86 and the lightness value of f147ba is 0.61.

The process color (four color CMYK) of #f147ba color hex is 0.00, 0.71, 0.23, 0.05. Web safe color of #f147ba is #ff33cc. Color #f147ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000111 10111010
Octal 361 107 272
Decimal 241 71 186
Hex F1 47 BA

RGB Percentages of Color #f147ba

%48.39
%14.26
%37.35

CMYK Percentages of Color #f147ba

%0
%71
%23
%5

Triadic Colors of #f147ba

#f147ba #baf147 #47baf1

Analogous Colors of #f147ba

#f147ba #f14765 #d347f1

Monochromatic Colors of #f147ba

#f147ba

Complementary Color

#f147ba #47f17e

#f147ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f147ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f147ba Color CSS Codes

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

#f147ba Text Font Color

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

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


#f147ba Background Color

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

This div background color is #f147ba


#f147ba Border Color

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

This div border color is #f147ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f147ba


Comments

No comments written yet.

Please login to write comment.