COLOR #F090C5

HEX: #F090C5
RGB: (240,144,197)

Color info

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

RGB color model

#F090C5 color RGB value is (240,144,197).

  • red value is 240;
  • green value is 144;
  • blue value is 197.
RGB:
(240,144,197)
(94%,56%,77%)

RGB channels and saturation

R 240 of 255 = 94%
G 144 of 255 = 56%
B 197 of 255 = 77%

240
144
197

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

Portions of RGB colors in percentages

R + G + B =
240 + 144 + 197 = 581 (100%)
R 240 of 581 ~ 41.31%
G 144 of 581 ~ 24.78%
B 197 of 581 ~ 33.91%

%41.31
%24.78
%33.91

CMYK color model

#F090C5 color CMYK value is (0,40,18,6).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 17.92%
  • key color value is 5.88%
CMYK:
(0,40,18,6)
C0M40Y18K6 
(0%,40%,18%,6%)
(0.00/0.40/0.18/0.06)	

CMYK percentages

%0
%40
%17.92
%5.88

Codes

Color #F090C5 in popluar color models

F090C5
RGB240144197
HSL327°76.19%75.29%
HSB/HSV327°40.00%94.12%
CMYK0.00%40.00%17.92%
5.88%

Color #F090C5 in popluar number systems.

HEXF090C5
Decimal240144197
Binary111100001001000011000101
Octal360220305

Shades and tints

Shades of #F090C5

#F090C5
(240,144,197)
#DB83B4
(219,131,180)
#C676A3
(198,118,163)
#B16992
(177,105,146)
#9C5C81
(156,92,129)
#874F70
(135,79,112)
#72425F
(114,66,95)
#5D354E
(93,53,78)
#48283D
(72,40,61)
#331B2C
(51,27,44)
#1E0E1B
(30,14,27)
#000000
(0,0,0)

Tints of #F090C5

#F090C5
(240,144,197)
#F19ACA
(241,154,202)
#F2A4CF
(242,164,207)
#F3AED4
(243,174,212)
#F4B8D9
(244,184,217)
#F5C2DE
(245,194,222)
#F6CCE3
(246,204,227)
#F7D6E8
(247,214,232)
#F8E0ED
(248,224,237)
#F9EAF2
(249,234,242)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F090C5 color. Also use rgb(240,144,197) instead hex code.

Text Font Color

.myTextColor { color: #F090C5; }

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

This text font color is #F090C5.


Background Color

.myBgColor { background-color: #F090C5; }

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

This div background color is #F090C5.


Border color

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

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

This div border color is #F090C5.


Opacity

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

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

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

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

This text has shadow with #F090C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F090C5 on black background.


Color preview on white background

This text has color #F090C5 on white background.



Black color preview on #F090C5 background

This text has black color on #F090C5 background.


White color preview on #F090C5 background

This text has white color on #F090C5 background.