Color Hex Logo

#f17fbf Color Hex

#F17FBF
(241,127,191)
0 Favorites   0 Comments

Color spaces of #f17fbf

RGB 241127191
HSL0.910.800.72
HSV326°47°95°
CMYK 0.000.470.21   0.05
XYZ53.269037.641153.7481
Yxy37.64110.36820.2602
Hunter Lab61.352347.6155-8.9947
CIE-Lab67.755351.2246-13.6577

#f17fbf color RGB value is (241,127,191).

#f17fbf hex color red value is 241, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f17fbf hue: 0.91 , saturation: 0.80 and the lightness value of f17fbf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111111 10111111
Octal 361 177 277
Decimal 241 127 191
Hex F1 7F BF

RGB Percentages of Color #f17fbf

%43.11
%22.72
%34.17

CMYK Percentages of Color #f17fbf

%0
%47
%21
%5

Triadic Colors of #f17fbf

#f17fbf #bff17f #7fbff1

Analogous Colors of #f17fbf

#f17fbf #f17f86 #ea7ff1

Monochromatic Colors of #f17fbf

#f17fbf

Complementary Color

#f17fbf #7ff1b1

#f17fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17fbf Color CSS Codes

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

#f17fbf Text Font Color

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

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


#f17fbf Background Color

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

This div background color is #f17fbf


#f17fbf Border Color

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

This div border color is #f17fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17fbf


Comments

No comments written yet.

Please login to write comment.