COLOR #F25D6A

HEX: #F25D6A
RGB: (242,93,106)

Color info

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

RGB color model

#F25D6A color RGB value is (242,93,106).

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

RGB channels and saturation

R 242 of 255 = 95%
G 93 of 255 = 36%
B 106 of 255 = 42%

242
93
106

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

Portions of RGB colors in percentages

R + G + B =
242 + 93 + 106 = 441 (100%)
R 242 of 441 ~ 54.88%
G 93 of 441 ~ 21.09%
B 106 of 441 ~ 24.04%

%54.88
%21.09
%24.04

CMYK color model

#F25D6A color CMYK value is (0,62,56,5).

  • cyan value is 0.00%
  • magenta value is 61.57%
  • yellow value is 56.20%
  • key color value is 5.10%
CMYK:
(0,62,56,5)
C0M62Y56K5 
(0%,62%,56%,5%)
(0.00/0.62/0.56/0.05)	

CMYK percentages

%0
%61.57
%56.2
%5.1

Codes

Color #F25D6A in popluar color models

F25D6A
RGB24293106
HSL355°85.14%65.69%
HSB/HSV355°61.57%94.90%
CMYK0.00%61.57%56.20%
5.10%

Color #F25D6A in popluar number systems.

HEXF25D6A
Decimal24293106
Binary1111001010111011101010
Octal362135152

Shades and tints

Shades of #F25D6A

#F25D6A
(242,93,106)
#DC5561
(220,85,97)
#C64D58
(198,77,88)
#B0454F
(176,69,79)
#9A3D46
(154,61,70)
#84353D
(132,53,61)
#6E2D34
(110,45,52)
#58252B
(88,37,43)
#421D22
(66,29,34)
#2C1519
(44,21,25)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #F25D6A

#F25D6A
(242,93,106)
#F36B77
(243,107,119)
#F47984
(244,121,132)
#F58791
(245,135,145)
#F6959E
(246,149,158)
#F7A3AB
(247,163,171)
#F8B1B8
(248,177,184)
#F9BFC5
(249,191,197)
#FACDD2
(250,205,210)
#FBDBDF
(251,219,223)
#FCE9EC
(252,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F25D6A; }

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

This text font color is #F25D6A.


Background Color

.myBgColor { background-color: #F25D6A; }

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

This div background color is #F25D6A.


Border color

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

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

This div border color is #F25D6A.


Opacity

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

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

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

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

This text has shadow with #F25D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25D6A on black background.


Color preview on white background

This text has color #F25D6A on white background.



Black color preview on #F25D6A background

This text has black color on #F25D6A background.


White color preview on #F25D6A background

This text has white color on #F25D6A background.