COLOR #F091B7

HEX: #F091B7 RGB: (240,145,183)

Color info

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

RGB color model

#F091B7 color RGB value is (240,145,183).

RGB: (240,145,183) (94%, 57%, 72%)

RGB channels and saturation

R 240 of 255 = 94%
G 145 of 255 = 57%
B 183 of 255 = 72%

240
145
183

R + G + B ~ 74%. #F091B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 145 + 183 = 568 (100%)
R 240 of 568 ~ 42.25%
G 145 of 568 ~ 25.53%
B 183 of 568 ~ 32.22'%

%42.25
%25.53
%32.22

CMYK color model

#F091B7 color CMYK value is (0,40,24,6).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 23.75%
  • key color value is 5.88%
CMYK: (0,40,24,6) C0M40Y24K6 (0%,40%,24%,6%) (0.00/0.40/0.24/0.06) 

CMYK percentages

%0
%39.58
%23.75
%5.88

Codes

Color #F091B7 in popluar color models

F0 91 B7
RGB 240 145 183
HSL 336° 76.00% 75.49%
HSB/HSV 336° 39.58% 94.12%
CMYK 0.00% 39.58% 23.75%
5.88%

Color #F091B7 in popluar number systems.

HEX F0 91 B7
Decimal 240 145 183
Binary 11110000 10010001 10110111
Octal 360 221 267

Shades and tints

Shades of #F091B7

#F091B7
(240,145,183)
#DB84A7
(219,132,167)
#C67797
(198,119,151)
#B16A87
(177,106,135)
#9C5D77
(156,93,119)
#875067
(135,80,103)
#724357
(114,67,87)
#5D3647
(93,54,71)
#482937
(72,41,55)
#331C27
(51,28,39)
#1E0F17
(30,15,23)
#000000
(0,0,0)

Tints of #F091B7

#F091B7
(240,145,183)
#F19BBD
(241,155,189)
#F2A5C3
(242,165,195)
#F3AFC9
(243,175,201)
#F4B9CF
(244,185,207)
#F5C3D5
(245,195,213)
#F6CDDB
(246,205,219)
#F7D7E1
(247,215,225)
#F8E1E7
(248,225,231)
#F9EBED
(249,235,237)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F091B7; }

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

This text font color is #F091B7.

Background Color

.myBgColor { background-color: #F091B7; }

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

This div background color is #F091B7.

Border color

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

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

This div border color is #F091B7.

Opacity

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

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

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

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

This text has shadow with #F091B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F091B7.

Preview

Color preview on black background

This text has color #F091B7 on black background.


Color preview on white background

This text has color #F091B7 on white background.


Black color preview on #F091B7 background

This text has black color on #F091B7 background.


White color preview on #F091B7 background

This text has white color on #F091B7 background.


Related colors

Complementary color

Complementary color for #hex is #0F6E48.


I love getcolorcode.com

Triadic colors

1 #B7F091 and #91B7F0 with #F091B7 are triadic colors.

2 #B791F0 and #91F0B7 with #F091B7 are triadic colors.