COLOR #F096CE

HEX: #F096CE RGB: (240,150,206)

Color info

#F096CE contains mainly red and blue colors. Web safe color of #F096CE is #FF99CC (or #F9C).

RGB color model

#F096CE color RGB value is (240,150,206).

RGB: (240,150,206) (94%, 59%, 81%)

RGB channels and saturation

R 240 of 255 = 94%
G 150 of 255 = 59%
B 206 of 255 = 81%

240
150
206

R + G + B ~ 78%. #F096CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 150 + 206 = 596 (100%)
R 240 of 596 ~ 40.27%
G 150 of 596 ~ 25.17%
B 206 of 596 ~ 34.56'%

%40.27
%25.17
%34.56

CMYK color model

#F096CE color CMYK value is (0,38,14,6).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK: (0,38,14,6) C0M38Y14K6 (0%,38%,14%,6%) (0.00/0.38/0.14/0.06) 

CMYK percentages

%0
%37.5
%14.17
%5.88

Codes

Color #F096CE in popluar color models

F0 96 CE
RGB 240 150 206
HSL 323° 75.00% 76.47%
HSB/HSV 323° 37.50% 94.12%
CMYK 0.00% 37.50% 14.17%
5.88%

Color #F096CE in popluar number systems.

HEX F0 96 CE
Decimal 240 150 206
Binary 11110000 10010110 11001110
Octal 360 226 316

Shades and tints

Shades of #F096CE

#F096CE
(240,150,206)
#DB89BC
(219,137,188)
#C67CAA
(198,124,170)
#B16F98
(177,111,152)
#9C6286
(156,98,134)
#875574
(135,85,116)
#724862
(114,72,98)
#5D3B50
(93,59,80)
#482E3E
(72,46,62)
#33212C
(51,33,44)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #F096CE

#F096CE
(240,150,206)
#F19FD2
(241,159,210)
#F2A8D6
(242,168,214)
#F3B1DA
(243,177,218)
#F4BADE
(244,186,222)
#F5C3E2
(245,195,226)
#F6CCE6
(246,204,230)
#F7D5EA
(247,213,234)
#F8DEEE
(248,222,238)
#F9E7F2
(249,231,242)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F096CE color. Also use rgb(240,150,206) instead hex code.

Text Font Color

.myTextColor { color: #F096CE; }

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

This text font color is #F096CE.

Background Color

.myBgColor { background-color: #F096CE; }

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

This div background color is #F096CE.

Border color

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

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

This div border color is #F096CE.

Opacity

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

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

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

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

This text has shadow with #F096CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F096CE.

Preview

Color preview on black background

This text has color #F096CE on black background.


Color preview on white background

This text has color #F096CE on white background.


Black color preview on #F096CE background

This text has black color on #F096CE background.


White color preview on #F096CE background

This text has white color on #F096CE background.


Related colors

Complementary color

Complementary color for #hex is #0F6931.


I love getcolorcode.com

Triadic colors

1 #CEF096 and #96CEF0 with #F096CE are triadic colors.

2 #CE96F0 and #96F0CE with #F096CE are triadic colors.