Color Hex Logo

#f16cbd Color Hex

#F16CBD
(241,108,189)
0 Favorites   0 Comments

Color spaces of #f16cbd

RGB 241108189
HSL0.900.830.68
HSV323°55°95°
CMYK 0.000.550.22   0.05
XYZ50.823533.100051.8544
Yxy33.10000.37430.2438
Hunter Lab57.532657.0024-13.1655
CIE-Lab64.241859.9613-17.8368

#f16cbd color RGB value is (241,108,189).

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

The process color (four color CMYK) of #f16cbd color hex is 0.00, 0.55, 0.22, 0.05. Web safe color of #f16cbd is #ff66cc. Color #f16cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101100 10111101
Octal 361 154 275
Decimal 241 108 189
Hex F1 6C BD

RGB Percentages of Color #f16cbd

%44.80
%20.07
%35.13

CMYK Percentages of Color #f16cbd

%0
%55
%22
%5

Triadic Colors of #f16cbd

#f16cbd #bdf16c #6cbdf1

Analogous Colors of #f16cbd

#f16cbd #f16c7b #e36cf1

Monochromatic Colors of #f16cbd

#f16cbd

Complementary Color

#f16cbd #6cf1a0

#f16cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16cbd Color CSS Codes

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

#f16cbd Text Font Color

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

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


#f16cbd Background Color

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

This div background color is #f16cbd


#f16cbd Border Color

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

This div border color is #f16cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16cbd


Comments

No comments written yet.

Please login to write comment.