COLOR #F69696

HEX: #F69696
RGB: (246,150,150)

Color info

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

RGB color model

#F69696 color RGB value is (246,150,150).

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

RGB channels and saturation

R 246 of 255 = 96%
G 150 of 255 = 59%
B 150 of 255 = 59%

246
150
150

R + G + B ~ 71%. #F69696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 150 + 150 = 546 (100%)
R 246 of 546 ~ 45.05%
G 150 of 546 ~ 27.47%
B 150 of 546 ~ 27.47%

%45.05
%27.47
%27.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 39.02%
  • key color value is 3.53%
CMYK:
(0,39,39,4)
C0M39Y39K4 
(0%,39%,39%,4%)
(0.00/0.39/0.39/0.04)	

CMYK percentages

%0
%39.02
%39.02
%3.53

Codes

Color #F69696 in popluar color models

F69696
RGB246150150
HSL84.21%77.65%
HSB/HSV39.02%96.47%
CMYK0.00%39.02%39.02%
3.53%

Color #F69696 in popluar number systems.

HEXF69696
Decimal246150150
Binary111101101001011010010110
Octal366226226

Shades and tints

Shades of #F69696

#F69696
(246,150,150)
#E08989
(224,137,137)
#CA7C7C
(202,124,124)
#B46F6F
(180,111,111)
#9E6262
(158,98,98)
#885555
(136,85,85)
#724848
(114,72,72)
#5C3B3B
(92,59,59)
#462E2E
(70,46,46)
#302121
(48,33,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #F69696

#F69696
(246,150,150)
#F69F9F
(246,159,159)
#F6A8A8
(246,168,168)
#F6B1B1
(246,177,177)
#F6BABA
(246,186,186)
#F6C3C3
(246,195,195)
#F6CCCC
(246,204,204)
#F6D5D5
(246,213,213)
#F6DEDE
(246,222,222)
#F6E7E7
(246,231,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69696; }

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

This text font color is #F69696.


Background Color

.myBgColor { background-color: #F69696; }

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

This div background color is #F69696.


Border color

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

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

This div border color is #F69696.


Opacity

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

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

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

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

This text has shadow with #F69696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69696 on black background.


Color preview on white background

This text has color #F69696 on white background.



Black color preview on #F69696 background

This text has black color on #F69696 background.


White color preview on #F69696 background

This text has white color on #F69696 background.