COLOR #F6956E

HEX: #F6956E
RGB: (246,149,110)

Color info

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

RGB color model

#F6956E color RGB value is (246,149,110).

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

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 110 of 255 = 43%

246
149
110

R + G + B ~ 66%. #F6956E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 149 + 110 = 505 (100%)
R 246 of 505 ~ 48.71%
G 149 of 505 ~ 29.5%
B 110 of 505 ~ 21.78%

%48.71
%29.5
%21.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 55.28%
  • key color value is 3.53%
CMYK:
(0,39,55,4)
C0M39Y55K4 
(0%,39%,55%,4%)
(0.00/0.39/0.55/0.04)	

CMYK percentages

%0
%39.43
%55.28
%3.53

Codes

Color #F6956E in popluar color models

F6956E
RGB246149110
HSL17°88.31%69.80%
HSB/HSV17°55.28%96.47%
CMYK0.00%39.43%55.28%
3.53%

Color #F6956E in popluar number systems.

HEXF6956E
Decimal246149110
Binary11110110100101011101110
Octal366225156

Shades and tints

Shades of #F6956E

#F6956E
(246,149,110)
#E08864
(224,136,100)
#CA7B5A
(202,123,90)
#B46E50
(180,110,80)
#9E6146
(158,97,70)
#88543C
(136,84,60)
#724732
(114,71,50)
#5C3A28
(92,58,40)
#462D1E
(70,45,30)
#302014
(48,32,20)
#1A130A
(26,19,10)
#000000
(0,0,0)

Tints of #F6956E

#F6956E
(246,149,110)
#F69E7B
(246,158,123)
#F6A788
(246,167,136)
#F6B095
(246,176,149)
#F6B9A2
(246,185,162)
#F6C2AF
(246,194,175)
#F6CBBC
(246,203,188)
#F6D4C9
(246,212,201)
#F6DDD6
(246,221,214)
#F6E6E3
(246,230,227)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6956E; }

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

This text font color is #F6956E.


Background Color

.myBgColor { background-color: #F6956E; }

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

This div background color is #F6956E.


Border color

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

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

This div border color is #F6956E.


Opacity

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

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

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

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

This text has shadow with #F6956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6956E on black background.


Color preview on white background

This text has color #F6956E on white background.



Black color preview on #F6956E background

This text has black color on #F6956E background.


White color preview on #F6956E background

This text has white color on #F6956E background.