COLOR #F25747

HEX: #F25747
RGB: (242,87,71)

Color info

#F25747 contains mainly red color. Web safe color of #F25747 is #FF6633 (or #F63).

RGB color model

#F25747 color RGB value is (242,87,71).

  • red value is 242;
  • green value is 87;
  • blue value is 71.
RGB:
(242,87,71)
(95%,34%,28%)

RGB channels and saturation

R 242 of 255 = 95%
G 87 of 255 = 34%
B 71 of 255 = 28%

242
87
71

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

Portions of RGB colors in percentages

R + G + B =
242 + 87 + 71 = 400 (100%)
R 242 of 400 ~ 60.5%
G 87 of 400 ~ 21.75%
B 71 of 400 ~ 17.75%

%60.5
%21.75
%17.75

CMYK color model

#F25747 color CMYK value is (0,64,71,5).

  • cyan value is 0.00%
  • magenta value is 64.05%
  • yellow value is 70.66%
  • key color value is 5.10%
CMYK:
(0,64,71,5)
C0M64Y71K5 
(0%,64%,71%,5%)
(0.00/0.64/0.71/0.05)	

CMYK percentages

%0
%64.05
%70.66
%5.1

Codes

Color #F25747 in popluar color models

F25747
RGB2428771
HSL86.80%61.37%
HSB/HSV70.66%94.90%
CMYK0.00%64.05%70.66%
5.10%

Color #F25747 in popluar number systems.

HEXF25747
Decimal2428771
Binary1111001010101111000111
Octal362127107

Shades and tints

Shades of #F25747

#F25747
(242,87,71)
#DC5041
(220,80,65)
#C6493B
(198,73,59)
#B04235
(176,66,53)
#9A3B2F
(154,59,47)
#843429
(132,52,41)
#6E2D23
(110,45,35)
#58261D
(88,38,29)
#421F17
(66,31,23)
#2C1811
(44,24,17)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #F25747

#F25747
(242,87,71)
#F36657
(243,102,87)
#F47567
(244,117,103)
#F58477
(245,132,119)
#F69387
(246,147,135)
#F7A297
(247,162,151)
#F8B1A7
(248,177,167)
#F9C0B7
(249,192,183)
#FACFC7
(250,207,199)
#FBDED7
(251,222,215)
#FCEDE7
(252,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25747 color. Also use rgb(242,87,71) instead hex code.

Text Font Color

.myTextColor { color: #F25747; }

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

This text font color is #F25747.


Background Color

.myBgColor { background-color: #F25747; }

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

This div background color is #F25747.


Border color

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

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

This div border color is #F25747.


Opacity

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

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

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

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

This text has shadow with #F25747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25747 on black background.


Color preview on white background

This text has color #F25747 on white background.



Black color preview on #F25747 background

This text has black color on #F25747 background.


White color preview on #F25747 background

This text has white color on #F25747 background.