COLOR #F81760

HEX: #F81760
RGB: (248,23,96)

Color info

#F81760 contains mainly red color. Web safe color of #F81760 is #FF0066 (or #F06).

RGB color model

#F81760 color RGB value is (248,23,96).

  • red value is 248;
  • green value is 23;
  • blue value is 96.
RGB:
(248,23,96)
(97%,9%,38%)

RGB channels and saturation

R 248 of 255 = 97%
G 23 of 255 = 9%
B 96 of 255 = 38%

248
23
96

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

Portions of RGB colors in percentages

R + G + B =
248 + 23 + 96 = 367 (100%)
R 248 of 367 ~ 67.57%
G 23 of 367 ~ 6.27%
B 96 of 367 ~ 26.16%

%67.57
%26.16

CMYK color model

#F81760 color CMYK value is (0,91,61,3).

  • cyan value is 0.00%
  • magenta value is 90.73%
  • yellow value is 61.29%
  • key color value is 2.75%
CMYK:
(0,91,61,3)
C0M91Y61K3 
(0%,91%,61%,3%)
(0.00/0.91/0.61/0.03)	

CMYK percentages

%0
%90.73
%61.29
%2.75

Codes

Color #F81760 in popluar color models

F81760
RGB2482396
HSL341°94.14%53.14%
HSB/HSV341°90.73%97.25%
CMYK0.00%90.73%61.29%
2.75%

Color #F81760 in popluar number systems.

HEXF81760
Decimal2482396
Binary11111000101111100000
Octal37027140

Shades and tints

Shades of #F81760

#F81760
(248,23,96)
#E21558
(226,21,88)
#CC1350
(204,19,80)
#B61148
(182,17,72)
#A00F40
(160,15,64)
#8A0D38
(138,13,56)
#740B30
(116,11,48)
#5E0928
(94,9,40)
#480720
(72,7,32)
#320518
(50,5,24)
#1C0310
(28,3,16)
#000000
(0,0,0)

Tints of #F81760

#F81760
(248,23,96)
#F82C6E
(248,44,110)
#F8417C
(248,65,124)
#F8568A
(248,86,138)
#F86B98
(248,107,152)
#F880A6
(248,128,166)
#F895B4
(248,149,180)
#F8AAC2
(248,170,194)
#F8BFD0
(248,191,208)
#F8D4DE
(248,212,222)
#F8E9EC
(248,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F81760 color. Also use rgb(248,23,96) instead hex code.

Text Font Color

.myTextColor { color: #F81760; }

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

This text font color is #F81760.


Background Color

.myBgColor { background-color: #F81760; }

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

This div background color is #F81760.


Border color

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

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

This div border color is #F81760.


Opacity

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

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

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

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

This text has shadow with #F81760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F81760 on black background.


Color preview on white background

This text has color #F81760 on white background.



Black color preview on #F81760 background

This text has black color on #F81760 background.


White color preview on #F81760 background

This text has white color on #F81760 background.