COLOR #F67196

HEX: #F67196
RGB: (246,113,150)

Color info

#F67196 contains mainly red color. Web safe color of #F67196 is #FF6699 (or #F69).

RGB color model

#F67196 color RGB value is (246,113,150).

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

RGB channels and saturation

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

246
113
150

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

Portions of RGB colors in percentages

R + G + B =
246 + 113 + 150 = 509 (100%)
R 246 of 509 ~ 48.33%
G 113 of 509 ~ 22.2%
B 150 of 509 ~ 29.47%

%48.33
%22.2
%29.47

CMYK color model

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

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

CMYK percentages

%0
%54.07
%39.02
%3.53

Codes

Color #F67196 in popluar color models

F67196
RGB246113150
HSL343°88.08%70.39%
HSB/HSV343°54.07%96.47%
CMYK0.00%54.07%39.02%
3.53%

Color #F67196 in popluar number systems.

HEXF67196
Decimal246113150
Binary11110110111000110010110
Octal366161226

Shades and tints

Shades of #F67196

#F67196
(246,113,150)
#E06789
(224,103,137)
#CA5D7C
(202,93,124)
#B4536F
(180,83,111)
#9E4962
(158,73,98)
#883F55
(136,63,85)
#723548
(114,53,72)
#5C2B3B
(92,43,59)
#46212E
(70,33,46)
#301721
(48,23,33)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #F67196

#F67196
(246,113,150)
#F67D9F
(246,125,159)
#F689A8
(246,137,168)
#F695B1
(246,149,177)
#F6A1BA
(246,161,186)
#F6ADC3
(246,173,195)
#F6B9CC
(246,185,204)
#F6C5D5
(246,197,213)
#F6D1DE
(246,209,222)
#F6DDE7
(246,221,231)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F67196; }

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

This text font color is #F67196.


Background Color

.myBgColor { background-color: #F67196; }

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

This div background color is #F67196.


Border color

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

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

This div border color is #F67196.


Opacity

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

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

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

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

This text has shadow with #F67196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67196 on black background.


Color preview on white background

This text has color #F67196 on white background.



Black color preview on #F67196 background

This text has black color on #F67196 background.


White color preview on #F67196 background

This text has white color on #F67196 background.