COLOR #F8599B

HEX: #F8599B
RGB: (248,89,155)

Color info

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

RGB color model

#F8599B color RGB value is (248,89,155).

  • red value is 248;
  • green value is 89;
  • blue value is 155.
RGB:
(248,89,155)
(97%,35%,61%)

RGB channels and saturation

R 248 of 255 = 97%
G 89 of 255 = 35%
B 155 of 255 = 61%

248
89
155

R + G + B ~ 64%. #F8599B is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 89 + 155 = 492 (100%)
R 248 of 492 ~ 50.41%
G 89 of 492 ~ 18.09%
B 155 of 492 ~ 31.5%

%50.41
%18.09
%31.5

CMYK color model

#F8599B color CMYK value is (0,64,38,3).

  • cyan value is 0.00%
  • magenta value is 64.11%
  • yellow value is 37.50%
  • key color value is 2.75%
CMYK:
(0,64,38,3)
C0M64Y38K3 
(0%,64%,38%,3%)
(0.00/0.64/0.38/0.03)	

CMYK percentages

%0
%64.11
%37.5
%2.75

Codes

Color #F8599B in popluar color models

F8599B
RGB24889155
HSL335°91.91%66.08%
HSB/HSV335°64.11%97.25%
CMYK0.00%64.11%37.50%
2.75%

Color #F8599B in popluar number systems.

HEXF8599B
Decimal24889155
Binary11111000101100110011011
Octal370131233

Shades and tints

Shades of #F8599B

#F8599B
(248,89,155)
#E2518D
(226,81,141)
#CC497F
(204,73,127)
#B64171
(182,65,113)
#A03963
(160,57,99)
#8A3155
(138,49,85)
#742947
(116,41,71)
#5E2139
(94,33,57)
#48192B
(72,25,43)
#32111D
(50,17,29)
#1C090F
(28,9,15)
#000000
(0,0,0)

Tints of #F8599B

#F8599B
(248,89,155)
#F868A4
(248,104,164)
#F877AD
(248,119,173)
#F886B6
(248,134,182)
#F895BF
(248,149,191)
#F8A4C8
(248,164,200)
#F8B3D1
(248,179,209)
#F8C2DA
(248,194,218)
#F8D1E3
(248,209,227)
#F8E0EC
(248,224,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8599B color. Also use rgb(248,89,155) instead hex code.

Text Font Color

.myTextColor { color: #F8599B; }

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

This text font color is #F8599B.


Background Color

.myBgColor { background-color: #F8599B; }

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

This div background color is #F8599B.


Border color

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

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

This div border color is #F8599B.


Opacity

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

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

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

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

This text has shadow with #F8599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8599B on black background.


Color preview on white background

This text has color #F8599B on white background.



Black color preview on #F8599B background

This text has black color on #F8599B background.


White color preview on #F8599B background

This text has white color on #F8599B background.