COLOR #F96FAF

HEX: #F96FAF RGB: (249,111,175)

Color info

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

RGB color model

#F96FAF color RGB value is (249,111,175).

RGB: (249,111,175) (98%, 44%, 69%)

RGB channels and saturation

R 249 of 255 = 98%
G 111 of 255 = 44%
B 175 of 255 = 69%

249
111
175

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

Portions of RGB colors in percentages

R + G + B = 249 + 111 + 175 = 535 (100%)
R 249 of 535 ~ 46.54%
G 111 of 535 ~ 20.75%
B 175 of 535 ~ 32.71'%

%46.54
%20.75
%32.71

CMYK color model

#F96FAF color CMYK value is (0,55,30,2).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 29.72%
  • key color value is 2.35%

CMYK: (0,55,30,2)
C0M55Y30K2 (0%, 55%, 30%, 2%)
(0.00 / 0.55 / 0.30 / 0.02)

CMYK percentages

%0
%55.42
%29.72
%2.35

Codes

Color #F96FAF in popluar color models

F9 6F AF
RGB 249 111 175
HSL 332° 92.00% 70.59%
HSB/HSV 332° 55.42% 97.65%
CMYK 0.00% 55.42% 29.72%
2.35%

Color #F96FAF in popluar number systems.

HEX F9 6F AF
Decimal 249 111 175
Binary 11111001 1101111 10101111
Octal 371 157 257

Shades and tints

Shades of #F96FAF

#F96FAF
(249,111,175)
#E365A0
(227,101,160)
#CD5B91
(205,91,145)
#B75182
(183,81,130)
#A14773
(161,71,115)
#8B3D64
(139,61,100)
#753355
(117,51,85)
#5F2946
(95,41,70)
#491F37
(73,31,55)
#331528
(51,21,40)
#1D0B19
(29,11,25)
#000000
(0,0,0)

Tints of #F96FAF

#F96FAF
(249,111,175)
#F97CB6
(249,124,182)
#F989BD
(249,137,189)
#F996C4
(249,150,196)
#F9A3CB
(249,163,203)
#F9B0D2
(249,176,210)
#F9BDD9
(249,189,217)
#F9CAE0
(249,202,224)
#F9D7E7
(249,215,231)
#F9E4EE
(249,228,238)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96FAF color. Also use rgb(249,111,175) instead hex code.

Text Font Color

.myTextColor { color: #F96FAF; }

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

This text font color is #F96FAF.

Background Color

.myBgColor { background-color: #F96FAF; }

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

This div background color is #F96FAF.

Border color

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

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

This div border color is #F96FAF.

Opacity

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

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

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

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

This text has shadow with #F96FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F96FAF.

Preview

Color preview on black background

This text has color #F96FAF on black background.


Color preview on white background

This text has color #F96FAF on white background.


Black color preview on #F96FAF background

This text has black color on #F96FAF background.


White color preview on #F96FAF background

This text has white color on #F96FAF background.


Related colors

Complementary color

Complementary color for #hex is #069050.


I love getcolorcode.com

Triadic colors

1 #AFF96F and #6FAFF9 with #F96FAF are triadic colors.

2 #AF6FF9 and #6FF9AF with #F96FAF are triadic colors.