COLOR #F87ABF

HEX: #F87ABF
RGB: (248,122,191)

Color info

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

RGB color model

#F87ABF color RGB value is (248,122,191).

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

RGB channels and saturation

R 248 of 255 = 97%
G 122 of 255 = 48%
B 191 of 255 = 75%

248
122
191

R + G + B ~ 73%. #F87ABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 122 + 191 = 561 (100%)
R 248 of 561 ~ 44.21%
G 122 of 561 ~ 21.75%
B 191 of 561 ~ 34.05%

%44.21
%21.75
%34.05

CMYK color model

#F87ABF color CMYK value is (0,51,23,3).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(0,51,23,3)
C0M51Y23K3 
(0%,51%,23%,3%)
(0.00/0.51/0.23/0.03)	

CMYK percentages

%0
%50.81
%22.98
%2.75

Codes

Color #F87ABF in popluar color models

F87ABF
RGB248122191
HSL327°90.00%72.55%
HSB/HSV327°50.81%97.25%
CMYK0.00%50.81%22.98%
2.75%

Color #F87ABF in popluar number systems.

HEXF87ABF
Decimal248122191
Binary11111000111101010111111
Octal370172277

Shades and tints

Shades of #F87ABF

#F87ABF
(248,122,191)
#E26FAE
(226,111,174)
#CC649D
(204,100,157)
#B6598C
(182,89,140)
#A04E7B
(160,78,123)
#8A436A
(138,67,106)
#743859
(116,56,89)
#5E2D48
(94,45,72)
#482237
(72,34,55)
#321726
(50,23,38)
#1C0C15
(28,12,21)
#000000
(0,0,0)

Tints of #F87ABF

#F87ABF
(248,122,191)
#F886C4
(248,134,196)
#F892C9
(248,146,201)
#F89ECE
(248,158,206)
#F8AAD3
(248,170,211)
#F8B6D8
(248,182,216)
#F8C2DD
(248,194,221)
#F8CEE2
(248,206,226)
#F8DAE7
(248,218,231)
#F8E6EC
(248,230,236)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F87ABF; }

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

This text font color is #F87ABF.


Background Color

.myBgColor { background-color: #F87ABF; }

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

This div background color is #F87ABF.


Border color

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

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

This div border color is #F87ABF.


Opacity

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

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

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

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

This text has shadow with #F87ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87ABF on black background.


Color preview on white background

This text has color #F87ABF on white background.



Black color preview on #F87ABF background

This text has black color on #F87ABF background.


White color preview on #F87ABF background

This text has white color on #F87ABF background.