Color Hex Logo

#f16ebf Color Hex

#F16EBF
(241,110,191)
0 Favorites   0 Comments

Color spaces of #f16ebf

RGB 241110191
HSL0.900.820.69
HSV323°54°95°
CMYK 0.000.540.21   0.05
XYZ51.255533.614253.0769
Yxy33.61420.37160.2437
Hunter Lab57.977856.3427-13.6938
CIE-Lab64.655259.3261-18.3419

#f16ebf color RGB value is (241,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101110 10111111
Octal 361 156 277
Decimal 241 110 191
Hex F1 6E BF

RGB Percentages of Color #f16ebf

%44.46
%20.30
%35.24

CMYK Percentages of Color #f16ebf

%0
%54
%21
%5

Triadic Colors of #f16ebf

#f16ebf #bff16e #6ebff1

Analogous Colors of #f16ebf

#f16ebf #f16e7e #e26ef1

Monochromatic Colors of #f16ebf

#f16ebf

Complementary Color

#f16ebf #6ef1a0

#f16ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16ebf Color CSS Codes

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

#f16ebf Text Font Color

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

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


#f16ebf Background Color

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

This div background color is #f16ebf


#f16ebf Border Color

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

This div border color is #f16ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16ebf


Comments

No comments written yet.

Please login to write comment.