COLOR #F096D8

HEX: #F096D8
RGB: (240,150,216)

Color info

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

RGB color model

#F096D8 color RGB value is (240,150,216).

  • red value is 240;
  • green value is 150;
  • blue value is 216.
RGB:
(240,150,216)
(94%,59%,85%)

RGB channels and saturation

R 240 of 255 = 94%
G 150 of 255 = 59%
B 216 of 255 = 85%

240
150
216

R + G + B ~ 79%. #F096D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 150 + 216 = 606 (100%)
R 240 of 606 ~ 39.6%
G 150 of 606 ~ 24.75%
B 216 of 606 ~ 35.64%

%39.6
%24.75
%35.64

CMYK color model

#F096D8 color CMYK value is (0,38,10,6).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(0,38,10,6)
C0M38Y10K6 
(0%,38%,10%,6%)
(0.00/0.38/0.10/0.06)	

CMYK percentages

%0
%37.5
%10
%5.88

Codes

Color #F096D8 in popluar color models

F096D8
RGB240150216
HSL316°75.00%76.47%
HSB/HSV316°37.50%94.12%
CMYK0.00%37.50%10.00%
5.88%

Color #F096D8 in popluar number systems.

HEXF096D8
Decimal240150216
Binary111100001001011011011000
Octal360226330

Shades and tints

Shades of #F096D8

#F096D8
(240,150,216)
#DB89C5
(219,137,197)
#C67CB2
(198,124,178)
#B16F9F
(177,111,159)
#9C628C
(156,98,140)
#875579
(135,85,121)
#724866
(114,72,102)
#5D3B53
(93,59,83)
#482E40
(72,46,64)
#33212D
(51,33,45)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #F096D8

#F096D8
(240,150,216)
#F19FDB
(241,159,219)
#F2A8DE
(242,168,222)
#F3B1E1
(243,177,225)
#F4BAE4
(244,186,228)
#F5C3E7
(245,195,231)
#F6CCEA
(246,204,234)
#F7D5ED
(247,213,237)
#F8DEF0
(248,222,240)
#F9E7F3
(249,231,243)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F096D8; }

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

This text font color is #F096D8.


Background Color

.myBgColor { background-color: #F096D8; }

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

This div background color is #F096D8.


Border color

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

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

This div border color is #F096D8.


Opacity

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

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

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

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

This text has shadow with #F096D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F096D8 on black background.


Color preview on white background

This text has color #F096D8 on white background.



Black color preview on #F096D8 background

This text has black color on #F096D8 background.


White color preview on #F096D8 background

This text has white color on #F096D8 background.