COLOR #F17E95

HEX: #F17E95
RGB: (241,126,149)

Color info

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

RGB color model

#F17E95 color RGB value is (241,126,149).

  • red value is 241;
  • green value is 126;
  • blue value is 149.
RGB:
(241,126,149)
(95%,49%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 126 of 255 = 49%
B 149 of 255 = 58%

241
126
149

R + G + B ~ 67%. #F17E95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 126 + 149 = 516 (100%)
R 241 of 516 ~ 46.71%
G 126 of 516 ~ 24.42%
B 149 of 516 ~ 28.88%

%46.71
%24.42
%28.88

CMYK color model

#F17E95 color CMYK value is (0,48,38,5).

  • cyan value is 0.00%
  • magenta value is 47.72%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,48,38,5)
C0M48Y38K5 
(0%,48%,38%,5%)
(0.00/0.48/0.38/0.05)	

CMYK percentages

%0
%47.72
%38.17
%5.49

Codes

Color #F17E95 in popluar color models

F17E95
RGB241126149
HSL348°80.42%71.96%
HSB/HSV348°47.72%94.51%
CMYK0.00%47.72%38.17%
5.49%

Color #F17E95 in popluar number systems.

HEXF17E95
Decimal241126149
Binary11110001111111010010101
Octal361176225

Shades and tints

Shades of #F17E95

#F17E95
(241,126,149)
#DC7388
(220,115,136)
#C7687B
(199,104,123)
#B25D6E
(178,93,110)
#9D5261
(157,82,97)
#884754
(136,71,84)
#733C47
(115,60,71)
#5E313A
(94,49,58)
#49262D
(73,38,45)
#341B20
(52,27,32)
#1F1013
(31,16,19)
#000000
(0,0,0)

Tints of #F17E95

#F17E95
(241,126,149)
#F2899E
(242,137,158)
#F394A7
(243,148,167)
#F49FB0
(244,159,176)
#F5AAB9
(245,170,185)
#F6B5C2
(246,181,194)
#F7C0CB
(247,192,203)
#F8CBD4
(248,203,212)
#F9D6DD
(249,214,221)
#FAE1E6
(250,225,230)
#FBECEF
(251,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17E95 color. Also use rgb(241,126,149) instead hex code.

Text Font Color

.myTextColor { color: #F17E95; }

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

This text font color is #F17E95.


Background Color

.myBgColor { background-color: #F17E95; }

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

This div background color is #F17E95.


Border color

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

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

This div border color is #F17E95.


Opacity

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

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

Text with #F17E95 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 #F17E95;}

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

This text has shadow with #F17E95 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F17E95;
-webkit-box-shadow: 1px 1px 3px 2px #F17E95;
box-shadow:1px 1px 3px 2px #F17E95;">
Div content here</div>
This div box has shadow with color #F17E95.

Preview

Color preview on black background

This text has color #F17E95 on black background.


Color preview on white background

This text has color #F17E95 on white background.



Black color preview on #F17E95 background

This text has black color on #F17E95 background.


White color preview on #F17E95 background

This text has white color on #F17E95 background.