COLOR #F171A3

HEX: #F171A3
RGB: (241,113,163)

Color info

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

RGB color model

#F171A3 color RGB value is (241,113,163).

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

RGB channels and saturation

R 241 of 255 = 95%
G 113 of 255 = 44%
B 163 of 255 = 64%

241
113
163

R + G + B ~ 68%. #F171A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 113 + 163 = 517 (100%)
R 241 of 517 ~ 46.62%
G 113 of 517 ~ 21.86%
B 163 of 517 ~ 31.53%

%46.62
%21.86
%31.53

CMYK color model

#F171A3 color CMYK value is (0,53,32,5).

  • cyan value is 0.00%
  • magenta value is 53.11%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,53,32,5)
C0M53Y32K5 
(0%,53%,32%,5%)
(0.00/0.53/0.32/0.05)	

CMYK percentages

%0
%53.11
%32.37
%5.49

Codes

Color #F171A3 in popluar color models

F171A3
RGB241113163
HSL337°82.05%69.41%
HSB/HSV337°53.11%94.51%
CMYK0.00%53.11%32.37%
5.49%

Color #F171A3 in popluar number systems.

HEXF171A3
Decimal241113163
Binary11110001111000110100011
Octal361161243

Shades and tints

Shades of #F171A3

#F171A3
(241,113,163)
#DC6795
(220,103,149)
#C75D87
(199,93,135)
#B25379
(178,83,121)
#9D496B
(157,73,107)
#883F5D
(136,63,93)
#73354F
(115,53,79)
#5E2B41
(94,43,65)
#492133
(73,33,51)
#341725
(52,23,37)
#1F0D17
(31,13,23)
#000000
(0,0,0)

Tints of #F171A3

#F171A3
(241,113,163)
#F27DAB
(242,125,171)
#F389B3
(243,137,179)
#F495BB
(244,149,187)
#F5A1C3
(245,161,195)
#F6ADCB
(246,173,203)
#F7B9D3
(247,185,211)
#F8C5DB
(248,197,219)
#F9D1E3
(249,209,227)
#FADDEB
(250,221,235)
#FBE9F3
(251,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F171A3; }

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

This text font color is #F171A3.


Background Color

.myBgColor { background-color: #F171A3; }

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

This div background color is #F171A3.


Border color

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

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

This div border color is #F171A3.


Opacity

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

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

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

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

This text has shadow with #F171A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F171A3 on black background.


Color preview on white background

This text has color #F171A3 on white background.



Black color preview on #F171A3 background

This text has black color on #F171A3 background.


White color preview on #F171A3 background

This text has white color on #F171A3 background.