Color Hex Logo

#f17168 Color Hex

#F17168
(241,113,104)
0 Favorites   0 Comments

Color spaces of #f17168

RGB 241113104
HSL0.010.830.68
HSV57°95°
CMYK 0.000.530.57   0.05
XYZ44.679431.510516.8240
Yxy31.51050.48040.3388
Hunter Lab56.134243.840221.5241
CIE-Lab62.936248.527828.7755

#f17168 color RGB value is (241,113,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110001 01101000
Octal 361 161 150
Decimal 241 113 104
Hex F1 71 68

RGB Percentages of Color #f17168

%52.62
%24.67
%22.71

CMYK Percentages of Color #f17168

%0
%53
%57
%5

Triadic Colors of #f17168

#f17168 #68f171 #7168f1

Analogous Colors of #f17168

#f17168 #f1b668 #f168a4

Monochromatic Colors of #f17168

#f17168

Complementary Color

#f17168 #68e8f1

#f17168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17168 Color CSS Codes

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

#f17168 Text Font Color

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

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


#f17168 Background Color

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

This div background color is #f17168


#f17168 Border Color

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

This div border color is #f17168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17168


Comments

No comments written yet.

Please login to write comment.