Color Hex Logo

#f16981 Color Hex

#F16981
(241,105,129)
0 Favorites   0 Comments

Color spaces of #f16981

RGB 241105129
HSL0.970.830.68
HSV349°56°95°
CMYK 0.000.560.46   0.05
XYZ45.289730.388924.2475
Yxy30.38890.45320.3041
Hunter Lab55.126150.178612.5093
CIE-Lab61.988354.375713.2358

#f16981 color RGB value is (241,105,129).

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

The process color (four color CMYK) of #f16981 color hex is 0.00, 0.56, 0.46, 0.05. Web safe color of #f16981 is #ff6699. Color #f16981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101001 10000001
Octal 361 151 201
Decimal 241 105 129
Hex F1 69 81

RGB Percentages of Color #f16981

%50.74
%22.11
%27.16

CMYK Percentages of Color #f16981

%0
%56
%46
%5

Triadic Colors of #f16981

#f16981 #81f169 #6981f1

Analogous Colors of #f16981

#f16981 #f19569 #f169c5

Monochromatic Colors of #f16981

#f16981

Complementary Color

#f16981 #69f1d9

#f16981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16981 Color CSS Codes

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

#f16981 Text Font Color

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

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


#f16981 Background Color

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

This div background color is #f16981


#f16981 Border Color

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

This div border color is #f16981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16981


Comments

No comments written yet.

Please login to write comment.