Color Hex Logo

#f1688f Color Hex

#F1688F
(241,104,143)
0 Favorites   0 Comments

Color spaces of #f1688f

RGB 241104143
HSL0.950.830.68
HSV343°57°95°
CMYK 0.000.570.41   0.05
XYZ46.183930.584629.4559
Yxy30.58460.43480.2879
Hunter Lab55.303352.28477.1331
CIE-Lab62.155456.20925.4004

#f1688f color RGB value is (241,104,143).

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

The process color (four color CMYK) of #f1688f color hex is 0.00, 0.57, 0.41, 0.05. Web safe color of #f1688f is #ff6699. Color #f1688f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101000 10001111
Octal 361 150 217
Decimal 241 104 143
Hex F1 68 8F

RGB Percentages of Color #f1688f

%49.39
%21.31
%29.30

CMYK Percentages of Color #f1688f

%0
%57
%41
%5

Triadic Colors of #f1688f

#f1688f #8ff168 #688ff1

Analogous Colors of #f1688f

#f1688f #f18668 #f168d4

Monochromatic Colors of #f1688f

#f1688f

Complementary Color

#f1688f #68f1ca

#f1688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1688f Color CSS Codes

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

#f1688f Text Font Color

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

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


#f1688f Background Color

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

This div background color is #f1688f


#f1688f Border Color

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

This div border color is #f1688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1688f


Comments

No comments written yet.

Please login to write comment.