COLOR #F69FAA

HEX: #F69FAA
RGB: (246,159,170)

Color info

#F69FAA contains mainly red color. Web safe color of #F69FAA is #FF9999 (or #F99).

RGB color model

#F69FAA color RGB value is (246,159,170).

  • red value is 246;
  • green value is 159;
  • blue value is 170.
RGB:
(246,159,170)
(96%,62%,67%)

RGB channels and saturation

R 246 of 255 = 96%
G 159 of 255 = 62%
B 170 of 255 = 67%

246
159
170

R + G + B ~ 75%. #F69FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 159 + 170 = 575 (100%)
R 246 of 575 ~ 42.78%
G 159 of 575 ~ 27.65%
B 170 of 575 ~ 29.57%

%42.78
%27.65
%29.57

CMYK color model

#F69FAA color CMYK value is (0,35,31,4).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 30.89%
  • key color value is 3.53%
CMYK:
(0,35,31,4)
C0M35Y31K4 
(0%,35%,31%,4%)
(0.00/0.35/0.31/0.04)	

CMYK percentages

%0
%35.37
%30.89
%3.53

Codes

Color #F69FAA in popluar color models

F69FAA
RGB246159170
HSL352°82.86%79.41%
HSB/HSV352°35.37%96.47%
CMYK0.00%35.37%30.89%
3.53%

Color #F69FAA in popluar number systems.

HEXF69FAA
Decimal246159170
Binary111101101001111110101010
Octal366237252

Shades and tints

Shades of #F69FAA

#F69FAA
(246,159,170)
#E0919B
(224,145,155)
#CA838C
(202,131,140)
#B4757D
(180,117,125)
#9E676E
(158,103,110)
#88595F
(136,89,95)
#724B50
(114,75,80)
#5C3D41
(92,61,65)
#462F32
(70,47,50)
#302123
(48,33,35)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #F69FAA

#F69FAA
(246,159,170)
#F6A7B1
(246,167,177)
#F6AFB8
(246,175,184)
#F6B7BF
(246,183,191)
#F6BFC6
(246,191,198)
#F6C7CD
(246,199,205)
#F6CFD4
(246,207,212)
#F6D7DB
(246,215,219)
#F6DFE2
(246,223,226)
#F6E7E9
(246,231,233)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69FAA color. Also use rgb(246,159,170) instead hex code.

Text Font Color

.myTextColor { color: #F69FAA; }

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

This text font color is #F69FAA.


Background Color

.myBgColor { background-color: #F69FAA; }

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

This div background color is #F69FAA.


Border color

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

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

This div border color is #F69FAA.


Opacity

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

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

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

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

This text has shadow with #F69FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69FAA on black background.


Color preview on white background

This text has color #F69FAA on white background.



Black color preview on #F69FAA background

This text has black color on #F69FAA background.


White color preview on #F69FAA background

This text has white color on #F69FAA background.