Color Hex Logo

#f16abf Color Hex

#F16ABF
(241,106,191)
0 Favorites   0 Comments

Color spaces of #f16abf

RGB 241106191
HSL0.900.830.68
HSV322°56°95°
CMYK 0.000.560.21   0.05
XYZ50.833632.770452.9363
Yxy32.77040.37230.2400
Hunter Lab57.245458.3274-14.7552
CIE-Lab63.974661.1401-19.3763

#f16abf color RGB value is (241,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101010 10111111
Octal 361 152 277
Decimal 241 106 191
Hex F1 6A BF

RGB Percentages of Color #f16abf

%44.80
%19.70
%35.50

CMYK Percentages of Color #f16abf

%0
%56
%21
%5

Triadic Colors of #f16abf

#f16abf #bff16a #6abff1

Analogous Colors of #f16abf

#f16abf #f16a7c #e06af1

Monochromatic Colors of #f16abf

#f16abf

Complementary Color

#f16abf #6af19c

#f16abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16abf Color CSS Codes

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

#f16abf Text Font Color

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

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


#f16abf Background Color

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

This div background color is #f16abf


#f16abf Border Color

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

This div border color is #f16abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,106,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 #f16abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16abf


Comments

No comments written yet.

Please login to write comment.