COLOR #F17FB1

HEX: #F17FB1 RGB: (241,127,177)

Color info

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

RGB color model

#F17FB1 color RGB value is (241,127,177).

RGB: (241,127,177) (95%, 50%, 69%)

RGB channels and saturation

R 241 of 255 = 95%
G 127 of 255 = 50%
B 177 of 255 = 69%

241
127
177

R + G + B ~ 71%. #F17FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 127 + 177 = 545 (100%)
R 241 of 545 ~ 44.22%
G 127 of 545 ~ 23.3%
B 177 of 545 ~ 32.48'%

%44.22
%23.3
%32.48

CMYK color model

#F17FB1 color CMYK value is (0,47,27,5).

  • cyan value is 0.00%
  • magenta value is 47.30%
  • yellow value is 26.56%
  • key color value is 5.49%
CMYK: (0,47,27,5) C0M47Y27K5 (0%,47%,27%,5%) (0.00/0.47/0.27/0.05) 

CMYK percentages

%0
%47.3
%26.56
%5.49

Codes

Color #F17FB1 in popluar color models

F1 7F B1
RGB 241 127 177
HSL 334° 80.28% 72.16%
HSB/HSV 334° 47.30% 94.51%
CMYK 0.00% 47.30% 26.56%
5.49%

Color #F17FB1 in popluar number systems.

HEX F1 7F B1
Decimal 241 127 177
Binary 11110001 1111111 10110001
Octal 361 177 261

Shades and tints

Shades of #F17FB1

#F17FB1
(241,127,177)
#DC74A1
(220,116,161)
#C76991
(199,105,145)
#B25E81
(178,94,129)
#9D5371
(157,83,113)
#884861
(136,72,97)
#733D51
(115,61,81)
#5E3241
(94,50,65)
#492731
(73,39,49)
#341C21
(52,28,33)
#1F1111
(31,17,17)
#000000
(0,0,0)

Tints of #F17FB1

#F17FB1
(241,127,177)
#F28AB8
(242,138,184)
#F395BF
(243,149,191)
#F4A0C6
(244,160,198)
#F5ABCD
(245,171,205)
#F6B6D4
(246,182,212)
#F7C1DB
(247,193,219)
#F8CCE2
(248,204,226)
#F9D7E9
(249,215,233)
#FAE2F0
(250,226,240)
#FBEDF7
(251,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17FB1 color. Also use rgb(241,127,177) instead hex code.

Text Font Color

.myTextColor { color: #F17FB1; }

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

This text font color is #F17FB1.

Background Color

.myBgColor { background-color: #F17FB1; }

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

This div background color is #F17FB1.

Border color

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

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

This div border color is #F17FB1.

Opacity

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

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

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

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

This text has shadow with #F17FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F17FB1.

Preview

Color preview on black background

This text has color #F17FB1 on black background.


Color preview on white background

This text has color #F17FB1 on white background.


Black color preview on #F17FB1 background

This text has black color on #F17FB1 background.


White color preview on #F17FB1 background

This text has white color on #F17FB1 background.


Related colors

Complementary color

Complementary color for #hex is #0E804E.


I love getcolorcode.com

Triadic colors

1 #B1F17F and #7FB1F1 with #F17FB1 are triadic colors.

2 #B17FF1 and #7FF1B1 with #F17FB1 are triadic colors.