color codes Logo

#f1678d color codes

#F1678D
(241,103,141)
0 Favorites   0 Comments

Color spaces of #f1678d

RGB 241103141
HSL0.950.830.67
HSV343°57°95°
CMYK 0.000.570.41   0.05
XYZ45.933630.324428.6315
Yxy30.32440.43790.2891
Hunter Lab55.067652.52417.7204
CIE-Lab61.933156.45586.2353

#f1678d color RGB value is (241,103,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100111 10001101
Octal 361 147 215
Decimal 241 103 141
Hex F1 67 8D

RGB Percentages of Color #f1678d

%49.69
%21.24
%29.07

CMYK Percentages of Color #f1678d

%0
%57
%41
%5

Triadic Colors of #f1678d

#f1678d #8df167 #678df1

Analogous Colors of #f1678d

#f1678d #f18667 #f167d2

Monochromatic Colors of #f1678d

#f1678d

Complementary Color

#f1678d #67f1cb

#f1678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1678d Color CSS Codes

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

#f1678d Text Font Color

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

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


#f1678d Background Color

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

This div background color is #f1678d


#f1678d Border Color

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

This div border color is #f1678d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1678d


Comments

No comments written yet.

Please login to write comment.