COLOR #F87AC3

HEX: #F87AC3
RGB: (248,122,195)

Color info

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

RGB color model

#F87AC3 color RGB value is (248,122,195).

  • red value is 248;
  • green value is 122;
  • blue value is 195.
RGB:
(248,122,195)
(97%,48%,76%)

RGB channels and saturation

R 248 of 255 = 97%
G 122 of 255 = 48%
B 195 of 255 = 76%

248
122
195

R + G + B ~ 74%. #F87AC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 122 + 195 = 565 (100%)
R 248 of 565 ~ 43.89%
G 122 of 565 ~ 21.59%
B 195 of 565 ~ 34.51%

%43.89
%21.59
%34.51

CMYK color model

#F87AC3 color CMYK value is (0,51,21,3).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 21.37%
  • key color value is 2.75%
CMYK:
(0,51,21,3)
C0M51Y21K3 
(0%,51%,21%,3%)
(0.00/0.51/0.21/0.03)	

CMYK percentages

%0
%50.81
%21.37
%2.75

Codes

Color #F87AC3 in popluar color models

F87AC3
RGB248122195
HSL325°90.00%72.55%
HSB/HSV325°50.81%97.25%
CMYK0.00%50.81%21.37%
2.75%

Color #F87AC3 in popluar number systems.

HEXF87AC3
Decimal248122195
Binary11111000111101011000011
Octal370172303

Shades and tints

Shades of #F87AC3

#F87AC3
(248,122,195)
#E26FB2
(226,111,178)
#CC64A1
(204,100,161)
#B65990
(182,89,144)
#A04E7F
(160,78,127)
#8A436E
(138,67,110)
#74385D
(116,56,93)
#5E2D4C
(94,45,76)
#48223B
(72,34,59)
#32172A
(50,23,42)
#1C0C19
(28,12,25)
#000000
(0,0,0)

Tints of #F87AC3

#F87AC3
(248,122,195)
#F886C8
(248,134,200)
#F892CD
(248,146,205)
#F89ED2
(248,158,210)
#F8AAD7
(248,170,215)
#F8B6DC
(248,182,220)
#F8C2E1
(248,194,225)
#F8CEE6
(248,206,230)
#F8DAEB
(248,218,235)
#F8E6F0
(248,230,240)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87AC3 color. Also use rgb(248,122,195) instead hex code.

Text Font Color

.myTextColor { color: #F87AC3; }

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

This text font color is #F87AC3.


Background Color

.myBgColor { background-color: #F87AC3; }

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

This div background color is #F87AC3.


Border color

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

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

This div border color is #F87AC3.


Opacity

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

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

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

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

This text has shadow with #F87AC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87AC3 on black background.


Color preview on white background

This text has color #F87AC3 on white background.



Black color preview on #F87AC3 background

This text has black color on #F87AC3 background.


White color preview on #F87AC3 background

This text has white color on #F87AC3 background.