COLOR #F963B1

HEX: #F963B1
RGB: (249,99,177)

Color info

#F963B1 contains mainly red color. Web safe color of #F963B1 is #FF6699 (or #F69).

RGB color model

#F963B1 color RGB value is (249,99,177).

  • red value is 249;
  • green value is 99;
  • blue value is 177.
RGB:
(249,99,177)
(98%,39%,69%)

RGB channels and saturation

R 249 of 255 = 98%
G 99 of 255 = 39%
B 177 of 255 = 69%

249
99
177

R + G + B ~ 69%. #F963B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 99 + 177 = 525 (100%)
R 249 of 525 ~ 47.43%
G 99 of 525 ~ 18.86%
B 177 of 525 ~ 33.71%

%47.43
%18.86
%33.71

CMYK color model

#F963B1 color CMYK value is (0,60,29,2).

  • cyan value is 0.00%
  • magenta value is 60.24%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK:
(0,60,29,2)
C0M60Y29K2 
(0%,60%,29%,2%)
(0.00/0.60/0.29/0.02)	

CMYK percentages

%0
%60.24
%28.92
%2.35

Codes

Color #F963B1 in popluar color models

F963B1
RGB24999177
HSL329°92.59%68.24%
HSB/HSV329°60.24%97.65%
CMYK0.00%60.24%28.92%
2.35%

Color #F963B1 in popluar number systems.

HEXF963B1
Decimal24999177
Binary11111001110001110110001
Octal371143261

Shades and tints

Shades of #F963B1

#F963B1
(249,99,177)
#E35AA1
(227,90,161)
#CD5191
(205,81,145)
#B74881
(183,72,129)
#A13F71
(161,63,113)
#8B3661
(139,54,97)
#752D51
(117,45,81)
#5F2441
(95,36,65)
#491B31
(73,27,49)
#331221
(51,18,33)
#1D0911
(29,9,17)
#000000
(0,0,0)

Tints of #F963B1

#F963B1
(249,99,177)
#F971B8
(249,113,184)
#F97FBF
(249,127,191)
#F98DC6
(249,141,198)
#F99BCD
(249,155,205)
#F9A9D4
(249,169,212)
#F9B7DB
(249,183,219)
#F9C5E2
(249,197,226)
#F9D3E9
(249,211,233)
#F9E1F0
(249,225,240)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F963B1 color. Also use rgb(249,99,177) instead hex code.

Text Font Color

.myTextColor { color: #F963B1; }

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

This text font color is #F963B1.


Background Color

.myBgColor { background-color: #F963B1; }

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

This div background color is #F963B1.


Border color

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

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

This div border color is #F963B1.


Opacity

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

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

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

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

This text has shadow with #F963B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F963B1 on black background.


Color preview on white background

This text has color #F963B1 on white background.



Black color preview on #F963B1 background

This text has black color on #F963B1 background.


White color preview on #F963B1 background

This text has white color on #F963B1 background.