COLOR #F176A0

HEX: #F176A0
RGB: (241,118,160)

Color info

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

RGB color model

#F176A0 color RGB value is (241,118,160).

  • red value is 241;
  • green value is 118;
  • blue value is 160.
RGB:
(241,118,160)
(95%,46%,63%)

RGB channels and saturation

R 241 of 255 = 95%
G 118 of 255 = 46%
B 160 of 255 = 63%

241
118
160

R + G + B ~ 68%. #F176A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 118 + 160 = 519 (100%)
R 241 of 519 ~ 46.44%
G 118 of 519 ~ 22.74%
B 160 of 519 ~ 30.83%

%46.44
%22.74
%30.83

CMYK color model

#F176A0 color CMYK value is (0,51,34,5).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 33.61%
  • key color value is 5.49%
CMYK:
(0,51,34,5)
C0M51Y34K5 
(0%,51%,34%,5%)
(0.00/0.51/0.34/0.05)	

CMYK percentages

%0
%51.04
%33.61
%5.49

Codes

Color #F176A0 in popluar color models

F176A0
RGB241118160
HSL340°81.46%70.39%
HSB/HSV340°51.04%94.51%
CMYK0.00%51.04%33.61%
5.49%

Color #F176A0 in popluar number systems.

HEXF176A0
Decimal241118160
Binary11110001111011010100000
Octal361166240

Shades and tints

Shades of #F176A0

#F176A0
(241,118,160)
#DC6C92
(220,108,146)
#C76284
(199,98,132)
#B25876
(178,88,118)
#9D4E68
(157,78,104)
#88445A
(136,68,90)
#733A4C
(115,58,76)
#5E303E
(94,48,62)
#492630
(73,38,48)
#341C22
(52,28,34)
#1F1214
(31,18,20)
#000000
(0,0,0)

Tints of #F176A0

#F176A0
(241,118,160)
#F282A8
(242,130,168)
#F38EB0
(243,142,176)
#F49AB8
(244,154,184)
#F5A6C0
(245,166,192)
#F6B2C8
(246,178,200)
#F7BED0
(247,190,208)
#F8CAD8
(248,202,216)
#F9D6E0
(249,214,224)
#FAE2E8
(250,226,232)
#FBEEF0
(251,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F176A0 color. Also use rgb(241,118,160) instead hex code.

Text Font Color

.myTextColor { color: #F176A0; }

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

This text font color is #F176A0.


Background Color

.myBgColor { background-color: #F176A0; }

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

This div background color is #F176A0.


Border color

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

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

This div border color is #F176A0.


Opacity

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

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

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

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

This text has shadow with #F176A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F176A0 on black background.


Color preview on white background

This text has color #F176A0 on white background.



Black color preview on #F176A0 background

This text has black color on #F176A0 background.


White color preview on #F176A0 background

This text has white color on #F176A0 background.