COLOR #F71CF5

HEX: #F71CF5
RGB: (247,28,245)

Color info

#F71CF5 contains mainly red and blue colors. Web safe color of #F71CF5 is #FF33FF (or #F3F).

RGB color model

#F71CF5 color RGB value is (247,28,245).

  • red value is 247;
  • green value is 28;
  • blue value is 245.
RGB:
(247,28,245)
(97%,11%,96%)

RGB channels and saturation

R 247 of 255 = 97%
G 28 of 255 = 11%
B 245 of 255 = 96%

247
28
245

R + G + B ~ 68%. #F71CF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 28 + 245 = 520 (100%)
R 247 of 520 ~ 47.5%
G 28 of 520 ~ 5.38%
B 245 of 520 ~ 47.12%

%47.5
%47.12

CMYK color model

#F71CF5 color CMYK value is (0,89,1,3).

  • cyan value is 0.00%
  • magenta value is 88.66%
  • yellow value is 0.81%
  • key color value is 3.14%
CMYK:
(0,89,1,3)
C0M89Y1K3 
(0%,89%,1%,3%)
(0.00/0.89/0.01/0.03)	

CMYK percentages

%0
%88.66
%0.81
%3.14

Codes

Color #F71CF5 in popluar color models

F71CF5
RGB24728245
HSL301°93.19%53.92%
HSB/HSV301°88.66%96.86%
CMYK0.00%88.66%0.81%
3.14%

Color #F71CF5 in popluar number systems.

HEXF71CF5
Decimal24728245
Binary111101111110011110101
Octal36734365

Shades and tints

Shades of #F71CF5

#F71CF5
(247,28,245)
#E11ADF
(225,26,223)
#CB18C9
(203,24,201)
#B516B3
(181,22,179)
#9F149D
(159,20,157)
#891287
(137,18,135)
#731071
(115,16,113)
#5D0E5B
(93,14,91)
#470C45
(71,12,69)
#310A2F
(49,10,47)
#1B0819
(27,8,25)
#000000
(0,0,0)

Tints of #F71CF5

#F71CF5
(247,28,245)
#F730F5
(247,48,245)
#F744F5
(247,68,245)
#F758F5
(247,88,245)
#F76CF5
(247,108,245)
#F780F5
(247,128,245)
#F794F5
(247,148,245)
#F7A8F5
(247,168,245)
#F7BCF5
(247,188,245)
#F7D0F5
(247,208,245)
#F7E4F5
(247,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F71CF5 color. Also use rgb(247,28,245) instead hex code.

Text Font Color

.myTextColor { color: #F71CF5; }

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

This text font color is #F71CF5.


Background Color

.myBgColor { background-color: #F71CF5; }

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

This div background color is #F71CF5.


Border color

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

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

This div border color is #F71CF5.


Opacity

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

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

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

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

This text has shadow with #F71CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F71CF5 on black background.


Color preview on white background

This text has color #F71CF5 on white background.



Black color preview on #F71CF5 background

This text has black color on #F71CF5 background.


White color preview on #F71CF5 background

This text has white color on #F71CF5 background.