COLOR #F094C4

HEX: #F094C4
RGB: (240,148,196)

Color info

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

RGB color model

#F094C4 color RGB value is (240,148,196).

  • red value is 240;
  • green value is 148;
  • blue value is 196.
RGB:
(240,148,196)
(94%,58%,77%)

RGB channels and saturation

R 240 of 255 = 94%
G 148 of 255 = 58%
B 196 of 255 = 77%

240
148
196

R + G + B ~ 76%. #F094C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 148 + 196 = 584 (100%)
R 240 of 584 ~ 41.1%
G 148 of 584 ~ 25.34%
B 196 of 584 ~ 33.56%

%41.1
%25.34
%33.56

CMYK color model

#F094C4 color CMYK value is (0,38,18,6).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 18.33%
  • key color value is 5.88%
CMYK:
(0,38,18,6)
C0M38Y18K6 
(0%,38%,18%,6%)
(0.00/0.38/0.18/0.06)	

CMYK percentages

%0
%38.33
%18.33
%5.88

Codes

Color #F094C4 in popluar color models

F094C4
RGB240148196
HSL329°75.41%76.08%
HSB/HSV329°38.33%94.12%
CMYK0.00%38.33%18.33%
5.88%

Color #F094C4 in popluar number systems.

HEXF094C4
Decimal240148196
Binary111100001001010011000100
Octal360224304

Shades and tints

Shades of #F094C4

#F094C4
(240,148,196)
#DB87B3
(219,135,179)
#C67AA2
(198,122,162)
#B16D91
(177,109,145)
#9C6080
(156,96,128)
#87536F
(135,83,111)
#72465E
(114,70,94)
#5D394D
(93,57,77)
#482C3C
(72,44,60)
#331F2B
(51,31,43)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #F094C4

#F094C4
(240,148,196)
#F19DC9
(241,157,201)
#F2A6CE
(242,166,206)
#F3AFD3
(243,175,211)
#F4B8D8
(244,184,216)
#F5C1DD
(245,193,221)
#F6CAE2
(246,202,226)
#F7D3E7
(247,211,231)
#F8DCEC
(248,220,236)
#F9E5F1
(249,229,241)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F094C4 color. Also use rgb(240,148,196) instead hex code.

Text Font Color

.myTextColor { color: #F094C4; }

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

This text font color is #F094C4.


Background Color

.myBgColor { background-color: #F094C4; }

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

This div background color is #F094C4.


Border color

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

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

This div border color is #F094C4.


Opacity

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

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

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

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

This text has shadow with #F094C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F094C4 on black background.


Color preview on white background

This text has color #F094C4 on white background.



Black color preview on #F094C4 background

This text has black color on #F094C4 background.


White color preview on #F094C4 background

This text has white color on #F094C4 background.