COLOR #F71B68

HEX: #F71B68
RGB: (247,27,104)

Color info

#F71B68 contains mainly red color. Web safe color of #F71B68 is #FF3366 (or #F36).

RGB color model

#F71B68 color RGB value is (247,27,104).

  • red value is 247;
  • green value is 27;
  • blue value is 104.
RGB:
(247,27,104)
(97%,11%,41%)

RGB channels and saturation

R 247 of 255 = 97%
G 27 of 255 = 11%
B 104 of 255 = 41%

247
27
104

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

Portions of RGB colors in percentages

R + G + B =
247 + 27 + 104 = 378 (100%)
R 247 of 378 ~ 65.34%
G 27 of 378 ~ 7.14%
B 104 of 378 ~ 27.51%

%65.34
%27.51

CMYK color model

#F71B68 color CMYK value is (0,89,58,3).

  • cyan value is 0.00%
  • magenta value is 89.07%
  • yellow value is 57.89%
  • key color value is 3.14%
CMYK:
(0,89,58,3)
C0M89Y58K3 
(0%,89%,58%,3%)
(0.00/0.89/0.58/0.03)	

CMYK percentages

%0
%89.07
%57.89
%3.14

Codes

Color #F71B68 in popluar color models

F71B68
RGB24727104
HSL339°93.22%53.73%
HSB/HSV339°89.07%96.86%
CMYK0.00%89.07%57.89%
3.14%

Color #F71B68 in popluar number systems.

HEXF71B68
Decimal24727104
Binary11110111110111101000
Octal36733150

Shades and tints

Shades of #F71B68

#F71B68
(247,27,104)
#E1195F
(225,25,95)
#CB1756
(203,23,86)
#B5154D
(181,21,77)
#9F1344
(159,19,68)
#89113B
(137,17,59)
#730F32
(115,15,50)
#5D0D29
(93,13,41)
#470B20
(71,11,32)
#310917
(49,9,23)
#1B070E
(27,7,14)
#000000
(0,0,0)

Tints of #F71B68

#F71B68
(247,27,104)
#F72F75
(247,47,117)
#F74382
(247,67,130)
#F7578F
(247,87,143)
#F76B9C
(247,107,156)
#F77FA9
(247,127,169)
#F793B6
(247,147,182)
#F7A7C3
(247,167,195)
#F7BBD0
(247,187,208)
#F7CFDD
(247,207,221)
#F7E3EA
(247,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F71B68 color. Also use rgb(247,27,104) instead hex code.

Text Font Color

.myTextColor { color: #F71B68; }

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

This text font color is #F71B68.


Background Color

.myBgColor { background-color: #F71B68; }

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

This div background color is #F71B68.


Border color

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

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

This div border color is #F71B68.


Opacity

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

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

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

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

This text has shadow with #F71B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F71B68 on black background.


Color preview on white background

This text has color #F71B68 on white background.



Black color preview on #F71B68 background

This text has black color on #F71B68 background.


White color preview on #F71B68 background

This text has white color on #F71B68 background.