COLOR #F69597

HEX: #F69597 RGB: (246,149,151)

Color info

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

RGB color model

#F69597 color RGB value is (246,149,151).

RGB: (246,149,151) (96%, 58%, 59%)

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 151 of 255 = 59%

246
149
151

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

Portions of RGB colors in percentages

R + G + B = 246 + 149 + 151 = 546 (100%)
R 246 of 546 ~ 45.05%
G 149 of 546 ~ 27.29%
B 151 of 546 ~ 27.66'%

%45.05
%27.29
%27.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 38.62%
  • 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.43
%38.62
%3.53

Codes

Color #F69597 in popluar color models

F6 95 97
RGB 246 149 151
HSL 359° 84.35% 77.45%
HSB/HSV 359° 39.43% 96.47%
CMYK 0.00% 39.43% 38.62%
3.53%

Color #F69597 in popluar number systems.

HEX F6 95 97
Decimal 246 149 151
Binary 11110110 10010101 10010111
Octal 366 225 227

Shades and tints

Shades of #F69597

#F69597
(246,149,151)
#E0888A
(224,136,138)
#CA7B7D
(202,123,125)
#B46E70
(180,110,112)
#9E6163
(158,97,99)
#885456
(136,84,86)
#724749
(114,71,73)
#5C3A3C
(92,58,60)
#462D2F
(70,45,47)
#302022
(48,32,34)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #F69597

#F69597
(246,149,151)
#F69EA0
(246,158,160)
#F6A7A9
(246,167,169)
#F6B0B2
(246,176,178)
#F6B9BB
(246,185,187)
#F6C2C4
(246,194,196)
#F6CBCD
(246,203,205)
#F6D4D6
(246,212,214)
#F6DDDF
(246,221,223)
#F6E6E8
(246,230,232)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69597; }

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

This text font color is #F69597.

Background Color

.myBgColor { background-color: #F69597; }

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

This div background color is #F69597.

Border color

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

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

This div border color is #F69597.

Opacity

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

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

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

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

This text has shadow with #F69597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69597.

Preview

Color preview on black background

This text has color #F69597 on black background.


Color preview on white background

This text has color #F69597 on white background.


Black color preview on #F69597 background

This text has black color on #F69597 background.


White color preview on #F69597 background

This text has white color on #F69597 background.


Related colors

Complementary color

Complementary color for #hex is #096A68.


I love getcolorcode.com

Triadic colors

1 #97F695 and #9597F6 with #F69597 are triadic colors.

2 #9795F6 and #95F697 with #F69597 are triadic colors.