COLOR #F976DF

HEX: #F976DF
RGB: (249,118,223)

Color info

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

RGB color model

#F976DF color RGB value is (249,118,223).

  • red value is 249;
  • green value is 118;
  • blue value is 223.
RGB:
(249,118,223)
(98%,46%,87%)

RGB channels and saturation

R 249 of 255 = 98%
G 118 of 255 = 46%
B 223 of 255 = 87%

249
118
223

R + G + B ~ 77%. #F976DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 118 + 223 = 590 (100%)
R 249 of 590 ~ 42.2%
G 118 of 590 ~ 20%
B 223 of 590 ~ 37.8%

%42.2
%20
%37.8

CMYK color model

#F976DF color CMYK value is (0,53,10,2).

  • cyan value is 0.00%
  • magenta value is 52.61%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(0,53,10,2)
C0M53Y10K2 
(0%,53%,10%,2%)
(0.00/0.53/0.10/0.02)	

CMYK percentages

%0
%52.61
%10.44
%2.35

Codes

Color #F976DF in popluar color models

F976DF
RGB249118223
HSL312°91.61%71.96%
HSB/HSV312°52.61%97.65%
CMYK0.00%52.61%10.44%
2.35%

Color #F976DF in popluar number systems.

HEXF976DF
Decimal249118223
Binary11111001111011011011111
Octal371166337

Shades and tints

Shades of #F976DF

#F976DF
(249,118,223)
#E36CCB
(227,108,203)
#CD62B7
(205,98,183)
#B758A3
(183,88,163)
#A14E8F
(161,78,143)
#8B447B
(139,68,123)
#753A67
(117,58,103)
#5F3053
(95,48,83)
#49263F
(73,38,63)
#331C2B
(51,28,43)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #F976DF

#F976DF
(249,118,223)
#F982E1
(249,130,225)
#F98EE3
(249,142,227)
#F99AE5
(249,154,229)
#F9A6E7
(249,166,231)
#F9B2E9
(249,178,233)
#F9BEEB
(249,190,235)
#F9CAED
(249,202,237)
#F9D6EF
(249,214,239)
#F9E2F1
(249,226,241)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F976DF color. Also use rgb(249,118,223) instead hex code.

Text Font Color

.myTextColor { color: #F976DF; }

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

This text font color is #F976DF.


Background Color

.myBgColor { background-color: #F976DF; }

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

This div background color is #F976DF.


Border color

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

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

This div border color is #F976DF.


Opacity

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

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

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

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

This text has shadow with #F976DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F976DF on black background.


Color preview on white background

This text has color #F976DF on white background.



Black color preview on #F976DF background

This text has black color on #F976DF background.


White color preview on #F976DF background

This text has white color on #F976DF background.