COLOR #F596EB

HEX: #F596EB
RGB: (245,150,235)

Color info

#F596EB contains mainly red and blue colors. Web safe color of #F596EB is #FF99FF (or #F9F).

RGB color model

#F596EB color RGB value is (245,150,235).

  • red value is 245;
  • green value is 150;
  • blue value is 235.
RGB:
(245,150,235)
(96%,59%,92%)

RGB channels and saturation

R 245 of 255 = 96%
G 150 of 255 = 59%
B 235 of 255 = 92%

245
150
235

R + G + B ~ 82%. #F596EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 150 + 235 = 630 (100%)
R 245 of 630 ~ 38.89%
G 150 of 630 ~ 23.81%
B 235 of 630 ~ 37.3%

%38.89
%23.81
%37.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.78%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(0,39,4,4)
C0M39Y4K4 
(0%,39%,4%,4%)
(0.00/0.39/0.04/0.04)	

CMYK percentages

%0
%38.78
%4.08
%3.92

Codes

Color #F596EB in popluar color models

F596EB
RGB245150235
HSL306°82.61%77.45%
HSB/HSV306°38.78%96.08%
CMYK0.00%38.78%4.08%
3.92%

Color #F596EB in popluar number systems.

HEXF596EB
Decimal245150235
Binary111101011001011011101011
Octal365226353

Shades and tints

Shades of #F596EB

#F596EB
(245,150,235)
#DF89D6
(223,137,214)
#C97CC1
(201,124,193)
#B36FAC
(179,111,172)
#9D6297
(157,98,151)
#875582
(135,85,130)
#71486D
(113,72,109)
#5B3B58
(91,59,88)
#452E43
(69,46,67)
#2F212E
(47,33,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F596EB

#F596EB
(245,150,235)
#F59FEC
(245,159,236)
#F5A8ED
(245,168,237)
#F5B1EE
(245,177,238)
#F5BAEF
(245,186,239)
#F5C3F0
(245,195,240)
#F5CCF1
(245,204,241)
#F5D5F2
(245,213,242)
#F5DEF3
(245,222,243)
#F5E7F4
(245,231,244)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F596EB color. Also use rgb(245,150,235) instead hex code.

Text Font Color

.myTextColor { color: #F596EB; }

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

This text font color is #F596EB.


Background Color

.myBgColor { background-color: #F596EB; }

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

This div background color is #F596EB.


Border color

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

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

This div border color is #F596EB.


Opacity

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

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

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

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

This text has shadow with #F596EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F596EB on black background.


Color preview on white background

This text has color #F596EB on white background.



Black color preview on #F596EB background

This text has black color on #F596EB background.


White color preview on #F596EB background

This text has white color on #F596EB background.