Color Hex Logo

#f16d8d Color Hex

#F16D8D
(241,109,141)
0 Favorites   0 Comments

Color spaces of #f16d8d

RGB 241109141
HSL0.960.830.69
HSV345°55°95°
CMYK 0.000.550.41   0.05
XYZ46.552031.561128.8377
Yxy31.56110.43530.2951
Hunter Lab56.179349.59738.8910
CIE-Lab62.978553.70307.7308

#f16d8d color RGB value is (241,109,141).

#f16d8d hex color red value is 241, green value is 109 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f16d8d hue: 0.96 , saturation: 0.83 and the lightness value of f16d8d is 0.69.

The process color (four color CMYK) of #f16d8d color hex is 0.00, 0.55, 0.41, 0.05. Web safe color of #f16d8d is #ff6699. Color #f16d8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101101 10001101
Octal 361 155 215
Decimal 241 109 141
Hex F1 6D 8D

RGB Percentages of Color #f16d8d

%49.08
%22.20
%28.72

CMYK Percentages of Color #f16d8d

%0
%55
%41
%5

Triadic Colors of #f16d8d

#f16d8d #8df16d #6d8df1

Analogous Colors of #f16d8d

#f16d8d #f18f6d #f16dcf

Monochromatic Colors of #f16d8d

#f16d8d

Complementary Color

#f16d8d #6df1d1

#f16d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16d8d Color CSS Codes

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

#f16d8d Text Font Color

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

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


#f16d8d Background Color

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

This div background color is #f16d8d


#f16d8d Border Color

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

This div border color is #f16d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16d8d


Comments

No comments written yet.

Please login to write comment.