COLOR #F25143

HEX: #F25143
RGB: (242,81,67)

Color info

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

RGB color model

#F25143 color RGB value is (242,81,67).

  • red value is 242;
  • green value is 81;
  • blue value is 67.
RGB:
(242,81,67)
(95%,32%,26%)

RGB channels and saturation

R 242 of 255 = 95%
G 81 of 255 = 32%
B 67 of 255 = 26%

242
81
67

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

Portions of RGB colors in percentages

R + G + B =
242 + 81 + 67 = 390 (100%)
R 242 of 390 ~ 62.05%
G 81 of 390 ~ 20.77%
B 67 of 390 ~ 17.18%

%62.05
%20.77
%17.18

CMYK color model

#F25143 color CMYK value is (0,67,72,5).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 72.31%
  • key color value is 5.10%
CMYK:
(0,67,72,5)
C0M67Y72K5 
(0%,67%,72%,5%)
(0.00/0.67/0.72/0.05)	

CMYK percentages

%0
%66.53
%72.31
%5.1

Codes

Color #F25143 in popluar color models

F25143
RGB2428167
HSL87.06%60.59%
HSB/HSV72.31%94.90%
CMYK0.00%66.53%72.31%
5.10%

Color #F25143 in popluar number systems.

HEXF25143
Decimal2428167
Binary1111001010100011000011
Octal362121103

Shades and tints

Shades of #F25143

#F25143
(242,81,67)
#DC4A3D
(220,74,61)
#C64337
(198,67,55)
#B03C31
(176,60,49)
#9A352B
(154,53,43)
#842E25
(132,46,37)
#6E271F
(110,39,31)
#582019
(88,32,25)
#421913
(66,25,19)
#2C120D
(44,18,13)
#160B07
(22,11,7)
#000000
(0,0,0)

Tints of #F25143

#F25143
(242,81,67)
#F36054
(243,96,84)
#F46F65
(244,111,101)
#F57E76
(245,126,118)
#F68D87
(246,141,135)
#F79C98
(247,156,152)
#F8ABA9
(248,171,169)
#F9BABA
(249,186,186)
#FAC9CB
(250,201,203)
#FBD8DC
(251,216,220)
#FCE7ED
(252,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25143 color. Also use rgb(242,81,67) instead hex code.

Text Font Color

.myTextColor { color: #F25143; }

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

This text font color is #F25143.


Background Color

.myBgColor { background-color: #F25143; }

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

This div background color is #F25143.


Border color

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

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

This div border color is #F25143.


Opacity

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

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

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

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

This text has shadow with #F25143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25143 on black background.


Color preview on white background

This text has color #F25143 on white background.



Black color preview on #F25143 background

This text has black color on #F25143 background.


White color preview on #F25143 background

This text has white color on #F25143 background.