COLOR #F96981

HEX: #F96981
RGB: (249,105,129)

Color info

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

RGB color model

#F96981 color RGB value is (249,105,129).

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

RGB channels and saturation

R 249 of 255 = 98%
G 105 of 255 = 41%
B 129 of 255 = 51%

249
105
129

R + G + B ~ 63%. #F96981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 105 + 129 = 483 (100%)
R 249 of 483 ~ 51.55%
G 105 of 483 ~ 21.74%
B 129 of 483 ~ 26.71%

%51.55
%21.74
%26.71

CMYK color model

#F96981 color CMYK value is (0,58,48,2).

  • cyan value is 0.00%
  • magenta value is 57.83%
  • yellow value is 48.19%
  • key color value is 2.35%
CMYK:
(0,58,48,2)
C0M58Y48K2 
(0%,58%,48%,2%)
(0.00/0.58/0.48/0.02)	

CMYK percentages

%0
%57.83
%48.19
%2.35

Codes

Color #F96981 in popluar color models

F96981
RGB249105129
HSL350°92.31%69.41%
HSB/HSV350°57.83%97.65%
CMYK0.00%57.83%48.19%
2.35%

Color #F96981 in popluar number systems.

HEXF96981
Decimal249105129
Binary11111001110100110000001
Octal371151201

Shades and tints

Shades of #F96981

#F96981
(249,105,129)
#E36076
(227,96,118)
#CD576B
(205,87,107)
#B74E60
(183,78,96)
#A14555
(161,69,85)
#8B3C4A
(139,60,74)
#75333F
(117,51,63)
#5F2A34
(95,42,52)
#492129
(73,33,41)
#33181E
(51,24,30)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #F96981

#F96981
(249,105,129)
#F9768C
(249,118,140)
#F98397
(249,131,151)
#F990A2
(249,144,162)
#F99DAD
(249,157,173)
#F9AAB8
(249,170,184)
#F9B7C3
(249,183,195)
#F9C4CE
(249,196,206)
#F9D1D9
(249,209,217)
#F9DEE4
(249,222,228)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F96981; }

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

This text font color is #F96981.


Background Color

.myBgColor { background-color: #F96981; }

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

This div background color is #F96981.


Border color

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

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

This div border color is #F96981.


Opacity

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

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

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

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

This text has shadow with #F96981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96981 on black background.


Color preview on white background

This text has color #F96981 on white background.



Black color preview on #F96981 background

This text has black color on #F96981 background.


White color preview on #F96981 background

This text has white color on #F96981 background.