COLOR #F25D67

HEX: #F25D67
RGB: (242,93,103)

Color info

#F25D67 contains mainly red color. Web safe color of #F25D67 is #FF6666 (or #F66).

RGB color model

#F25D67 color RGB value is (242,93,103).

  • red value is 242;
  • green value is 93;
  • blue value is 103.
RGB:
(242,93,103)
(95%,36%,40%)

RGB channels and saturation

R 242 of 255 = 95%
G 93 of 255 = 36%
B 103 of 255 = 40%

242
93
103

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

Portions of RGB colors in percentages

R + G + B =
242 + 93 + 103 = 438 (100%)
R 242 of 438 ~ 55.25%
G 93 of 438 ~ 21.23%
B 103 of 438 ~ 23.52%

%55.25
%21.23
%23.52

CMYK color model

#F25D67 color CMYK value is (0,62,57,5).

  • cyan value is 0.00%
  • magenta value is 61.57%
  • yellow value is 57.44%
  • key color value is 5.10%
CMYK:
(0,62,57,5)
C0M62Y57K5 
(0%,62%,57%,5%)
(0.00/0.62/0.57/0.05)	

CMYK percentages

%0
%61.57
%57.44
%5.1

Codes

Color #F25D67 in popluar color models

F25D67
RGB24293103
HSL356°85.14%65.69%
HSB/HSV356°61.57%94.90%
CMYK0.00%61.57%57.44%
5.10%

Color #F25D67 in popluar number systems.

HEXF25D67
Decimal24293103
Binary1111001010111011100111
Octal362135147

Shades and tints

Shades of #F25D67

#F25D67
(242,93,103)
#DC555E
(220,85,94)
#C64D55
(198,77,85)
#B0454C
(176,69,76)
#9A3D43
(154,61,67)
#84353A
(132,53,58)
#6E2D31
(110,45,49)
#582528
(88,37,40)
#421D1F
(66,29,31)
#2C1516
(44,21,22)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #F25D67

#F25D67
(242,93,103)
#F36B74
(243,107,116)
#F47981
(244,121,129)
#F5878E
(245,135,142)
#F6959B
(246,149,155)
#F7A3A8
(247,163,168)
#F8B1B5
(248,177,181)
#F9BFC2
(249,191,194)
#FACDCF
(250,205,207)
#FBDBDC
(251,219,220)
#FCE9E9
(252,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25D67 color. Also use rgb(242,93,103) instead hex code.

Text Font Color

.myTextColor { color: #F25D67; }

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

This text font color is #F25D67.


Background Color

.myBgColor { background-color: #F25D67; }

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

This div background color is #F25D67.


Border color

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

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

This div border color is #F25D67.


Opacity

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

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

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

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

This text has shadow with #F25D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25D67 on black background.


Color preview on white background

This text has color #F25D67 on white background.



Black color preview on #F25D67 background

This text has black color on #F25D67 background.


White color preview on #F25D67 background

This text has white color on #F25D67 background.