COLOR #F81F87

HEX: #F81F87
RGB: (248,31,135)

Color info

#F81F87 contains mainly red color. Web safe color of #F81F87 is #FF3399 (or #F39).

RGB color model

#F81F87 color RGB value is (248,31,135).

  • red value is 248;
  • green value is 31;
  • blue value is 135.
RGB:
(248,31,135)
(97%,12%,53%)

RGB channels and saturation

R 248 of 255 = 97%
G 31 of 255 = 12%
B 135 of 255 = 53%

248
31
135

R + G + B ~ 54%. #F81F87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 31 + 135 = 414 (100%)
R 248 of 414 ~ 59.9%
G 31 of 414 ~ 7.49%
B 135 of 414 ~ 32.61%

%59.9
%32.61

CMYK color model

#F81F87 color CMYK value is (0,88,46,3).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 45.56%
  • key color value is 2.75%
CMYK:
(0,88,46,3)
C0M88Y46K3 
(0%,88%,46%,3%)
(0.00/0.88/0.46/0.03)	

CMYK percentages

%0
%87.5
%45.56
%2.75

Codes

Color #F81F87 in popluar color models

F81F87
RGB24831135
HSL331°93.94%54.71%
HSB/HSV331°87.50%97.25%
CMYK0.00%87.50%45.56%
2.75%

Color #F81F87 in popluar number systems.

HEXF81F87
Decimal24831135
Binary111110001111110000111
Octal37037207

Shades and tints

Shades of #F81F87

#F81F87
(248,31,135)
#E21D7B
(226,29,123)
#CC1B6F
(204,27,111)
#B61963
(182,25,99)
#A01757
(160,23,87)
#8A154B
(138,21,75)
#74133F
(116,19,63)
#5E1133
(94,17,51)
#480F27
(72,15,39)
#320D1B
(50,13,27)
#1C0B0F
(28,11,15)
#000000
(0,0,0)

Tints of #F81F87

#F81F87
(248,31,135)
#F83391
(248,51,145)
#F8479B
(248,71,155)
#F85BA5
(248,91,165)
#F86FAF
(248,111,175)
#F883B9
(248,131,185)
#F897C3
(248,151,195)
#F8ABCD
(248,171,205)
#F8BFD7
(248,191,215)
#F8D3E1
(248,211,225)
#F8E7EB
(248,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F81F87 color. Also use rgb(248,31,135) instead hex code.

Text Font Color

.myTextColor { color: #F81F87; }

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

This text font color is #F81F87.


Background Color

.myBgColor { background-color: #F81F87; }

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

This div background color is #F81F87.


Border color

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

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

This div border color is #F81F87.


Opacity

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

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

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

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

This text has shadow with #F81F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F81F87 on black background.


Color preview on white background

This text has color #F81F87 on white background.



Black color preview on #F81F87 background

This text has black color on #F81F87 background.


White color preview on #F81F87 background

This text has white color on #F81F87 background.