COLOR #F890BF

HEX: #F890BF
RGB: (248,144,191)

Color info

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

RGB color model

#F890BF color RGB value is (248,144,191).

  • red value is 248;
  • green value is 144;
  • blue value is 191.
RGB:
(248,144,191)
(97%,56%,75%)

RGB channels and saturation

R 248 of 255 = 97%
G 144 of 255 = 56%
B 191 of 255 = 75%

248
144
191

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

Portions of RGB colors in percentages

R + G + B =
248 + 144 + 191 = 583 (100%)
R 248 of 583 ~ 42.54%
G 144 of 583 ~ 24.7%
B 191 of 583 ~ 32.76%

%42.54
%24.7
%32.76

CMYK color model

#F890BF color CMYK value is (0,42,23,3).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(0,42,23,3)
C0M42Y23K3 
(0%,42%,23%,3%)
(0.00/0.42/0.23/0.03)	

CMYK percentages

%0
%41.94
%22.98
%2.75

Codes

Color #F890BF in popluar color models

F890BF
RGB248144191
HSL333°88.14%76.86%
HSB/HSV333°41.94%97.25%
CMYK0.00%41.94%22.98%
2.75%

Color #F890BF in popluar number systems.

HEXF890BF
Decimal248144191
Binary111110001001000010111111
Octal370220277

Shades and tints

Shades of #F890BF

#F890BF
(248,144,191)
#E283AE
(226,131,174)
#CC769D
(204,118,157)
#B6698C
(182,105,140)
#A05C7B
(160,92,123)
#8A4F6A
(138,79,106)
#744259
(116,66,89)
#5E3548
(94,53,72)
#482837
(72,40,55)
#321B26
(50,27,38)
#1C0E15
(28,14,21)
#000000
(0,0,0)

Tints of #F890BF

#F890BF
(248,144,191)
#F89AC4
(248,154,196)
#F8A4C9
(248,164,201)
#F8AECE
(248,174,206)
#F8B8D3
(248,184,211)
#F8C2D8
(248,194,216)
#F8CCDD
(248,204,221)
#F8D6E2
(248,214,226)
#F8E0E7
(248,224,231)
#F8EAEC
(248,234,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F890BF color. Also use rgb(248,144,191) instead hex code.

Text Font Color

.myTextColor { color: #F890BF; }

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

This text font color is #F890BF.


Background Color

.myBgColor { background-color: #F890BF; }

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

This div background color is #F890BF.


Border color

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

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

This div border color is #F890BF.


Opacity

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

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

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

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

This text has shadow with #F890BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F890BF on black background.


Color preview on white background

This text has color #F890BF on white background.



Black color preview on #F890BF background

This text has black color on #F890BF background.


White color preview on #F890BF background

This text has white color on #F890BF background.