COLOR #F81670

HEX: #F81670
RGB: (248,22,112)

Color info

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

RGB color model

#F81670 color RGB value is (248,22,112).

  • red value is 248;
  • green value is 22;
  • blue value is 112.
RGB:
(248,22,112)
(97%,9%,44%)

RGB channels and saturation

R 248 of 255 = 97%
G 22 of 255 = 9%
B 112 of 255 = 44%

248
22
112

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

Portions of RGB colors in percentages

R + G + B =
248 + 22 + 112 = 382 (100%)
R 248 of 382 ~ 64.92%
G 22 of 382 ~ 5.76%
B 112 of 382 ~ 29.32%

%64.92
%29.32

CMYK color model

#F81670 color CMYK value is (0,91,55,3).

  • cyan value is 0.00%
  • magenta value is 91.13%
  • yellow value is 54.84%
  • key color value is 2.75%
CMYK:
(0,91,55,3)
C0M91Y55K3 
(0%,91%,55%,3%)
(0.00/0.91/0.55/0.03)	

CMYK percentages

%0
%91.13
%54.84
%2.75

Codes

Color #F81670 in popluar color models

F81670
RGB24822112
HSL336°94.17%52.94%
HSB/HSV336°91.13%97.25%
CMYK0.00%91.13%54.84%
2.75%

Color #F81670 in popluar number systems.

HEXF81670
Decimal24822112
Binary11111000101101110000
Octal37026160

Shades and tints

Shades of #F81670

#F81670
(248,22,112)
#E21466
(226,20,102)
#CC125C
(204,18,92)
#B61052
(182,16,82)
#A00E48
(160,14,72)
#8A0C3E
(138,12,62)
#740A34
(116,10,52)
#5E082A
(94,8,42)
#480620
(72,6,32)
#320416
(50,4,22)
#1C020C
(28,2,12)
#000000
(0,0,0)

Tints of #F81670

#F81670
(248,22,112)
#F82B7D
(248,43,125)
#F8408A
(248,64,138)
#F85597
(248,85,151)
#F86AA4
(248,106,164)
#F87FB1
(248,127,177)
#F894BE
(248,148,190)
#F8A9CB
(248,169,203)
#F8BED8
(248,190,216)
#F8D3E5
(248,211,229)
#F8E8F2
(248,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F81670 color. Also use rgb(248,22,112) instead hex code.

Text Font Color

.myTextColor { color: #F81670; }

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

This text font color is #F81670.


Background Color

.myBgColor { background-color: #F81670; }

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

This div background color is #F81670.


Border color

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

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

This div border color is #F81670.


Opacity

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

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

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

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

This text has shadow with #F81670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F81670 on black background.


Color preview on white background

This text has color #F81670 on white background.



Black color preview on #F81670 background

This text has black color on #F81670 background.


White color preview on #F81670 background

This text has white color on #F81670 background.