COLOR #F06B89

HEX: #F06B89
RGB: (240,107,137)

Color info

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

RGB color model

#F06B89 color RGB value is (240,107,137).

  • red value is 240;
  • green value is 107;
  • blue value is 137.
RGB:
(240,107,137)
(94%,42%,54%)

RGB channels and saturation

R 240 of 255 = 94%
G 107 of 255 = 42%
B 137 of 255 = 54%

240
107
137

R + G + B ~ 63%. #F06B89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 107 + 137 = 484 (100%)
R 240 of 484 ~ 49.59%
G 107 of 484 ~ 22.11%
B 137 of 484 ~ 28.31%

%49.59
%22.11
%28.31

CMYK color model

#F06B89 color CMYK value is (0,55,43,6).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 42.92%
  • key color value is 5.88%
CMYK:
(0,55,43,6)
C0M55Y43K6 
(0%,55%,43%,6%)
(0.00/0.55/0.43/0.06)	

CMYK percentages

%0
%55.42
%42.92
%5.88

Codes

Color #F06B89 in popluar color models

F06B89
RGB240107137
HSL346°81.60%68.04%
HSB/HSV346°55.42%94.12%
CMYK0.00%55.42%42.92%
5.88%

Color #F06B89 in popluar number systems.

HEXF06B89
Decimal240107137
Binary11110000110101110001001
Octal360153211

Shades and tints

Shades of #F06B89

#F06B89
(240,107,137)
#DB627D
(219,98,125)
#C65971
(198,89,113)
#B15065
(177,80,101)
#9C4759
(156,71,89)
#873E4D
(135,62,77)
#723541
(114,53,65)
#5D2C35
(93,44,53)
#482329
(72,35,41)
#331A1D
(51,26,29)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #F06B89

#F06B89
(240,107,137)
#F17893
(241,120,147)
#F2859D
(242,133,157)
#F392A7
(243,146,167)
#F49FB1
(244,159,177)
#F5ACBB
(245,172,187)
#F6B9C5
(246,185,197)
#F7C6CF
(247,198,207)
#F8D3D9
(248,211,217)
#F9E0E3
(249,224,227)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06B89 color. Also use rgb(240,107,137) instead hex code.

Text Font Color

.myTextColor { color: #F06B89; }

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

This text font color is #F06B89.


Background Color

.myBgColor { background-color: #F06B89; }

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

This div background color is #F06B89.


Border color

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

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

This div border color is #F06B89.


Opacity

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

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

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

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

This text has shadow with #F06B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06B89 on black background.


Color preview on white background

This text has color #F06B89 on white background.



Black color preview on #F06B89 background

This text has black color on #F06B89 background.


White color preview on #F06B89 background

This text has white color on #F06B89 background.