COLOR #F25D9C

HEX: #F25D9C
RGB: (242,93,156)

Color info

#F25D9C contains mainly red color. Web safe color of #F25D9C is #FF6699 (or #F69).

RGB color model

#F25D9C color RGB value is (242,93,156).

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

RGB channels and saturation

R 242 of 255 = 95%
G 93 of 255 = 36%
B 156 of 255 = 61%

242
93
156

R + G + B ~ 64%. #F25D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 93 + 156 = 491 (100%)
R 242 of 491 ~ 49.29%
G 93 of 491 ~ 18.94%
B 156 of 491 ~ 31.77%

%49.29
%18.94
%31.77

CMYK color model

#F25D9C color CMYK value is (0,62,36,5).

  • cyan value is 0.00%
  • magenta value is 61.57%
  • yellow value is 35.54%
  • key color value is 5.10%
CMYK:
(0,62,36,5)
C0M62Y36K5 
(0%,62%,36%,5%)
(0.00/0.62/0.36/0.05)	

CMYK percentages

%0
%61.57
%35.54
%5.1

Codes

Color #F25D9C in popluar color models

F25D9C
RGB24293156
HSL335°85.14%65.69%
HSB/HSV335°61.57%94.90%
CMYK0.00%61.57%35.54%
5.10%

Color #F25D9C in popluar number systems.

HEXF25D9C
Decimal24293156
Binary11110010101110110011100
Octal362135234

Shades and tints

Shades of #F25D9C

#F25D9C
(242,93,156)
#DC558E
(220,85,142)
#C64D80
(198,77,128)
#B04572
(176,69,114)
#9A3D64
(154,61,100)
#843556
(132,53,86)
#6E2D48
(110,45,72)
#58253A
(88,37,58)
#421D2C
(66,29,44)
#2C151E
(44,21,30)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #F25D9C

#F25D9C
(242,93,156)
#F36BA5
(243,107,165)
#F479AE
(244,121,174)
#F587B7
(245,135,183)
#F695C0
(246,149,192)
#F7A3C9
(247,163,201)
#F8B1D2
(248,177,210)
#F9BFDB
(249,191,219)
#FACDE4
(250,205,228)
#FBDBED
(251,219,237)
#FCE9F6
(252,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F25D9C; }

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

This text font color is #F25D9C.


Background Color

.myBgColor { background-color: #F25D9C; }

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

This div background color is #F25D9C.


Border color

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

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

This div border color is #F25D9C.


Opacity

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

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

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

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

This text has shadow with #F25D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F25D9C on black background.


Color preview on white background

This text has color #F25D9C on white background.



Black color preview on #F25D9C background

This text has black color on #F25D9C background.


White color preview on #F25D9C background

This text has white color on #F25D9C background.