COLOR #F171A6

HEX: #F171A6
RGB: (241,113,166)

Color info

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

RGB color model

#F171A6 color RGB value is (241,113,166).

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

RGB channels and saturation

R 241 of 255 = 95%
G 113 of 255 = 44%
B 166 of 255 = 65%

241
113
166

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

Portions of RGB colors in percentages

R + G + B =
241 + 113 + 166 = 520 (100%)
R 241 of 520 ~ 46.35%
G 113 of 520 ~ 21.73%
B 166 of 520 ~ 31.92%

%46.35
%21.73
%31.92

CMYK color model

#F171A6 color CMYK value is (0,53,31,5).

  • cyan value is 0.00%
  • magenta value is 53.11%
  • yellow value is 31.12%
  • key color value is 5.49%
CMYK:
(0,53,31,5)
C0M53Y31K5 
(0%,53%,31%,5%)
(0.00/0.53/0.31/0.05)	

CMYK percentages

%0
%53.11
%31.12
%5.49

Codes

Color #F171A6 in popluar color models

F171A6
RGB241113166
HSL335°82.05%69.41%
HSB/HSV335°53.11%94.51%
CMYK0.00%53.11%31.12%
5.49%

Color #F171A6 in popluar number systems.

HEXF171A6
Decimal241113166
Binary11110001111000110100110
Octal361161246

Shades and tints

Shades of #F171A6

#F171A6
(241,113,166)
#DC6797
(220,103,151)
#C75D88
(199,93,136)
#B25379
(178,83,121)
#9D496A
(157,73,106)
#883F5B
(136,63,91)
#73354C
(115,53,76)
#5E2B3D
(94,43,61)
#49212E
(73,33,46)
#34171F
(52,23,31)
#1F0D10
(31,13,16)
#000000
(0,0,0)

Tints of #F171A6

#F171A6
(241,113,166)
#F27DAE
(242,125,174)
#F389B6
(243,137,182)
#F495BE
(244,149,190)
#F5A1C6
(245,161,198)
#F6ADCE
(246,173,206)
#F7B9D6
(247,185,214)
#F8C5DE
(248,197,222)
#F9D1E6
(249,209,230)
#FADDEE
(250,221,238)
#FBE9F6
(251,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F171A6; }

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

This text font color is #F171A6.


Background Color

.myBgColor { background-color: #F171A6; }

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

This div background color is #F171A6.


Border color

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

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

This div border color is #F171A6.


Opacity

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

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

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

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

This text has shadow with #F171A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F171A6 on black background.


Color preview on white background

This text has color #F171A6 on white background.



Black color preview on #F171A6 background

This text has black color on #F171A6 background.


White color preview on #F171A6 background

This text has white color on #F171A6 background.