COLOR #F09FC2

HEX: #F09FC2 RGB: (240,159,194)

Color info

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

RGB color model

#F09FC2 color RGB value is (240,159,194).

RGB: (240,159,194) (94%, 62%, 76%)

RGB channels and saturation

R 240 of 255 = 94%
G 159 of 255 = 62%
B 194 of 255 = 76%

240
159
194

R + G + B ~ 77%. #F09FC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 159 + 194 = 593 (100%)
R 240 of 593 ~ 40.47%
G 159 of 593 ~ 26.81%
B 194 of 593 ~ 32.72'%

%40.47
%26.81
%32.72

CMYK color model

#F09FC2 color CMYK value is (0,34,19,6).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 19.17%
  • key color value is 5.88%

CMYK: (0,34,19,6)
C0M34Y19K6 (0%, 34%, 19%, 6%)
(0.00 / 0.34 / 0.19 / 0.06)

CMYK percentages

%0
%33.75
%19.17
%5.88

Codes

Color #F09FC2 in popluar color models

F0 9F C2
RGB 240 159 194
HSL 334° 72.97% 78.24%
HSB/HSV 334° 33.75% 94.12%
CMYK 0.00% 33.75% 19.17%
5.88%

Color #F09FC2 in popluar number systems.

HEX F0 9F C2
Decimal 240 159 194
Binary 11110000 10011111 11000010
Octal 360 237 302

Shades and tints

Shades of #F09FC2

#F09FC2
(240,159,194)
#DB91B1
(219,145,177)
#C683A0
(198,131,160)
#B1758F
(177,117,143)
#9C677E
(156,103,126)
#87596D
(135,89,109)
#724B5C
(114,75,92)
#5D3D4B
(93,61,75)
#482F3A
(72,47,58)
#332129
(51,33,41)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #F09FC2

#F09FC2
(240,159,194)
#F1A7C7
(241,167,199)
#F2AFCC
(242,175,204)
#F3B7D1
(243,183,209)
#F4BFD6
(244,191,214)
#F5C7DB
(245,199,219)
#F6CFE0
(246,207,224)
#F7D7E5
(247,215,229)
#F8DFEA
(248,223,234)
#F9E7EF
(249,231,239)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09FC2 color. Also use rgb(240,159,194) instead hex code.

Text Font Color

.myTextColor { color: #F09FC2; }

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

This text font color is #F09FC2.

Background Color

.myBgColor { background-color: #F09FC2; }

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

This div background color is #F09FC2.

Border color

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

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

This div border color is #F09FC2.

Opacity

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

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

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

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

This text has shadow with #F09FC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F09FC2.

Preview

Color preview on black background

This text has color #F09FC2 on black background.


Color preview on white background

This text has color #F09FC2 on white background.


Black color preview on #F09FC2 background

This text has black color on #F09FC2 background.


White color preview on #F09FC2 background

This text has white color on #F09FC2 background.


Related colors

Complementary color

Complementary color for #hex is #0F603D.


I love getcolorcode.com

Triadic colors

1 #C2F09F and #9FC2F0 with #F09FC2 are triadic colors.

2 #C29FF0 and #9FF0C2 with #F09FC2 are triadic colors.