COLOR #F295AF

HEX: #F295AF
RGB: (242,149,175)

Color info

#F295AF contains mainly red color. Web safe color of #F295AF is #FF9999 (or #F99).

RGB color model

#F295AF color RGB value is (242,149,175).

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

RGB channels and saturation

R 242 of 255 = 95%
G 149 of 255 = 58%
B 175 of 255 = 69%

242
149
175

R + G + B ~ 74%. #F295AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 149 + 175 = 566 (100%)
R 242 of 566 ~ 42.76%
G 149 of 566 ~ 26.33%
B 175 of 566 ~ 30.92%

%42.76
%26.33
%30.92

CMYK color model

#F295AF color CMYK value is (0,38,28,5).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 27.69%
  • key color value is 5.10%
CMYK:
(0,38,28,5)
C0M38Y28K5 
(0%,38%,28%,5%)
(0.00/0.38/0.28/0.05)	

CMYK percentages

%0
%38.43
%27.69
%5.1

Codes

Color #F295AF in popluar color models

F295AF
RGB242149175
HSL343°78.15%76.67%
HSB/HSV343°38.43%94.90%
CMYK0.00%38.43%27.69%
5.10%

Color #F295AF in popluar number systems.

HEXF295AF
Decimal242149175
Binary111100101001010110101111
Octal362225257

Shades and tints

Shades of #F295AF

#F295AF
(242,149,175)
#DC88A0
(220,136,160)
#C67B91
(198,123,145)
#B06E82
(176,110,130)
#9A6173
(154,97,115)
#845464
(132,84,100)
#6E4755
(110,71,85)
#583A46
(88,58,70)
#422D37
(66,45,55)
#2C2028
(44,32,40)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #F295AF

#F295AF
(242,149,175)
#F39EB6
(243,158,182)
#F4A7BD
(244,167,189)
#F5B0C4
(245,176,196)
#F6B9CB
(246,185,203)
#F7C2D2
(247,194,210)
#F8CBD9
(248,203,217)
#F9D4E0
(249,212,224)
#FADDE7
(250,221,231)
#FBE6EE
(251,230,238)
#FCEFF5
(252,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F295AF; }

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

This text font color is #F295AF.


Background Color

.myBgColor { background-color: #F295AF; }

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

This div background color is #F295AF.


Border color

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

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

This div border color is #F295AF.


Opacity

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

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

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

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

This text has shadow with #F295AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F295AF on black background.


Color preview on white background

This text has color #F295AF on white background.



Black color preview on #F295AF background

This text has black color on #F295AF background.


White color preview on #F295AF background

This text has white color on #F295AF background.