COLOR #F969B6

HEX: #F969B6
RGB: (249,105,182)

Color info

#F969B6 contains mainly red color. Web safe color of #F969B6 is #FF66CC (or #F6C).

RGB color model

#F969B6 color RGB value is (249,105,182).

  • red value is 249;
  • green value is 105;
  • blue value is 182.
RGB:
(249,105,182)
(98%,41%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 105 of 255 = 41%
B 182 of 255 = 71%

249
105
182

R + G + B ~ 70%. #F969B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 105 + 182 = 536 (100%)
R 249 of 536 ~ 46.46%
G 105 of 536 ~ 19.59%
B 182 of 536 ~ 33.96%

%46.46
%19.59
%33.96

CMYK color model

#F969B6 color CMYK value is (0,58,27,2).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 26.91%
  • key color value is 2.35%
CMYK:
(0,58,27,2)
C0M58Y27K2 
(0%,58%,27%,2%)
(0.00/0.58/0.27/0.02)	

CMYK percentages

%0
%57.83
%26.91
%2.35

Codes

Color #F969B6 in popluar color models

F969B6
RGB249105182
HSL328°92.31%69.41%
HSB/HSV328°57.83%97.65%
CMYK0.00%57.83%26.91%
2.35%

Color #F969B6 in popluar number systems.

HEXF969B6
Decimal249105182
Binary11111001110100110110110
Octal371151266

Shades and tints

Shades of #F969B6

#F969B6
(249,105,182)
#E360A6
(227,96,166)
#CD5796
(205,87,150)
#B74E86
(183,78,134)
#A14576
(161,69,118)
#8B3C66
(139,60,102)
#753356
(117,51,86)
#5F2A46
(95,42,70)
#492136
(73,33,54)
#331826
(51,24,38)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #F969B6

#F969B6
(249,105,182)
#F976BC
(249,118,188)
#F983C2
(249,131,194)
#F990C8
(249,144,200)
#F99DCE
(249,157,206)
#F9AAD4
(249,170,212)
#F9B7DA
(249,183,218)
#F9C4E0
(249,196,224)
#F9D1E6
(249,209,230)
#F9DEEC
(249,222,236)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F969B6 color. Also use rgb(249,105,182) instead hex code.

Text Font Color

.myTextColor { color: #F969B6; }

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

This text font color is #F969B6.


Background Color

.myBgColor { background-color: #F969B6; }

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

This div background color is #F969B6.


Border color

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

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

This div border color is #F969B6.


Opacity

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

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

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

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

This text has shadow with #F969B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F969B6 on black background.


Color preview on white background

This text has color #F969B6 on white background.



Black color preview on #F969B6 background

This text has black color on #F969B6 background.


White color preview on #F969B6 background

This text has white color on #F969B6 background.