Color Hex Logo

#f171bf Color Hex

#F171BF
(241,113,191)
0 Favorites   0 Comments

Color spaces of #f171bf

RGB 241113191
HSL0.900.820.69
HSV323°53°95°
CMYK 0.000.530.21   0.05
XYZ51.584734.272653.1867
Yxy34.27260.37100.2465
Hunter Lab58.542854.8345-12.8856
CIE-Lab65.178457.9404-17.5483

#f171bf color RGB value is (241,113,191).

#f171bf hex color red value is 241, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f171bf hue: 0.90 , saturation: 0.82 and the lightness value of f171bf is 0.69.

The process color (four color CMYK) of #f171bf color hex is 0.00, 0.53, 0.21, 0.05. Web safe color of #f171bf is #ff66cc. Color #f171bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110001 10111111
Octal 361 161 277
Decimal 241 113 191
Hex F1 71 BF

RGB Percentages of Color #f171bf

%44.22
%20.73
%35.05

CMYK Percentages of Color #f171bf

%0
%53
%21
%5

Triadic Colors of #f171bf

#f171bf #bff171 #71bff1

Analogous Colors of #f171bf

#f171bf #f1717f #e371f1

Monochromatic Colors of #f171bf

#f171bf

Complementary Color

#f171bf #71f1a3

#f171bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f171bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f171bf Color CSS Codes

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

#f171bf Text Font Color

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

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


#f171bf Background Color

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

This div background color is #f171bf


#f171bf Border Color

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

This div border color is #f171bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f171bf


Comments

No comments written yet.

Please login to write comment.