COLOR #F697A3

HEX: #F697A3
RGB: (246,151,163)

Color info

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

RGB color model

#F697A3 color RGB value is (246,151,163).

  • red value is 246;
  • green value is 151;
  • blue value is 163.
RGB:
(246,151,163)
(96%,59%,64%)

RGB channels and saturation

R 246 of 255 = 96%
G 151 of 255 = 59%
B 163 of 255 = 64%

246
151
163

R + G + B ~ 73%. #F697A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 151 + 163 = 560 (100%)
R 246 of 560 ~ 43.93%
G 151 of 560 ~ 26.96%
B 163 of 560 ~ 29.11%

%43.93
%26.96
%29.11

CMYK color model

#F697A3 color CMYK value is (0,39,34,4).

  • cyan value is 0.00%
  • magenta value is 38.62%
  • yellow value is 33.74%
  • key color value is 3.53%
CMYK:
(0,39,34,4)
C0M39Y34K4 
(0%,39%,34%,4%)
(0.00/0.39/0.34/0.04)	

CMYK percentages

%0
%38.62
%33.74
%3.53

Codes

Color #F697A3 in popluar color models

F697A3
RGB246151163
HSL352°84.07%77.84%
HSB/HSV352°38.62%96.47%
CMYK0.00%38.62%33.74%
3.53%

Color #F697A3 in popluar number systems.

HEXF697A3
Decimal246151163
Binary111101101001011110100011
Octal366227243

Shades and tints

Shades of #F697A3

#F697A3
(246,151,163)
#E08A95
(224,138,149)
#CA7D87
(202,125,135)
#B47079
(180,112,121)
#9E636B
(158,99,107)
#88565D
(136,86,93)
#72494F
(114,73,79)
#5C3C41
(92,60,65)
#462F33
(70,47,51)
#302225
(48,34,37)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #F697A3

#F697A3
(246,151,163)
#F6A0AB
(246,160,171)
#F6A9B3
(246,169,179)
#F6B2BB
(246,178,187)
#F6BBC3
(246,187,195)
#F6C4CB
(246,196,203)
#F6CDD3
(246,205,211)
#F6D6DB
(246,214,219)
#F6DFE3
(246,223,227)
#F6E8EB
(246,232,235)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F697A3 color. Also use rgb(246,151,163) instead hex code.

Text Font Color

.myTextColor { color: #F697A3; }

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

This text font color is #F697A3.


Background Color

.myBgColor { background-color: #F697A3; }

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

This div background color is #F697A3.


Border color

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

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

This div border color is #F697A3.


Opacity

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

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

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

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

This text has shadow with #F697A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F697A3 on black background.


Color preview on white background

This text has color #F697A3 on white background.



Black color preview on #F697A3 background

This text has black color on #F697A3 background.


White color preview on #F697A3 background

This text has white color on #F697A3 background.