Color Hex Logo

#f17571 Color Hex

#F17571
(241,117,113)
0 Favorites   0 Comments

Color spaces of #f17571

RGB 241117113
HSL0.010.820.69
HSV53°95°
CMYK 0.000.510.53   0.05
XYZ45.617632.615619.5139
Yxy32.61560.46670.3337
Hunter Lab57.110142.637219.7183
CIE-Lab63.848447.298324.9090

#f17571 color RGB value is (241,117,113).

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

The process color (four color CMYK) of #f17571 color hex is 0.00, 0.51, 0.53, 0.05. Web safe color of #f17571 is #ff6666. Color #f17571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 01110001
Octal 361 165 161
Decimal 241 117 113
Hex F1 75 71

RGB Percentages of Color #f17571

%51.17
%24.84
%23.99

CMYK Percentages of Color #f17571

%0
%51
%53
%5

Triadic Colors of #f17571

#f17571 #71f175 #7571f1

Analogous Colors of #f17571

#f17571 #f1b571 #f171ad

Monochromatic Colors of #f17571

#f17571

Complementary Color

#f17571 #71edf1

#f17571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17571 Color CSS Codes

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

#f17571 Text Font Color

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

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


#f17571 Background Color

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

This div background color is #f17571


#f17571 Border Color

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

This div border color is #f17571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17571


Comments

No comments written yet.

Please login to write comment.