COLOR #F169A0

HEX: #F169A0
RGB: (241,105,160)

Color info

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

RGB color model

#F169A0 color RGB value is (241,105,160).

  • red value is 241;
  • green value is 105;
  • blue value is 160.
RGB:
(241,105,160)
(95%,41%,63%)

RGB channels and saturation

R 241 of 255 = 95%
G 105 of 255 = 41%
B 160 of 255 = 63%

241
105
160

R + G + B ~ 66%. #F169A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 105 + 160 = 506 (100%)
R 241 of 506 ~ 47.63%
G 105 of 506 ~ 20.75%
B 160 of 506 ~ 31.62%

%47.63
%20.75
%31.62

CMYK color model

#F169A0 color CMYK value is (0,56,34,5).

  • cyan value is 0.00%
  • magenta value is 56.43%
  • yellow value is 33.61%
  • key color value is 5.49%
CMYK:
(0,56,34,5)
C0M56Y34K5 
(0%,56%,34%,5%)
(0.00/0.56/0.34/0.05)	

CMYK percentages

%0
%56.43
%33.61
%5.49

Codes

Color #F169A0 in popluar color models

F169A0
RGB241105160
HSL336°82.93%67.84%
HSB/HSV336°56.43%94.51%
CMYK0.00%56.43%33.61%
5.49%

Color #F169A0 in popluar number systems.

HEXF169A0
Decimal241105160
Binary11110001110100110100000
Octal361151240

Shades and tints

Shades of #F169A0

#F169A0
(241,105,160)
#DC6092
(220,96,146)
#C75784
(199,87,132)
#B24E76
(178,78,118)
#9D4568
(157,69,104)
#883C5A
(136,60,90)
#73334C
(115,51,76)
#5E2A3E
(94,42,62)
#492130
(73,33,48)
#341822
(52,24,34)
#1F0F14
(31,15,20)
#000000
(0,0,0)

Tints of #F169A0

#F169A0
(241,105,160)
#F276A8
(242,118,168)
#F383B0
(243,131,176)
#F490B8
(244,144,184)
#F59DC0
(245,157,192)
#F6AAC8
(246,170,200)
#F7B7D0
(247,183,208)
#F8C4D8
(248,196,216)
#F9D1E0
(249,209,224)
#FADEE8
(250,222,232)
#FBEBF0
(251,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F169A0 color. Also use rgb(241,105,160) instead hex code.

Text Font Color

.myTextColor { color: #F169A0; }

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

This text font color is #F169A0.


Background Color

.myBgColor { background-color: #F169A0; }

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

This div background color is #F169A0.


Border color

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

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

This div border color is #F169A0.


Opacity

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

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

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

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

This text has shadow with #F169A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F169A0 on black background.


Color preview on white background

This text has color #F169A0 on white background.



Black color preview on #F169A0 background

This text has black color on #F169A0 background.


White color preview on #F169A0 background

This text has white color on #F169A0 background.