Color Hex Logo

#f17fbe Color Hex

#F17FBE
(241,127,190)
0 Favorites   0 Comments

Color spaces of #f17fbe

RGB 241127190
HSL0.910.800.72
HSV327°47°95°
CMYK 0.000.470.21   0.05
XYZ53.159337.597253.1704
Yxy37.59720.36930.2612
Hunter Lab61.316647.4493-8.4915
CIE-Lab67.722751.0818-13.1455

#f17fbe color RGB value is (241,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111111 10111110
Octal 361 177 276
Decimal 241 127 190
Hex F1 7F BE

RGB Percentages of Color #f17fbe

%43.19
%22.76
%34.05

CMYK Percentages of Color #f17fbe

%0
%47
%21
%5

Triadic Colors of #f17fbe

#f17fbe #bef17f #7fbef1

Analogous Colors of #f17fbe

#f17fbe #f17f85 #eb7ff1

Monochromatic Colors of #f17fbe

#f17fbe

Complementary Color

#f17fbe #7ff1b2

#f17fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17fbe Color CSS Codes

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

#f17fbe Text Font Color

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

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


#f17fbe Background Color

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

This div background color is #f17fbe


#f17fbe Border Color

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

This div border color is #f17fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17fbe


Comments

No comments written yet.

Please login to write comment.