COLOR #F091D0

HEX: #F091D0
RGB: (240,145,208)

Color info

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

RGB color model

#F091D0 color RGB value is (240,145,208).

  • red value is 240;
  • green value is 145;
  • blue value is 208.
RGB:
(240,145,208)
(94%,57%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 145 of 255 = 57%
B 208 of 255 = 82%

240
145
208

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

Portions of RGB colors in percentages

R + G + B =
240 + 145 + 208 = 593 (100%)
R 240 of 593 ~ 40.47%
G 145 of 593 ~ 24.45%
B 208 of 593 ~ 35.08%

%40.47
%24.45
%35.08

CMYK color model

#F091D0 color CMYK value is (0,40,13,6).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 13.33%
  • key color value is 5.88%
CMYK:
(0,40,13,6)
C0M40Y13K6 
(0%,40%,13%,6%)
(0.00/0.40/0.13/0.06)	

CMYK percentages

%0
%39.58
%13.33
%5.88

Codes

Color #F091D0 in popluar color models

F091D0
RGB240145208
HSL320°76.00%75.49%
HSB/HSV320°39.58%94.12%
CMYK0.00%39.58%13.33%
5.88%

Color #F091D0 in popluar number systems.

HEXF091D0
Decimal240145208
Binary111100001001000111010000
Octal360221320

Shades and tints

Shades of #F091D0

#F091D0
(240,145,208)
#DB84BE
(219,132,190)
#C677AC
(198,119,172)
#B16A9A
(177,106,154)
#9C5D88
(156,93,136)
#875076
(135,80,118)
#724364
(114,67,100)
#5D3652
(93,54,82)
#482940
(72,41,64)
#331C2E
(51,28,46)
#1E0F1C
(30,15,28)
#000000
(0,0,0)

Tints of #F091D0

#F091D0
(240,145,208)
#F19BD4
(241,155,212)
#F2A5D8
(242,165,216)
#F3AFDC
(243,175,220)
#F4B9E0
(244,185,224)
#F5C3E4
(245,195,228)
#F6CDE8
(246,205,232)
#F7D7EC
(247,215,236)
#F8E1F0
(248,225,240)
#F9EBF4
(249,235,244)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F091D0 color. Also use rgb(240,145,208) instead hex code.

Text Font Color

.myTextColor { color: #F091D0; }

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

This text font color is #F091D0.


Background Color

.myBgColor { background-color: #F091D0; }

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

This div background color is #F091D0.


Border color

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

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

This div border color is #F091D0.


Opacity

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

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

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

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

This text has shadow with #F091D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F091D0 on black background.


Color preview on white background

This text has color #F091D0 on white background.



Black color preview on #F091D0 background

This text has black color on #F091D0 background.


White color preview on #F091D0 background

This text has white color on #F091D0 background.