COLOR #F17BA4

HEX: #F17BA4
RGB: (241,123,164)

Color info

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

RGB color model

#F17BA4 color RGB value is (241,123,164).

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

RGB channels and saturation

R 241 of 255 = 95%
G 123 of 255 = 48%
B 164 of 255 = 64%

241
123
164

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

Portions of RGB colors in percentages

R + G + B =
241 + 123 + 164 = 528 (100%)
R 241 of 528 ~ 45.64%
G 123 of 528 ~ 23.3%
B 164 of 528 ~ 31.06%

%45.64
%23.3
%31.06

CMYK color model

#F17BA4 color CMYK value is (0,49,32,5).

  • cyan value is 0.00%
  • magenta value is 48.96%
  • yellow value is 31.95%
  • key color value is 5.49%
CMYK:
(0,49,32,5)
C0M49Y32K5 
(0%,49%,32%,5%)
(0.00/0.49/0.32/0.05)	

CMYK percentages

%0
%48.96
%31.95
%5.49

Codes

Color #F17BA4 in popluar color models

F17BA4
RGB241123164
HSL339°80.82%71.37%
HSB/HSV339°48.96%94.51%
CMYK0.00%48.96%31.95%
5.49%

Color #F17BA4 in popluar number systems.

HEXF17BA4
Decimal241123164
Binary11110001111101110100100
Octal361173244

Shades and tints

Shades of #F17BA4

#F17BA4
(241,123,164)
#DC7096
(220,112,150)
#C76588
(199,101,136)
#B25A7A
(178,90,122)
#9D4F6C
(157,79,108)
#88445E
(136,68,94)
#733950
(115,57,80)
#5E2E42
(94,46,66)
#492334
(73,35,52)
#341826
(52,24,38)
#1F0D18
(31,13,24)
#000000
(0,0,0)

Tints of #F17BA4

#F17BA4
(241,123,164)
#F287AC
(242,135,172)
#F393B4
(243,147,180)
#F49FBC
(244,159,188)
#F5ABC4
(245,171,196)
#F6B7CC
(246,183,204)
#F7C3D4
(247,195,212)
#F8CFDC
(248,207,220)
#F9DBE4
(249,219,228)
#FAE7EC
(250,231,236)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F17BA4; }

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

This text font color is #F17BA4.


Background Color

.myBgColor { background-color: #F17BA4; }

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

This div background color is #F17BA4.


Border color

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

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

This div border color is #F17BA4.


Opacity

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

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

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

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

This text has shadow with #F17BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17BA4 on black background.


Color preview on white background

This text has color #F17BA4 on white background.



Black color preview on #F17BA4 background

This text has black color on #F17BA4 background.


White color preview on #F17BA4 background

This text has white color on #F17BA4 background.