COLOR #F09CCA

HEX: #F09CCA
RGB: (240,156,202)

Color info

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

RGB color model

#F09CCA color RGB value is (240,156,202).

  • red value is 240;
  • green value is 156;
  • blue value is 202.
RGB:
(240,156,202)
(94%,61%,79%)

RGB channels and saturation

R 240 of 255 = 94%
G 156 of 255 = 61%
B 202 of 255 = 79%

240
156
202

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

Portions of RGB colors in percentages

R + G + B =
240 + 156 + 202 = 598 (100%)
R 240 of 598 ~ 40.13%
G 156 of 598 ~ 26.09%
B 202 of 598 ~ 33.78%

%40.13
%26.09
%33.78

CMYK color model

#F09CCA color CMYK value is (0,35,16,6).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(0,35,16,6)
C0M35Y16K6 
(0%,35%,16%,6%)
(0.00/0.35/0.16/0.06)	

CMYK percentages

%0
%35
%15.83
%5.88

Codes

Color #F09CCA in popluar color models

F09CCA
RGB240156202
HSL327°73.68%77.65%
HSB/HSV327°35.00%94.12%
CMYK0.00%35.00%15.83%
5.88%

Color #F09CCA in popluar number systems.

HEXF09CCA
Decimal240156202
Binary111100001001110011001010
Octal360234312

Shades and tints

Shades of #F09CCA

#F09CCA
(240,156,202)
#DB8EB8
(219,142,184)
#C680A6
(198,128,166)
#B17294
(177,114,148)
#9C6482
(156,100,130)
#875670
(135,86,112)
#72485E
(114,72,94)
#5D3A4C
(93,58,76)
#482C3A
(72,44,58)
#331E28
(51,30,40)
#1E1016
(30,16,22)
#000000
(0,0,0)

Tints of #F09CCA

#F09CCA
(240,156,202)
#F1A5CE
(241,165,206)
#F2AED2
(242,174,210)
#F3B7D6
(243,183,214)
#F4C0DA
(244,192,218)
#F5C9DE
(245,201,222)
#F6D2E2
(246,210,226)
#F7DBE6
(247,219,230)
#F8E4EA
(248,228,234)
#F9EDEE
(249,237,238)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09CCA color. Also use rgb(240,156,202) instead hex code.

Text Font Color

.myTextColor { color: #F09CCA; }

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

This text font color is #F09CCA.


Background Color

.myBgColor { background-color: #F09CCA; }

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

This div background color is #F09CCA.


Border color

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

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

This div border color is #F09CCA.


Opacity

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

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

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

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

This text has shadow with #F09CCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09CCA on black background.


Color preview on white background

This text has color #F09CCA on white background.



Black color preview on #F09CCA background

This text has black color on #F09CCA background.


White color preview on #F09CCA background

This text has white color on #F09CCA background.