COLOR #F25C7D

HEX: #F25C7D
RGB: (242,92,125)

Color info

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

RGB color model

#F25C7D color RGB value is (242,92,125).

  • red value is 242;
  • green value is 92;
  • blue value is 125.
RGB:
(242,92,125)
(95%,36%,49%)

RGB channels and saturation

R 242 of 255 = 95%
G 92 of 255 = 36%
B 125 of 255 = 49%

242
92
125

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

Portions of RGB colors in percentages

R + G + B =
242 + 92 + 125 = 459 (100%)
R 242 of 459 ~ 52.72%
G 92 of 459 ~ 20.04%
B 125 of 459 ~ 27.23%

%52.72
%20.04
%27.23

CMYK color model

#F25C7D color CMYK value is (0,62,48,5).

  • cyan value is 0.00%
  • magenta value is 61.98%
  • yellow value is 48.35%
  • key color value is 5.10%
CMYK:
(0,62,48,5)
C0M62Y48K5 
(0%,62%,48%,5%)
(0.00/0.62/0.48/0.05)	

CMYK percentages

%0
%61.98
%48.35
%5.1

Codes

Color #F25C7D in popluar color models

F25C7D
RGB24292125
HSL347°85.23%65.49%
HSB/HSV347°61.98%94.90%
CMYK0.00%61.98%48.35%
5.10%

Color #F25C7D in popluar number systems.

HEXF25C7D
Decimal24292125
Binary1111001010111001111101
Octal362134175

Shades and tints

Shades of #F25C7D

#F25C7D
(242,92,125)
#DC5472
(220,84,114)
#C64C67
(198,76,103)
#B0445C
(176,68,92)
#9A3C51
(154,60,81)
#843446
(132,52,70)
#6E2C3B
(110,44,59)
#582430
(88,36,48)
#421C25
(66,28,37)
#2C141A
(44,20,26)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #F25C7D

#F25C7D
(242,92,125)
#F36A88
(243,106,136)
#F47893
(244,120,147)
#F5869E
(245,134,158)
#F694A9
(246,148,169)
#F7A2B4
(247,162,180)
#F8B0BF
(248,176,191)
#F9BECA
(249,190,202)
#FACCD5
(250,204,213)
#FBDAE0
(251,218,224)
#FCE8EB
(252,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F25C7D color. Also use rgb(242,92,125) instead hex code.

Text Font Color

.myTextColor { color: #F25C7D; }

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

This text font color is #F25C7D.


Background Color

.myBgColor { background-color: #F25C7D; }

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

This div background color is #F25C7D.


Border color

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

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

This div border color is #F25C7D.


Opacity

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

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

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

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

This text has shadow with #F25C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25C7D on black background.


Color preview on white background

This text has color #F25C7D on white background.



Black color preview on #F25C7D background

This text has black color on #F25C7D background.


White color preview on #F25C7D background

This text has white color on #F25C7D background.