COLOR #F17BA7

HEX: #F17BA7
RGB: (241,123,167)

Color info

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

RGB color model

#F17BA7 color RGB value is (241,123,167).

  • red value is 241;
  • green value is 123;
  • blue value is 167.
RGB:
(241,123,167)
(95%,48%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 123 of 255 = 48%
B 167 of 255 = 65%

241
123
167

R + G + B ~ 69%. #F17BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 123 + 167 = 531 (100%)
R 241 of 531 ~ 45.39%
G 123 of 531 ~ 23.16%
B 167 of 531 ~ 31.45%

%45.39
%23.16
%31.45

CMYK color model

#F17BA7 color CMYK value is (0,49,31,5).

  • cyan value is 0.00%
  • magenta value is 48.96%
  • yellow value is 30.71%
  • key color value is 5.49%
CMYK:
(0,49,31,5)
C0M49Y31K5 
(0%,49%,31%,5%)
(0.00/0.49/0.31/0.05)	

CMYK percentages

%0
%48.96
%30.71
%5.49

Codes

Color #F17BA7 in popluar color models

F17BA7
RGB241123167
HSL338°80.82%71.37%
HSB/HSV338°48.96%94.51%
CMYK0.00%48.96%30.71%
5.49%

Color #F17BA7 in popluar number systems.

HEXF17BA7
Decimal241123167
Binary11110001111101110100111
Octal361173247

Shades and tints

Shades of #F17BA7

#F17BA7
(241,123,167)
#DC7098
(220,112,152)
#C76589
(199,101,137)
#B25A7A
(178,90,122)
#9D4F6B
(157,79,107)
#88445C
(136,68,92)
#73394D
(115,57,77)
#5E2E3E
(94,46,62)
#49232F
(73,35,47)
#341820
(52,24,32)
#1F0D11
(31,13,17)
#000000
(0,0,0)

Tints of #F17BA7

#F17BA7
(241,123,167)
#F287AF
(242,135,175)
#F393B7
(243,147,183)
#F49FBF
(244,159,191)
#F5ABC7
(245,171,199)
#F6B7CF
(246,183,207)
#F7C3D7
(247,195,215)
#F8CFDF
(248,207,223)
#F9DBE7
(249,219,231)
#FAE7EF
(250,231,239)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17BA7 color. Also use rgb(241,123,167) instead hex code.

Text Font Color

.myTextColor { color: #F17BA7; }

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

This text font color is #F17BA7.


Background Color

.myBgColor { background-color: #F17BA7; }

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

This div background color is #F17BA7.


Border color

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

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

This div border color is #F17BA7.


Opacity

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

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

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

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

This text has shadow with #F17BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17BA7 on black background.


Color preview on white background

This text has color #F17BA7 on white background.



Black color preview on #F17BA7 background

This text has black color on #F17BA7 background.


White color preview on #F17BA7 background

This text has white color on #F17BA7 background.