COLOR #F295B4

HEX: #F295B4
RGB: (242,149,180)

Color info

#F295B4 contains mainly red color. Web safe color of #F295B4 is #FF99CC (or #F9C).

RGB color model

#F295B4 color RGB value is (242,149,180).

  • red value is 242;
  • green value is 149;
  • blue value is 180.
RGB:
(242,149,180)
(95%,58%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 149 of 255 = 58%
B 180 of 255 = 71%

242
149
180

R + G + B ~ 75%. #F295B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 149 + 180 = 571 (100%)
R 242 of 571 ~ 42.38%
G 149 of 571 ~ 26.09%
B 180 of 571 ~ 31.52%

%42.38
%26.09
%31.52

CMYK color model

#F295B4 color CMYK value is (0,38,26,5).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 25.62%
  • key color value is 5.10%
CMYK:
(0,38,26,5)
C0M38Y26K5 
(0%,38%,26%,5%)
(0.00/0.38/0.26/0.05)	

CMYK percentages

%0
%38.43
%25.62
%5.1

Codes

Color #F295B4 in popluar color models

F295B4
RGB242149180
HSL340°78.15%76.67%
HSB/HSV340°38.43%94.90%
CMYK0.00%38.43%25.62%
5.10%

Color #F295B4 in popluar number systems.

HEXF295B4
Decimal242149180
Binary111100101001010110110100
Octal362225264

Shades and tints

Shades of #F295B4

#F295B4
(242,149,180)
#DC88A4
(220,136,164)
#C67B94
(198,123,148)
#B06E84
(176,110,132)
#9A6174
(154,97,116)
#845464
(132,84,100)
#6E4754
(110,71,84)
#583A44
(88,58,68)
#422D34
(66,45,52)
#2C2024
(44,32,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #F295B4

#F295B4
(242,149,180)
#F39EBA
(243,158,186)
#F4A7C0
(244,167,192)
#F5B0C6
(245,176,198)
#F6B9CC
(246,185,204)
#F7C2D2
(247,194,210)
#F8CBD8
(248,203,216)
#F9D4DE
(249,212,222)
#FADDE4
(250,221,228)
#FBE6EA
(251,230,234)
#FCEFF0
(252,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F295B4 color. Also use rgb(242,149,180) instead hex code.

Text Font Color

.myTextColor { color: #F295B4; }

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

This text font color is #F295B4.


Background Color

.myBgColor { background-color: #F295B4; }

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

This div background color is #F295B4.


Border color

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

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

This div border color is #F295B4.


Opacity

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

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

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

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

This text has shadow with #F295B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F295B4 on black background.


Color preview on white background

This text has color #F295B4 on white background.



Black color preview on #F295B4 background

This text has black color on #F295B4 background.


White color preview on #F295B4 background

This text has white color on #F295B4 background.