COLOR #F17FA3

HEX: #F17FA3
RGB: (241,127,163)

Color info

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

RGB color model

#F17FA3 color RGB value is (241,127,163).

  • red value is 241;
  • green value is 127;
  • blue value is 163.
RGB:
(241,127,163)
(95%,50%,64%)

RGB channels and saturation

R 241 of 255 = 95%
G 127 of 255 = 50%
B 163 of 255 = 64%

241
127
163

R + G + B ~ 70%. #F17FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 127 + 163 = 531 (100%)
R 241 of 531 ~ 45.39%
G 127 of 531 ~ 23.92%
B 163 of 531 ~ 30.7%

%45.39
%23.92
%30.7

CMYK color model

#F17FA3 color CMYK value is (0,47,32,5).

  • cyan value is 0.00%
  • magenta value is 47.30%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,47,32,5)
C0M47Y32K5 
(0%,47%,32%,5%)
(0.00/0.47/0.32/0.05)	

CMYK percentages

%0
%47.3
%32.37
%5.49

Codes

Color #F17FA3 in popluar color models

F17FA3
RGB241127163
HSL341°80.28%72.16%
HSB/HSV341°47.30%94.51%
CMYK0.00%47.30%32.37%
5.49%

Color #F17FA3 in popluar number systems.

HEXF17FA3
Decimal241127163
Binary11110001111111110100011
Octal361177243

Shades and tints

Shades of #F17FA3

#F17FA3
(241,127,163)
#DC7495
(220,116,149)
#C76987
(199,105,135)
#B25E79
(178,94,121)
#9D536B
(157,83,107)
#88485D
(136,72,93)
#733D4F
(115,61,79)
#5E3241
(94,50,65)
#492733
(73,39,51)
#341C25
(52,28,37)
#1F1117
(31,17,23)
#000000
(0,0,0)

Tints of #F17FA3

#F17FA3
(241,127,163)
#F28AAB
(242,138,171)
#F395B3
(243,149,179)
#F4A0BB
(244,160,187)
#F5ABC3
(245,171,195)
#F6B6CB
(246,182,203)
#F7C1D3
(247,193,211)
#F8CCDB
(248,204,219)
#F9D7E3
(249,215,227)
#FAE2EB
(250,226,235)
#FBEDF3
(251,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F17FA3; }

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

This text font color is #F17FA3.


Background Color

.myBgColor { background-color: #F17FA3; }

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

This div background color is #F17FA3.


Border color

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

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

This div border color is #F17FA3.


Opacity

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

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

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

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

This text has shadow with #F17FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17FA3 on black background.


Color preview on white background

This text has color #F17FA3 on white background.



Black color preview on #F17FA3 background

This text has black color on #F17FA3 background.


White color preview on #F17FA3 background

This text has white color on #F17FA3 background.