Color Hex Logo

#f1716c Color Hex

#F1716C
(241,113,108)
0 Favorites   0 Comments

Color spaces of #f1716c

RGB 241113108
HSL0.010.830.68
HSV55°95°
CMYK 0.000.530.55   0.05
XYZ44.887531.593717.9197
Yxy31.59370.47550.3347
Hunter Lab56.208344.184320.4436
CIE-Lab63.005748.831326.6142

#f1716c color RGB value is (241,113,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110001 01101100
Octal 361 161 154
Decimal 241 113 108
Hex F1 71 6C

RGB Percentages of Color #f1716c

%52.16
%24.46
%23.38

CMYK Percentages of Color #f1716c

%0
%53
%55
%5

Triadic Colors of #f1716c

#f1716c #6cf171 #716cf1

Analogous Colors of #f1716c

#f1716c #f1b46c #f16caa

Monochromatic Colors of #f1716c

#f1716c

Complementary Color

#f1716c #6cecf1

#f1716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1716c Color CSS Codes

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

#f1716c Text Font Color

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

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


#f1716c Background Color

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

This div background color is #f1716c


#f1716c Border Color

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

This div border color is #f1716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1716c


Comments

No comments written yet.

Please login to write comment.