COLOR #F076B8

HEX: #F076B8 RGB: (240,118,184)

Color info

#F076B8 contains mainly red and blue colors. Web safe color of #F076B8 is #FF66CC (or #F6C).

RGB color model

#F076B8 color RGB value is (240,118,184).

RGB: (240,118,184) (94%, 46%, 72%)

RGB channels and saturation

R 240 of 255 = 94%
G 118 of 255 = 46%
B 184 of 255 = 72%

240
118
184

R + G + B ~ 71%. #F076B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 118 + 184 = 542 (100%)
R 240 of 542 ~ 44.28%
G 118 of 542 ~ 21.77%
B 184 of 542 ~ 33.95'%

%44.28
%21.77
%33.95

CMYK color model

#F076B8 color CMYK value is (0,51,23,6).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 23.33%
  • key color value is 5.88%

CMYK: (0,51,23,6)
C0M51Y23K6 (0%, 51%, 23%, 6%)
(0.00 / 0.51 / 0.23 / 0.06)

CMYK percentages

%0
%50.83
%23.33
%5.88

Codes

Color #F076B8 in popluar color models

F0 76 B8
RGB 240 118 184
HSL 328° 80.26% 70.20%
HSB/HSV 328° 50.83% 94.12%
CMYK 0.00% 50.83% 23.33%
5.88%

Color #F076B8 in popluar number systems.

HEX F0 76 B8
Decimal 240 118 184
Binary 11110000 1110110 10111000
Octal 360 166 270

Shades and tints

Shades of #F076B8

#F076B8
(240,118,184)
#DB6CA8
(219,108,168)
#C66298
(198,98,152)
#B15888
(177,88,136)
#9C4E78
(156,78,120)
#874468
(135,68,104)
#723A58
(114,58,88)
#5D3048
(93,48,72)
#482638
(72,38,56)
#331C28
(51,28,40)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #F076B8

#F076B8
(240,118,184)
#F182BE
(241,130,190)
#F28EC4
(242,142,196)
#F39ACA
(243,154,202)
#F4A6D0
(244,166,208)
#F5B2D6
(245,178,214)
#F6BEDC
(246,190,220)
#F7CAE2
(247,202,226)
#F8D6E8
(248,214,232)
#F9E2EE
(249,226,238)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F076B8 color. Also use rgb(240,118,184) instead hex code.

Text Font Color

.myTextColor { color: #F076B8; }

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

This text font color is #F076B8.

Background Color

.myBgColor { background-color: #F076B8; }

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

This div background color is #F076B8.

Border color

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

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

This div border color is #F076B8.

Opacity

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

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

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

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

This text has shadow with #F076B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F076B8.

Preview

Color preview on black background

This text has color #F076B8 on black background.


Color preview on white background

This text has color #F076B8 on white background.


Black color preview on #F076B8 background

This text has black color on #F076B8 background.


White color preview on #F076B8 background

This text has white color on #F076B8 background.


Related colors

Complementary color

Complementary color for #hex is #0F8947.


I love getcolorcode.com

Triadic colors

1 #B8F076 and #76B8F0 with #F076B8 are triadic colors.

2 #B876F0 and #76F0B8 with #F076B8 are triadic colors.