Color Hex Logo

#f16085 Color Hex

#F16085
(241,96,133)
0 Favorites   0 Comments

Color spaces of #f16085

RGB 24196133
HSL0.960.840.66
HSV345°60°95°
CMYK 0.000.600.45   0.05
XYZ44.692128.760025.3860
Yxy28.76000.45220.2910
Hunter Lab53.628454.90649.4738
CIE-Lab60.569258.76738.9206

#f16085 color RGB value is (241,96,133).

#f16085 hex color red value is 241, green value is 96 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f16085 hue: 0.96 , saturation: 0.84 and the lightness value of f16085 is 0.66.

The process color (four color CMYK) of #f16085 color hex is 0.00, 0.60, 0.45, 0.05. Web safe color of #f16085 is #ff6699. Color #f16085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 10000101
Octal 361 140 205
Decimal 241 96 133
Hex F1 60 85

RGB Percentages of Color #f16085

%51.28
%20.43
%28.30

CMYK Percentages of Color #f16085

%0
%60
%45
%5

Triadic Colors of #f16085

#f16085 #85f160 #6085f1

Analogous Colors of #f16085

#f16085 #f18460 #f160ce

Monochromatic Colors of #f16085

#f16085

Complementary Color

#f16085 #60f1cc

#f16085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16085 Color CSS Codes

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

#f16085 Text Font Color

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

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


#f16085 Background Color

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

This div background color is #f16085


#f16085 Border Color

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

This div border color is #f16085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16085


Comments

No comments written yet.

Please login to write comment.