COLOR #FF7596

HEX: #FF7596
RGB: (255,117,150)

Color info

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

RGB color model

#FF7596 color RGB value is (255,117,150).

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

RGB channels and saturation

R 255 of 255 = 100%
G 117 of 255 = 46%
B 150 of 255 = 59%

255
117
150

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

Portions of RGB colors in percentages

R + G + B =
255 + 117 + 150 = 522 (100%)
R 255 of 522 ~ 48.85%
G 117 of 522 ~ 22.41%
B 150 of 522 ~ 28.74%

%48.85
%22.41
%28.74

CMYK color model

#FF7596 color CMYK value is (0,54,41,0).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 41.18%
  • key color value is 0.00%
CMYK:
(0,54,41,0)
C0M54Y41K0 
(0%,54%,41%,0%)
(0.00/0.54/0.41/0.00)	

CMYK percentages

%0
%54.12
%41.18
%0

Codes

Color #FF7596 in popluar color models

FF7596
RGB255117150
HSL346°100.00%72.94%
HSB/HSV346°54.12%100.00%
CMYK0.00%54.12%41.18%
0.00%

Color #FF7596 in popluar number systems.

HEXFF7596
Decimal255117150
Binary11111111111010110010110
Octal377165226

Shades and tints

Shades of #FF7596

#FF7596
(255,117,150)
#E86B89
(232,107,137)
#D1617C
(209,97,124)
#BA576F
(186,87,111)
#A34D62
(163,77,98)
#8C4355
(140,67,85)
#753948
(117,57,72)
#5E2F3B
(94,47,59)
#47252E
(71,37,46)
#301B21
(48,27,33)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #FF7596

#FF7596
(255,117,150)
#FF819F
(255,129,159)
#FF8DA8
(255,141,168)
#FF99B1
(255,153,177)
#FFA5BA
(255,165,186)
#FFB1C3
(255,177,195)
#FFBDCC
(255,189,204)
#FFC9D5
(255,201,213)
#FFD5DE
(255,213,222)
#FFE1E7
(255,225,231)
#FFEDF0
(255,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7596; }

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

This text font color is #FF7596.


Background Color

.myBgColor { background-color: #FF7596; }

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

This div background color is #FF7596.


Border color

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

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

This div border color is #FF7596.


Opacity

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

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

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

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

This text has shadow with #FF7596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7596 on black background.


Color preview on white background

This text has color #FF7596 on white background.



Black color preview on #FF7596 background

This text has black color on #FF7596 background.


White color preview on #FF7596 background

This text has white color on #FF7596 background.