COLOR #F71841

HEX: #F71841
RGB: (247,24,65)

Color info

#F71841 contains mainly red color. Web safe color of #F71841 is #FF0033 (or #F03).

RGB color model

#F71841 color RGB value is (247,24,65).

  • red value is 247;
  • green value is 24;
  • blue value is 65.
RGB:
(247,24,65)
(97%,9%,25%)

RGB channels and saturation

R 247 of 255 = 97%
G 24 of 255 = 9%
B 65 of 255 = 25%

247
24
65

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

Portions of RGB colors in percentages

R + G + B =
247 + 24 + 65 = 336 (100%)
R 247 of 336 ~ 73.51%
G 24 of 336 ~ 7.14%
B 65 of 336 ~ 19.35%

%73.51
%19.35

CMYK color model

#F71841 color CMYK value is (0,90,74,3).

  • cyan value is 0.00%
  • magenta value is 90.28%
  • yellow value is 73.68%
  • key color value is 3.14%
CMYK:
(0,90,74,3)
C0M90Y74K3 
(0%,90%,74%,3%)
(0.00/0.90/0.74/0.03)	

CMYK percentages

%0
%90.28
%73.68
%3.14

Codes

Color #F71841 in popluar color models

F71841
RGB2472465
HSL349°93.31%53.14%
HSB/HSV349°90.28%96.86%
CMYK0.00%90.28%73.68%
3.14%

Color #F71841 in popluar number systems.

HEXF71841
Decimal2472465
Binary11110111110001000001
Octal36730101

Shades and tints

Shades of #F71841

#F71841
(247,24,65)
#E1163C
(225,22,60)
#CB1437
(203,20,55)
#B51232
(181,18,50)
#9F102D
(159,16,45)
#890E28
(137,14,40)
#730C23
(115,12,35)
#5D0A1E
(93,10,30)
#470819
(71,8,25)
#310614
(49,6,20)
#1B040F
(27,4,15)
#000000
(0,0,0)

Tints of #F71841

#F71841
(247,24,65)
#F72D52
(247,45,82)
#F74263
(247,66,99)
#F75774
(247,87,116)
#F76C85
(247,108,133)
#F78196
(247,129,150)
#F796A7
(247,150,167)
#F7ABB8
(247,171,184)
#F7C0C9
(247,192,201)
#F7D5DA
(247,213,218)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F71841 color. Also use rgb(247,24,65) instead hex code.

Text Font Color

.myTextColor { color: #F71841; }

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

This text font color is #F71841.


Background Color

.myBgColor { background-color: #F71841; }

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

This div background color is #F71841.


Border color

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

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

This div border color is #F71841.


Opacity

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

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

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

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

This text has shadow with #F71841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F71841 on black background.


Color preview on white background

This text has color #F71841 on white background.



Black color preview on #F71841 background

This text has black color on #F71841 background.


White color preview on #F71841 background

This text has white color on #F71841 background.