COLOR #F975AA

HEX: #F975AA
RGB: (249,117,170)

Color info

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

RGB color model

#F975AA color RGB value is (249,117,170).

  • red value is 249;
  • green value is 117;
  • blue value is 170.
RGB:
(249,117,170)
(98%,46%,67%)

RGB channels and saturation

R 249 of 255 = 98%
G 117 of 255 = 46%
B 170 of 255 = 67%

249
117
170

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

Portions of RGB colors in percentages

R + G + B =
249 + 117 + 170 = 536 (100%)
R 249 of 536 ~ 46.46%
G 117 of 536 ~ 21.83%
B 170 of 536 ~ 31.72%

%46.46
%21.83
%31.72

CMYK color model

#F975AA color CMYK value is (0,53,32,2).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 31.73%
  • key color value is 2.35%
CMYK:
(0,53,32,2)
C0M53Y32K2 
(0%,53%,32%,2%)
(0.00/0.53/0.32/0.02)	

CMYK percentages

%0
%53.01
%31.73
%2.35

Codes

Color #F975AA in popluar color models

F975AA
RGB249117170
HSL336°91.67%71.76%
HSB/HSV336°53.01%97.65%
CMYK0.00%53.01%31.73%
2.35%

Color #F975AA in popluar number systems.

HEXF975AA
Decimal249117170
Binary11111001111010110101010
Octal371165252

Shades and tints

Shades of #F975AA

#F975AA
(249,117,170)
#E36B9B
(227,107,155)
#CD618C
(205,97,140)
#B7577D
(183,87,125)
#A14D6E
(161,77,110)
#8B435F
(139,67,95)
#753950
(117,57,80)
#5F2F41
(95,47,65)
#492532
(73,37,50)
#331B23
(51,27,35)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #F975AA

#F975AA
(249,117,170)
#F981B1
(249,129,177)
#F98DB8
(249,141,184)
#F999BF
(249,153,191)
#F9A5C6
(249,165,198)
#F9B1CD
(249,177,205)
#F9BDD4
(249,189,212)
#F9C9DB
(249,201,219)
#F9D5E2
(249,213,226)
#F9E1E9
(249,225,233)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F975AA color. Also use rgb(249,117,170) instead hex code.

Text Font Color

.myTextColor { color: #F975AA; }

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

This text font color is #F975AA.


Background Color

.myBgColor { background-color: #F975AA; }

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

This div background color is #F975AA.


Border color

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

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

This div border color is #F975AA.


Opacity

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

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

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

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

This text has shadow with #F975AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F975AA on black background.


Color preview on white background

This text has color #F975AA on white background.



Black color preview on #F975AA background

This text has black color on #F975AA background.


White color preview on #F975AA background

This text has white color on #F975AA background.