Color Hex Logo

#f18fbb Color Hex

#F18FBB
(241,143,187)
0 Favorites   0 Comments

Color spaces of #f18fbb

RGB 241143187
HSL0.930.780.75
HSV333°41°95°
CMYK 0.000.410.22   0.05
XYZ55.067741.933552.2053
Yxy41.93350.36910.2810
Hunter Lab64.756138.4709-2.4694
CIE-Lab70.825042.5814-6.8379

#f18fbb color RGB value is (241,143,187).

#f18fbb hex color red value is 241, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f18fbb hue: 0.93 , saturation: 0.78 and the lightness value of f18fbb is 0.75.

The process color (four color CMYK) of #f18fbb color hex is 0.00, 0.41, 0.22, 0.05. Web safe color of #f18fbb is #ff99cc. Color #f18fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 10111011
Octal 361 217 273
Decimal 241 143 187
Hex F1 8F BB

RGB Percentages of Color #f18fbb

%42.21
%25.04
%32.75

CMYK Percentages of Color #f18fbb

%0
%41
%22
%5

Triadic Colors of #f18fbb

#f18fbb #bbf18f #8fbbf1

Analogous Colors of #f18fbb

#f18fbb #f1948f #f18fec

Monochromatic Colors of #f18fbb

#f18fbb

Complementary Color

#f18fbb #8ff1c5

#f18fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18fbb Color CSS Codes

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

#f18fbb Text Font Color

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

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


#f18fbb Background Color

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

This div background color is #f18fbb


#f18fbb Border Color

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

This div border color is #f18fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18fbb


Comments

No comments written yet.

Please login to write comment.