COLOR #F08FBF

HEX: #F08FBF RGB: (240,143,191)

Color info

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

RGB color model

#F08FBF color RGB value is (240,143,191).

RGB: (240,143,191) (94%, 56%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 143 of 255 = 56%
B 191 of 255 = 75%

240
143
191

R + G + B ~ 75%. #F08FBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 143 + 191 = 574 (100%)
R 240 of 574 ~ 41.81%
G 143 of 574 ~ 24.91%
B 191 of 574 ~ 33.28'%

%41.81
%24.91
%33.28

CMYK color model

#F08FBF color CMYK value is (0,40,20,6).

  • cyan value is 0.00%
  • magenta value is 40.42%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK: (0,40,20,6) C0M40Y20K6 (0%,40%,20%,6%) (0.00/0.40/0.20/0.06) 

CMYK percentages

%0
%40.42
%20.42
%5.88

Codes

Color #F08FBF in popluar color models

F0 8F BF
RGB 240 143 191
HSL 330° 76.38% 75.10%
HSB/HSV 330° 40.42% 94.12%
CMYK 0.00% 40.42% 20.42%
5.88%

Color #F08FBF in popluar number systems.

HEX F0 8F BF
Decimal 240 143 191
Binary 11110000 10001111 10111111
Octal 360 217 277

Shades and tints

Shades of #F08FBF

#F08FBF
(240,143,191)
#DB82AE
(219,130,174)
#C6759D
(198,117,157)
#B1688C
(177,104,140)
#9C5B7B
(156,91,123)
#874E6A
(135,78,106)
#724159
(114,65,89)
#5D3448
(93,52,72)
#482737
(72,39,55)
#331A26
(51,26,38)
#1E0D15
(30,13,21)
#000000
(0,0,0)

Tints of #F08FBF

#F08FBF
(240,143,191)
#F199C4
(241,153,196)
#F2A3C9
(242,163,201)
#F3ADCE
(243,173,206)
#F4B7D3
(244,183,211)
#F5C1D8
(245,193,216)
#F6CBDD
(246,203,221)
#F7D5E2
(247,213,226)
#F8DFE7
(248,223,231)
#F9E9EC
(249,233,236)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08FBF color. Also use rgb(240,143,191) instead hex code.

Text Font Color

.myTextColor { color: #F08FBF; }

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

This text font color is #F08FBF.

Background Color

.myBgColor { background-color: #F08FBF; }

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

This div background color is #F08FBF.

Border color

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

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

This div border color is #F08FBF.

Opacity

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

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

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

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

This text has shadow with #F08FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08FBF.

Preview

Color preview on black background

This text has color #F08FBF on black background.


Color preview on white background

This text has color #F08FBF on white background.


Black color preview on #F08FBF background

This text has black color on #F08FBF background.


White color preview on #F08FBF background

This text has white color on #F08FBF background.


Related colors

Complementary color

Complementary color for #hex is #0F7040.


I love getcolorcode.com

Triadic colors

1 #BFF08F and #8FBFF0 with #F08FBF are triadic colors.

2 #BF8FF0 and #8FF0BF with #F08FBF are triadic colors.