Color Hex Logo

#f18faf Color Hex

#F18FAF
(241,143,175)
0 Favorites   0 Comments

Color spaces of #f18faf

RGB 241143175
HSL0.950.780.75
HSV340°41°95°
CMYK 0.000.410.27   0.05
XYZ53.836041.440845.7189
Yxy41.44080.38180.2939
Hunter Lab64.374536.62302.9543
CIE-Lab70.483740.9218-0.6546

#f18faf color RGB value is (241,143,175).

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

The process color (four color CMYK) of #f18faf color hex is 0.00, 0.41, 0.27, 0.05. Web safe color of #f18faf is #ff9999. Color #f18faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 10101111
Octal 361 217 257
Decimal 241 143 175
Hex F1 8F AF

RGB Percentages of Color #f18faf

%43.11
%25.58
%31.31

CMYK Percentages of Color #f18faf

%0
%41
%27
%5

Triadic Colors of #f18faf

#f18faf #aff18f #8faff1

Analogous Colors of #f18faf

#f18faf #f1a08f #f18fe0

Monochromatic Colors of #f18faf

#f18faf

Complementary Color

#f18faf #8ff1d1

#f18faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18faf Color CSS Codes

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

#f18faf Text Font Color

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

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


#f18faf Background Color

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

This div background color is #f18faf


#f18faf Border Color

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

This div border color is #f18faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18faf


Comments

No comments written yet.

Please login to write comment.