COLOR #F1688F

HEX: #F1688F
RGB: (241,104,143)

Color info

#F1688F contains mainly red color. Web safe color of #F1688F is #FF6699 (or #F69).

RGB color model

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

  • red value is 241;
  • green value is 104;
  • blue value is 143.
RGB:
(241,104,143)
(95%,41%,56%)

RGB channels and saturation

R 241 of 255 = 95%
G 104 of 255 = 41%
B 143 of 255 = 56%

241
104
143

R + G + B ~ 64%. #F1688F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 104 + 143 = 488 (100%)
R 241 of 488 ~ 49.39%
G 104 of 488 ~ 21.31%
B 143 of 488 ~ 29.3%

%49.39
%21.31
%29.3

CMYK color model

#F1688F color CMYK value is (0,57,41,5).

  • cyan value is 0.00%
  • magenta value is 56.85%
  • yellow value is 40.66%
  • key color value is 5.49%
CMYK:
(0,57,41,5)
C0M57Y41K5 
(0%,57%,41%,5%)
(0.00/0.57/0.41/0.05)	

CMYK percentages

%0
%56.85
%40.66
%5.49

Codes

Color #F1688F in popluar color models

F1688F
RGB241104143
HSL343°83.03%67.65%
HSB/HSV343°56.85%94.51%
CMYK0.00%56.85%40.66%
5.49%

Color #F1688F in popluar number systems.

HEXF1688F
Decimal241104143
Binary11110001110100010001111
Octal361150217

Shades and tints

Shades of #F1688F

#F1688F
(241,104,143)
#DC5F82
(220,95,130)
#C75675
(199,86,117)
#B24D68
(178,77,104)
#9D445B
(157,68,91)
#883B4E
(136,59,78)
#733241
(115,50,65)
#5E2934
(94,41,52)
#492027
(73,32,39)
#34171A
(52,23,26)
#1F0E0D
(31,14,13)
#000000
(0,0,0)

Tints of #F1688F

#F1688F
(241,104,143)
#F27599
(242,117,153)
#F382A3
(243,130,163)
#F48FAD
(244,143,173)
#F59CB7
(245,156,183)
#F6A9C1
(246,169,193)
#F7B6CB
(247,182,203)
#F8C3D5
(248,195,213)
#F9D0DF
(249,208,223)
#FADDE9
(250,221,233)
#FBEAF3
(251,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1688F color. Also use rgb(241,104,143) instead hex code.

Text Font Color

.myTextColor { color: #F1688F; }

<p style="color:#F1688F">This sample text font color is #F1688F.</p>

This text font color is #F1688F.


Background Color

.myBgColor { background-color: #F1688F; }

<div style="background-color:#F1688F">Inner text</div>

This div background color is #F1688F.


Border color

.myBorderColor { border: 1px solid #F1688F; }

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

This div border color is #F1688F.


Opacity

.myOpacity80 { color: #F1688F; opacity: 0.8; }

<p style="color:#F1688F;opacity:0.8;">80%</p>

Text with #F1688F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1688F;}

<p style="text-shadow: 3px 3px 1px #F1688F">Text here.</p>

This text has shadow with #F1688F color.

.textShadow {text-shadow: 3px 3px 1px #F1688F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1688F, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1688F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1688F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1688F, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1688F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1688F;
  -webkit-box-shadow:	1px 1px 3px 2px #F1688F;
  box-shadow:		1px 1px 3px 2px #F1688F;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #F1688F on black background.


Color preview on white background

This text has color #F1688F on white background.



Black color preview on #F1688F background

This text has black color on #F1688F background.


White color preview on #F1688F background

This text has white color on #F1688F background.