Color Hex Logo

#f1888f Color Hex

#F1888F
(241,136,143)
0 Favorites   0 Comments

Color spaces of #f1888f

RGB 241136143
HSL0.990.790.74
HSV356°44°95°
CMYK 0.000.440.41   0.05
XYZ50.037738.292330.7405
Yxy38.29230.42020.3216
Hunter Lab61.880836.046413.8631
CIE-Lab68.235540.644714.0297

#f1888f color RGB value is (241,136,143).

#f1888f hex color red value is 241, green value is 136 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f1888f hue: 0.99 , saturation: 0.79 and the lightness value of f1888f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001000 10001111
Octal 361 210 217
Decimal 241 136 143
Hex F1 88 8F

RGB Percentages of Color #f1888f

%46.35
%26.15
%27.50

CMYK Percentages of Color #f1888f

%0
%44
%41
%5

Triadic Colors of #f1888f

#f1888f #8ff188 #888ff1

Analogous Colors of #f1888f

#f1888f #f1b688 #f188c4

Monochromatic Colors of #f1888f

#f1888f

Complementary Color

#f1888f #88f1ea

#f1888f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1888f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1888f Color CSS Codes

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

#f1888f Text Font Color

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

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


#f1888f Background Color

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

This div background color is #f1888f


#f1888f Border Color

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

This div border color is #f1888f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1888f


Comments

No comments written yet.

Please login to write comment.