Color Hex Logo

#f16abd Color Hex

#F16ABD
(241,106,189)
0 Favorites   0 Comments

Color spaces of #f16abd

RGB 241106189
HSL0.900.830.68
HSV323°56°95°
CMYK 0.000.560.22   0.05
XYZ50.615032.683051.7849
Yxy32.68300.37470.2419
Hunter Lab57.169057.9903-13.6878
CIE-Lab63.903460.8642-18.3504

#f16abd color RGB value is (241,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101010 10111101
Octal 361 152 275
Decimal 241 106 189
Hex F1 6A BD

RGB Percentages of Color #f16abd

%44.96
%19.78
%35.26

CMYK Percentages of Color #f16abd

%0
%56
%22
%5

Triadic Colors of #f16abd

#f16abd #bdf16a #6abdf1

Analogous Colors of #f16abd

#f16abd #f16a7a #e26af1

Monochromatic Colors of #f16abd

#f16abd

Complementary Color

#f16abd #6af19e

#f16abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16abd Color CSS Codes

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

#f16abd Text Font Color

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

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


#f16abd Background Color

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

This div background color is #f16abd


#f16abd Border Color

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

This div border color is #f16abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16abd


Comments

No comments written yet.

Please login to write comment.