COLOR #F094D4

HEX: #F094D4
RGB: (240,148,212)

Color info

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

RGB color model

#F094D4 color RGB value is (240,148,212).

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

RGB channels and saturation

R 240 of 255 = 94%
G 148 of 255 = 58%
B 212 of 255 = 83%

240
148
212

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

Portions of RGB colors in percentages

R + G + B =
240 + 148 + 212 = 600 (100%)
R 240 of 600 ~ 40%
G 148 of 600 ~ 24.67%
B 212 of 600 ~ 35.33%

%40
%24.67
%35.33

CMYK color model

#F094D4 color CMYK value is (0,38,12,6).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 11.67%
  • key color value is 5.88%
CMYK:
(0,38,12,6)
C0M38Y12K6 
(0%,38%,12%,6%)
(0.00/0.38/0.12/0.06)	

CMYK percentages

%0
%38.33
%11.67
%5.88

Codes

Color #F094D4 in popluar color models

F094D4
RGB240148212
HSL318°75.41%76.08%
HSB/HSV318°38.33%94.12%
CMYK0.00%38.33%11.67%
5.88%

Color #F094D4 in popluar number systems.

HEXF094D4
Decimal240148212
Binary111100001001010011010100
Octal360224324

Shades and tints

Shades of #F094D4

#F094D4
(240,148,212)
#DB87C1
(219,135,193)
#C67AAE
(198,122,174)
#B16D9B
(177,109,155)
#9C6088
(156,96,136)
#875375
(135,83,117)
#724662
(114,70,98)
#5D394F
(93,57,79)
#482C3C
(72,44,60)
#331F29
(51,31,41)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #F094D4

#F094D4
(240,148,212)
#F19DD7
(241,157,215)
#F2A6DA
(242,166,218)
#F3AFDD
(243,175,221)
#F4B8E0
(244,184,224)
#F5C1E3
(245,193,227)
#F6CAE6
(246,202,230)
#F7D3E9
(247,211,233)
#F8DCEC
(248,220,236)
#F9E5EF
(249,229,239)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F094D4; }

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

This text font color is #F094D4.


Background Color

.myBgColor { background-color: #F094D4; }

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

This div background color is #F094D4.


Border color

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

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

This div border color is #F094D4.


Opacity

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

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

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

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

This text has shadow with #F094D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F094D4 on black background.


Color preview on white background

This text has color #F094D4 on white background.



Black color preview on #F094D4 background

This text has black color on #F094D4 background.


White color preview on #F094D4 background

This text has white color on #F094D4 background.