Color Hex Logo

#f147a7 Color Hex

#F147A7
(241,71,167)
0 Favorites   0 Comments

Color spaces of #f147a7

RGB 24171167
HSL0.910.860.61
HSV326°71°95°
CMYK 0.000.710.31   0.05
XYZ45.503925.997339.1789
Yxy25.99730.41110.2349
Hunter Lab50.987570.0743-9.8672
CIE-Lab58.034572.0329-14.6071

#f147a7 color RGB value is (241,71,167).

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

The process color (four color CMYK) of #f147a7 color hex is 0.00, 0.71, 0.31, 0.05. Web safe color of #f147a7 is #ff3399. Color #f147a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000111 10100111
Octal 361 107 247
Decimal 241 71 167
Hex F1 47 A7

RGB Percentages of Color #f147a7

%50.31
%14.82
%34.86

CMYK Percentages of Color #f147a7

%0
%71
%31
%5

Triadic Colors of #f147a7

#f147a7 #a7f147 #47a7f1

Analogous Colors of #f147a7

#f147a7 #f14752 #e647f1

Monochromatic Colors of #f147a7

#f147a7

Complementary Color

#f147a7 #47f191

#f147a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f147a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f147a7 Color CSS Codes

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

#f147a7 Text Font Color

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

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


#f147a7 Background Color

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

This div background color is #f147a7


#f147a7 Border Color

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

This div border color is #f147a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f147a7


Comments

No comments written yet.

Please login to write comment.