COLOR #F0879F

HEX: #F0879F
RGB: (240,135,159)

Color info

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

RGB color model

#F0879F color RGB value is (240,135,159).

  • red value is 240;
  • green value is 135;
  • blue value is 159.
RGB:
(240,135,159)
(94%,53%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 135 of 255 = 53%
B 159 of 255 = 62%

240
135
159

R + G + B ~ 70%. #F0879F is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 135 + 159 = 534 (100%)
R 240 of 534 ~ 44.94%
G 135 of 534 ~ 25.28%
B 159 of 534 ~ 29.78%

%44.94
%25.28
%29.78

CMYK color model

#F0879F color CMYK value is (0,44,34,6).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 33.75%
  • key color value is 5.88%
CMYK:
(0,44,34,6)
C0M44Y34K6 
(0%,44%,34%,6%)
(0.00/0.44/0.34/0.06)	

CMYK percentages

%0
%43.75
%33.75
%5.88

Codes

Color #F0879F in popluar color models

F0879F
RGB240135159
HSL346°77.78%73.53%
HSB/HSV346°43.75%94.12%
CMYK0.00%43.75%33.75%
5.88%

Color #F0879F in popluar number systems.

HEXF0879F
Decimal240135159
Binary111100001000011110011111
Octal360207237

Shades and tints

Shades of #F0879F

#F0879F
(240,135,159)
#DB7B91
(219,123,145)
#C66F83
(198,111,131)
#B16375
(177,99,117)
#9C5767
(156,87,103)
#874B59
(135,75,89)
#723F4B
(114,63,75)
#5D333D
(93,51,61)
#48272F
(72,39,47)
#331B21
(51,27,33)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #F0879F

#F0879F
(240,135,159)
#F191A7
(241,145,167)
#F29BAF
(242,155,175)
#F3A5B7
(243,165,183)
#F4AFBF
(244,175,191)
#F5B9C7
(245,185,199)
#F6C3CF
(246,195,207)
#F7CDD7
(247,205,215)
#F8D7DF
(248,215,223)
#F9E1E7
(249,225,231)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0879F color. Also use rgb(240,135,159) instead hex code.

Text Font Color

.myTextColor { color: #F0879F; }

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

This text font color is #F0879F.


Background Color

.myBgColor { background-color: #F0879F; }

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

This div background color is #F0879F.


Border color

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

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

This div border color is #F0879F.


Opacity

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

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

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

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

This text has shadow with #F0879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0879F on black background.


Color preview on white background

This text has color #F0879F on white background.



Black color preview on #F0879F background

This text has black color on #F0879F background.


White color preview on #F0879F background

This text has white color on #F0879F background.