COLOR #F69E95

HEX: #F69E95
RGB: (246,158,149)

Color info

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

RGB color model

#F69E95 color RGB value is (246,158,149).

  • red value is 246;
  • green value is 158;
  • blue value is 149.
RGB:
(246,158,149)
(96%,62%,58%)

RGB channels and saturation

R 246 of 255 = 96%
G 158 of 255 = 62%
B 149 of 255 = 58%

246
158
149

R + G + B ~ 72%. #F69E95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 158 + 149 = 553 (100%)
R 246 of 553 ~ 44.48%
G 158 of 553 ~ 28.57%
B 149 of 553 ~ 26.94%

%44.48
%28.57
%26.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 39.43%
  • key color value is 3.53%
CMYK:
(0,36,39,4)
C0M36Y39K4 
(0%,36%,39%,4%)
(0.00/0.36/0.39/0.04)	

CMYK percentages

%0
%35.77
%39.43
%3.53

Codes

Color #F69E95 in popluar color models

F69E95
RGB246158149
HSL84.35%77.45%
HSB/HSV39.43%96.47%
CMYK0.00%35.77%39.43%
3.53%

Color #F69E95 in popluar number systems.

HEXF69E95
Decimal246158149
Binary111101101001111010010101
Octal366236225

Shades and tints

Shades of #F69E95

#F69E95
(246,158,149)
#E09088
(224,144,136)
#CA827B
(202,130,123)
#B4746E
(180,116,110)
#9E6661
(158,102,97)
#885854
(136,88,84)
#724A47
(114,74,71)
#5C3C3A
(92,60,58)
#462E2D
(70,46,45)
#302020
(48,32,32)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #F69E95

#F69E95
(246,158,149)
#F6A69E
(246,166,158)
#F6AEA7
(246,174,167)
#F6B6B0
(246,182,176)
#F6BEB9
(246,190,185)
#F6C6C2
(246,198,194)
#F6CECB
(246,206,203)
#F6D6D4
(246,214,212)
#F6DEDD
(246,222,221)
#F6E6E6
(246,230,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69E95; }

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

This text font color is #F69E95.


Background Color

.myBgColor { background-color: #F69E95; }

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

This div background color is #F69E95.


Border color

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

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

This div border color is #F69E95.


Opacity

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

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

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

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

This text has shadow with #F69E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69E95 on black background.


Color preview on white background

This text has color #F69E95 on white background.



Black color preview on #F69E95 background

This text has black color on #F69E95 background.


White color preview on #F69E95 background

This text has white color on #F69E95 background.