COLOR #F6957C

HEX: #F6957C RGB: (246,149,124)

Color info

#F6957C contains mainly red color. Web safe color of #F6957C is #FF9966 (or #F96).

RGB color model

#F6957C color RGB value is (246,149,124).

RGB: (246,149,124) (96%, 58%, 49%)

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 124 of 255 = 49%

246
149
124

R + G + B ~ 68%. #F6957C is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 149 + 124 = 519 (100%)
R 246 of 519 ~ 47.4%
G 149 of 519 ~ 28.71%
B 124 of 519 ~ 23.89'%

%47.4
%28.71
%23.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 49.59%
  • key color value is 3.53%

CMYK: (0,39,50,4)
C0M39Y50K4 (0%, 39%, 50%, 4%)
(0.00 / 0.39 / 0.50 / 0.04)

CMYK percentages

%0
%39.43
%49.59
%3.53

Codes

Color #F6957C in popluar color models

F6 95 7C
RGB 246 149 124
HSL 12° 87.14% 72.55%
HSB/HSV 12° 49.59% 96.47%
CMYK 0.00% 39.43% 49.59%
3.53%

Color #F6957C in popluar number systems.

HEX F6 95 7C
Decimal 246 149 124
Binary 11110110 10010101 1111100
Octal 366 225 174

Shades and tints

Shades of #F6957C

#F6957C
(246,149,124)
#E08871
(224,136,113)
#CA7B66
(202,123,102)
#B46E5B
(180,110,91)
#9E6150
(158,97,80)
#885445
(136,84,69)
#72473A
(114,71,58)
#5C3A2F
(92,58,47)
#462D24
(70,45,36)
#302019
(48,32,25)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #F6957C

#F6957C
(246,149,124)
#F69E87
(246,158,135)
#F6A792
(246,167,146)
#F6B09D
(246,176,157)
#F6B9A8
(246,185,168)
#F6C2B3
(246,194,179)
#F6CBBE
(246,203,190)
#F6D4C9
(246,212,201)
#F6DDD4
(246,221,212)
#F6E6DF
(246,230,223)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6957C; }

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

This text font color is #F6957C.

Background Color

.myBgColor { background-color: #F6957C; }

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

This div background color is #F6957C.

Border color

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

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

This div border color is #F6957C.

Opacity

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

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

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

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

This text has shadow with #F6957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6957C.

Preview

Color preview on black background

This text has color #F6957C on black background.


Color preview on white background

This text has color #F6957C on white background.


Black color preview on #F6957C background

This text has black color on #F6957C background.


White color preview on #F6957C background

This text has white color on #F6957C background.


Related colors

Complementary color

Complementary color for #hex is #096A83.


I love getcolorcode.com

Triadic colors

1 #7CF695 and #957CF6 with #F6957C are triadic colors.

2 #7C95F6 and #95F67C with #F6957C are triadic colors.