COLOR #F96698

HEX: #F96698
RGB: (249,102,152)

Color info

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

RGB color model

#F96698 color RGB value is (249,102,152).

  • red value is 249;
  • green value is 102;
  • blue value is 152.
RGB:
(249,102,152)
(98%,40%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 102 of 255 = 40%
B 152 of 255 = 60%

249
102
152

R + G + B ~ 66%. #F96698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 102 + 152 = 503 (100%)
R 249 of 503 ~ 49.5%
G 102 of 503 ~ 20.28%
B 152 of 503 ~ 30.22%

%49.5
%20.28
%30.22

CMYK color model

#F96698 color CMYK value is (0,59,39,2).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 38.96%
  • key color value is 2.35%
CMYK:
(0,59,39,2)
C0M59Y39K2 
(0%,59%,39%,2%)
(0.00/0.59/0.39/0.02)	

CMYK percentages

%0
%59.04
%38.96
%2.35

Codes

Color #F96698 in popluar color models

F96698
RGB249102152
HSL340°92.45%68.82%
HSB/HSV340°59.04%97.65%
CMYK0.00%59.04%38.96%
2.35%

Color #F96698 in popluar number systems.

HEXF96698
Decimal249102152
Binary11111001110011010011000
Octal371146230

Shades and tints

Shades of #F96698

#F96698
(249,102,152)
#E35D8B
(227,93,139)
#CD547E
(205,84,126)
#B74B71
(183,75,113)
#A14264
(161,66,100)
#8B3957
(139,57,87)
#75304A
(117,48,74)
#5F273D
(95,39,61)
#491E30
(73,30,48)
#331523
(51,21,35)
#1D0C16
(29,12,22)
#000000
(0,0,0)

Tints of #F96698

#F96698
(249,102,152)
#F973A1
(249,115,161)
#F980AA
(249,128,170)
#F98DB3
(249,141,179)
#F99ABC
(249,154,188)
#F9A7C5
(249,167,197)
#F9B4CE
(249,180,206)
#F9C1D7
(249,193,215)
#F9CEE0
(249,206,224)
#F9DBE9
(249,219,233)
#F9E8F2
(249,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96698 color. Also use rgb(249,102,152) instead hex code.

Text Font Color

.myTextColor { color: #F96698; }

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

This text font color is #F96698.


Background Color

.myBgColor { background-color: #F96698; }

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

This div background color is #F96698.


Border color

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

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

This div border color is #F96698.


Opacity

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

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

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

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

This text has shadow with #F96698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96698 on black background.


Color preview on white background

This text has color #F96698 on white background.



Black color preview on #F96698 background

This text has black color on #F96698 background.


White color preview on #F96698 background

This text has white color on #F96698 background.