COLOR #F06D79

HEX: #F06D79
RGB: (240,109,121)

Color info

#F06D79 contains mainly red color. Web safe color of #F06D79 is #FF6666 (or #F66).

RGB color model

#F06D79 color RGB value is (240,109,121).

  • red value is 240;
  • green value is 109;
  • blue value is 121.
RGB:
(240,109,121)
(94%,43%,47%)

RGB channels and saturation

R 240 of 255 = 94%
G 109 of 255 = 43%
B 121 of 255 = 47%

240
109
121

R + G + B ~ 61%. #F06D79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 109 + 121 = 470 (100%)
R 240 of 470 ~ 51.06%
G 109 of 470 ~ 23.19%
B 121 of 470 ~ 25.74%

%51.06
%23.19
%25.74

CMYK color model

#F06D79 color CMYK value is (0,55,50,6).

  • cyan value is 0.00%
  • magenta value is 54.58%
  • yellow value is 49.58%
  • key color value is 5.88%
CMYK:
(0,55,50,6)
C0M55Y50K6 
(0%,55%,50%,6%)
(0.00/0.55/0.50/0.06)	

CMYK percentages

%0
%54.58
%49.58
%5.88

Codes

Color #F06D79 in popluar color models

F06D79
RGB240109121
HSL355°81.37%68.43%
HSB/HSV355°54.58%94.12%
CMYK0.00%54.58%49.58%
5.88%

Color #F06D79 in popluar number systems.

HEXF06D79
Decimal240109121
Binary1111000011011011111001
Octal360155171

Shades and tints

Shades of #F06D79

#F06D79
(240,109,121)
#DB646E
(219,100,110)
#C65B63
(198,91,99)
#B15258
(177,82,88)
#9C494D
(156,73,77)
#874042
(135,64,66)
#723737
(114,55,55)
#5D2E2C
(93,46,44)
#482521
(72,37,33)
#331C16
(51,28,22)
#1E130B
(30,19,11)
#000000
(0,0,0)

Tints of #F06D79

#F06D79
(240,109,121)
#F17A85
(241,122,133)
#F28791
(242,135,145)
#F3949D
(243,148,157)
#F4A1A9
(244,161,169)
#F5AEB5
(245,174,181)
#F6BBC1
(246,187,193)
#F7C8CD
(247,200,205)
#F8D5D9
(248,213,217)
#F9E2E5
(249,226,229)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06D79 color. Also use rgb(240,109,121) instead hex code.

Text Font Color

.myTextColor { color: #F06D79; }

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

This text font color is #F06D79.


Background Color

.myBgColor { background-color: #F06D79; }

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

This div background color is #F06D79.


Border color

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

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

This div border color is #F06D79.


Opacity

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

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

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

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

This text has shadow with #F06D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06D79 on black background.


Color preview on white background

This text has color #F06D79 on white background.



Black color preview on #F06D79 background

This text has black color on #F06D79 background.


White color preview on #F06D79 background

This text has white color on #F06D79 background.