COLOR #F5999B

HEX: #F5999B
RGB: (245,153,155)

Color info

#F5999B contains mainly red color. Web safe color of #F5999B is #FF9999 (or #F99).

RGB color model

#F5999B color RGB value is (245,153,155).

  • red value is 245;
  • green value is 153;
  • blue value is 155.
RGB:
(245,153,155)
(96%,60%,61%)

RGB channels and saturation

R 245 of 255 = 96%
G 153 of 255 = 60%
B 155 of 255 = 61%

245
153
155

R + G + B ~ 72%. #F5999B is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 153 + 155 = 553 (100%)
R 245 of 553 ~ 44.3%
G 153 of 553 ~ 27.67%
B 155 of 553 ~ 28.03%

%44.3
%27.67
%28.03

CMYK color model

#F5999B color CMYK value is (0,38,37,4).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 36.73%
  • key color value is 3.92%
CMYK:
(0,38,37,4)
C0M38Y37K4 
(0%,38%,37%,4%)
(0.00/0.38/0.37/0.04)	

CMYK percentages

%0
%37.55
%36.73
%3.92

Codes

Color #F5999B in popluar color models

F5999B
RGB245153155
HSL359°82.14%78.04%
HSB/HSV359°37.55%96.08%
CMYK0.00%37.55%36.73%
3.92%

Color #F5999B in popluar number systems.

HEXF5999B
Decimal245153155
Binary111101011001100110011011
Octal365231233

Shades and tints

Shades of #F5999B

#F5999B
(245,153,155)
#DF8C8D
(223,140,141)
#C97F7F
(201,127,127)
#B37271
(179,114,113)
#9D6563
(157,101,99)
#875855
(135,88,85)
#714B47
(113,75,71)
#5B3E39
(91,62,57)
#45312B
(69,49,43)
#2F241D
(47,36,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #F5999B

#F5999B
(245,153,155)
#F5A2A4
(245,162,164)
#F5ABAD
(245,171,173)
#F5B4B6
(245,180,182)
#F5BDBF
(245,189,191)
#F5C6C8
(245,198,200)
#F5CFD1
(245,207,209)
#F5D8DA
(245,216,218)
#F5E1E3
(245,225,227)
#F5EAEC
(245,234,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5999B color. Also use rgb(245,153,155) instead hex code.

Text Font Color

.myTextColor { color: #F5999B; }

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

This text font color is #F5999B.


Background Color

.myBgColor { background-color: #F5999B; }

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

This div background color is #F5999B.


Border color

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

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

This div border color is #F5999B.


Opacity

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

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

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

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

This text has shadow with #F5999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5999B on black background.


Color preview on white background

This text has color #F5999B on white background.



Black color preview on #F5999B background

This text has black color on #F5999B background.


White color preview on #F5999B background

This text has white color on #F5999B background.