COLOR #F967CB

HEX: #F967CB
RGB: (249,103,203)

Color info

#F967CB contains mainly red and blue colors. Web safe color of #F967CB is #FF66CC (or #F6C).

RGB color model

#F967CB color RGB value is (249,103,203).

  • red value is 249;
  • green value is 103;
  • blue value is 203.
RGB:
(249,103,203)
(98%,40%,80%)

RGB channels and saturation

R 249 of 255 = 98%
G 103 of 255 = 40%
B 203 of 255 = 80%

249
103
203

R + G + B ~ 73%. #F967CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 103 + 203 = 555 (100%)
R 249 of 555 ~ 44.86%
G 103 of 555 ~ 18.56%
B 203 of 555 ~ 36.58%

%44.86
%18.56
%36.58

CMYK color model

#F967CB color CMYK value is (0,59,18,2).

  • cyan value is 0.00%
  • magenta value is 58.63%
  • yellow value is 18.47%
  • key color value is 2.35%
CMYK:
(0,59,18,2)
C0M59Y18K2 
(0%,59%,18%,2%)
(0.00/0.59/0.18/0.02)	

CMYK percentages

%0
%58.63
%18.47
%2.35

Codes

Color #F967CB in popluar color models

F967CB
RGB249103203
HSL319°92.41%69.02%
HSB/HSV319°58.63%97.65%
CMYK0.00%58.63%18.47%
2.35%

Color #F967CB in popluar number systems.

HEXF967CB
Decimal249103203
Binary11111001110011111001011
Octal371147313

Shades and tints

Shades of #F967CB

#F967CB
(249,103,203)
#E35EB9
(227,94,185)
#CD55A7
(205,85,167)
#B74C95
(183,76,149)
#A14383
(161,67,131)
#8B3A71
(139,58,113)
#75315F
(117,49,95)
#5F284D
(95,40,77)
#491F3B
(73,31,59)
#331629
(51,22,41)
#1D0D17
(29,13,23)
#000000
(0,0,0)

Tints of #F967CB

#F967CB
(249,103,203)
#F974CF
(249,116,207)
#F981D3
(249,129,211)
#F98ED7
(249,142,215)
#F99BDB
(249,155,219)
#F9A8DF
(249,168,223)
#F9B5E3
(249,181,227)
#F9C2E7
(249,194,231)
#F9CFEB
(249,207,235)
#F9DCEF
(249,220,239)
#F9E9F3
(249,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F967CB color. Also use rgb(249,103,203) instead hex code.

Text Font Color

.myTextColor { color: #F967CB; }

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

This text font color is #F967CB.


Background Color

.myBgColor { background-color: #F967CB; }

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

This div background color is #F967CB.


Border color

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

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

This div border color is #F967CB.


Opacity

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

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

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

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

This text has shadow with #F967CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F967CB on black background.


Color preview on white background

This text has color #F967CB on white background.



Black color preview on #F967CB background

This text has black color on #F967CB background.


White color preview on #F967CB background

This text has white color on #F967CB background.