COLOR #F17AA3

HEX: #F17AA3
RGB: (241,122,163)

Color info

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

RGB color model

#F17AA3 color RGB value is (241,122,163).

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

RGB channels and saturation

R 241 of 255 = 95%
G 122 of 255 = 48%
B 163 of 255 = 64%

241
122
163

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

Portions of RGB colors in percentages

R + G + B =
241 + 122 + 163 = 526 (100%)
R 241 of 526 ~ 45.82%
G 122 of 526 ~ 23.19%
B 163 of 526 ~ 30.99%

%45.82
%23.19
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 32.37%
  • 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
%49.38
%32.37
%5.49

Codes

Color #F17AA3 in popluar color models

F17AA3
RGB241122163
HSL339°80.95%71.18%
HSB/HSV339°49.38%94.51%
CMYK0.00%49.38%32.37%
5.49%

Color #F17AA3 in popluar number systems.

HEXF17AA3
Decimal241122163
Binary11110001111101010100011
Octal361172243

Shades and tints

Shades of #F17AA3

#F17AA3
(241,122,163)
#DC6F95
(220,111,149)
#C76487
(199,100,135)
#B25979
(178,89,121)
#9D4E6B
(157,78,107)
#88435D
(136,67,93)
#73384F
(115,56,79)
#5E2D41
(94,45,65)
#492233
(73,34,51)
#341725
(52,23,37)
#1F0C17
(31,12,23)
#000000
(0,0,0)

Tints of #F17AA3

#F17AA3
(241,122,163)
#F286AB
(242,134,171)
#F392B3
(243,146,179)
#F49EBB
(244,158,187)
#F5AAC3
(245,170,195)
#F6B6CB
(246,182,203)
#F7C2D3
(247,194,211)
#F8CEDB
(248,206,219)
#F9DAE3
(249,218,227)
#FAE6EB
(250,230,235)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F17AA3; }

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

This text font color is #F17AA3.


Background Color

.myBgColor { background-color: #F17AA3; }

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

This div background color is #F17AA3.


Border color

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

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

This div border color is #F17AA3.


Opacity

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

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

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

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

This text has shadow with #F17AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17AA3 on black background.


Color preview on white background

This text has color #F17AA3 on white background.



Black color preview on #F17AA3 background

This text has black color on #F17AA3 background.


White color preview on #F17AA3 background

This text has white color on #F17AA3 background.