COLOR #F0778E

HEX: #F0778E RGB: (240,119,142)

Color info

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

RGB color model

#F0778E color RGB value is (240,119,142).

RGB: (240,119,142) (94%, 47%, 56%)

RGB channels and saturation

R 240 of 255 = 94%
G 119 of 255 = 47%
B 142 of 255 = 56%

240
119
142

R + G + B ~ 66%. #F0778E is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 119 + 142 = 501 (100%)
R 240 of 501 ~ 47.9%
G 119 of 501 ~ 23.75%
B 142 of 501 ~ 28.34'%

%47.9
%23.75
%28.34

CMYK color model

#F0778E color CMYK value is (0,50,41,6).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 40.83%
  • key color value is 5.88%

CMYK: (0,50,41,6)
C0M50Y41K6 (0%, 50%, 41%, 6%)
(0.00 / 0.50 / 0.41 / 0.06)

CMYK percentages

%0
%50.42
%40.83
%5.88

Codes

Color #F0778E in popluar color models

F0 77 8E
RGB 240 119 142
HSL 349° 80.13% 70.39%
HSB/HSV 349° 50.42% 94.12%
CMYK 0.00% 50.42% 40.83%
5.88%

Color #F0778E in popluar number systems.

HEX F0 77 8E
Decimal 240 119 142
Binary 11110000 1110111 10001110
Octal 360 167 216

Shades and tints

Shades of #F0778E

#F0778E
(240,119,142)
#DB6D82
(219,109,130)
#C66376
(198,99,118)
#B1596A
(177,89,106)
#9C4F5E
(156,79,94)
#874552
(135,69,82)
#723B46
(114,59,70)
#5D313A
(93,49,58)
#48272E
(72,39,46)
#331D22
(51,29,34)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #F0778E

#F0778E
(240,119,142)
#F18398
(241,131,152)
#F28FA2
(242,143,162)
#F39BAC
(243,155,172)
#F4A7B6
(244,167,182)
#F5B3C0
(245,179,192)
#F6BFCA
(246,191,202)
#F7CBD4
(247,203,212)
#F8D7DE
(248,215,222)
#F9E3E8
(249,227,232)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0778E color. Also use rgb(240,119,142) instead hex code.

Text Font Color

.myTextColor { color: #F0778E; }

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

This text font color is #F0778E.

Background Color

.myBgColor { background-color: #F0778E; }

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

This div background color is #F0778E.

Border color

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

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

This div border color is #F0778E.

Opacity

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

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

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

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

This text has shadow with #F0778E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0778E.

Preview

Color preview on black background

This text has color #F0778E on black background.


Color preview on white background

This text has color #F0778E on white background.


Black color preview on #F0778E background

This text has black color on #F0778E background.


White color preview on #F0778E background

This text has white color on #F0778E background.


Related colors

Complementary color

Complementary color for #hex is #0F8871.


I love getcolorcode.com

Triadic colors

1 #8EF077 and #778EF0 with #F0778E are triadic colors.

2 #8E77F0 and #77F08E with #F0778E are triadic colors.