COLOR #FF7196

HEX: #FF7196
RGB: (255,113,150)

Color info

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

RGB color model

#FF7196 color RGB value is (255,113,150).

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

RGB channels and saturation

R 255 of 255 = 100%
G 113 of 255 = 44%
B 150 of 255 = 59%

255
113
150

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

Portions of RGB colors in percentages

R + G + B =
255 + 113 + 150 = 518 (100%)
R 255 of 518 ~ 49.23%
G 113 of 518 ~ 21.81%
B 150 of 518 ~ 28.96%

%49.23
%21.81
%28.96

CMYK color model

#FF7196 color CMYK value is (0,56,41,0).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 41.18%
  • key color value is 0.00%
CMYK:
(0,56,41,0)
C0M56Y41K0 
(0%,56%,41%,0%)
(0.00/0.56/0.41/0.00)	

CMYK percentages

%0
%55.69
%41.18
%0

Codes

Color #FF7196 in popluar color models

FF7196
RGB255113150
HSL344°100.00%72.16%
HSB/HSV344°55.69%100.00%
CMYK0.00%55.69%41.18%
0.00%

Color #FF7196 in popluar number systems.

HEXFF7196
Decimal255113150
Binary11111111111000110010110
Octal377161226

Shades and tints

Shades of #FF7196

#FF7196
(255,113,150)
#E86789
(232,103,137)
#D15D7C
(209,93,124)
#BA536F
(186,83,111)
#A34962
(163,73,98)
#8C3F55
(140,63,85)
#753548
(117,53,72)
#5E2B3B
(94,43,59)
#47212E
(71,33,46)
#301721
(48,23,33)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #FF7196

#FF7196
(255,113,150)
#FF7D9F
(255,125,159)
#FF89A8
(255,137,168)
#FF95B1
(255,149,177)
#FFA1BA
(255,161,186)
#FFADC3
(255,173,195)
#FFB9CC
(255,185,204)
#FFC5D5
(255,197,213)
#FFD1DE
(255,209,222)
#FFDDE7
(255,221,231)
#FFE9F0
(255,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7196; }

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

This text font color is #FF7196.


Background Color

.myBgColor { background-color: #FF7196; }

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

This div background color is #FF7196.


Border color

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

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

This div border color is #FF7196.


Opacity

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

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

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

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

This text has shadow with #FF7196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7196 on black background.


Color preview on white background

This text has color #FF7196 on white background.



Black color preview on #FF7196 background

This text has black color on #FF7196 background.


White color preview on #FF7196 background

This text has white color on #FF7196 background.