Color Hex Logo

#f16ebe Color Hex

#F16EBE
(241,110,190)
0 Favorites   0 Comments

Color spaces of #f16ebe

RGB 241110190
HSL0.900.820.69
HSV323°54°95°
CMYK 0.000.540.21   0.05
XYZ51.145833.570352.4992
Yxy33.57030.37270.2447
Hunter Lab57.939956.1741-13.1646
CIE-Lab64.620159.1870-17.8293

#f16ebe color RGB value is (241,110,190).

#f16ebe hex color red value is 241, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f16ebe hue: 0.90 , saturation: 0.82 and the lightness value of f16ebe is 0.69.

The process color (four color CMYK) of #f16ebe color hex is 0.00, 0.54, 0.21, 0.05. Web safe color of #f16ebe is #ff66cc. Color #f16ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101110 10111110
Octal 361 156 276
Decimal 241 110 190
Hex F1 6E BE

RGB Percentages of Color #f16ebe

%44.55
%20.33
%35.12

CMYK Percentages of Color #f16ebe

%0
%54
%21
%5

Triadic Colors of #f16ebe

#f16ebe #bef16e #6ebef1

Analogous Colors of #f16ebe

#f16ebe #f16e7d #e36ef1

Monochromatic Colors of #f16ebe

#f16ebe

Complementary Color

#f16ebe #6ef1a1

#f16ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16ebe Color CSS Codes

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

#f16ebe Text Font Color

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

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


#f16ebe Background Color

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

This div background color is #f16ebe


#f16ebe Border Color

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

This div border color is #f16ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16ebe


Comments

No comments written yet.

Please login to write comment.