COLOR #F495F2

HEX: #F495F2 RGB: (244,149,242)

Color info

#F495F2 contains mainly red and blue colors. Web safe color of #F495F2 is #FF99FF (or #F9F).

RGB color model

#F495F2 color RGB value is (244,149,242).

RGB: (244,149,242) (96%, 58%, 95%)

RGB channels and saturation

R 244 of 255 = 96%
G 149 of 255 = 58%
B 242 of 255 = 95%

244
149
242

R + G + B ~ 83%. #F495F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 149 + 242 = 635 (100%)
R 244 of 635 ~ 38.43%
G 149 of 635 ~ 23.46%
B 242 of 635 ~ 38.11'%

%38.43
%23.46
%38.11

CMYK color model

#F495F2 color CMYK value is (0,39,1,4).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 0.82%
  • key color value is 4.31%

CMYK: (0,39,1,4)
C0M39Y1K4 (0%, 39%, 1%, 4%)
(0.00 / 0.39 / 0.01 / 0.04)

CMYK percentages

%0
%38.93
%0.82
%4.31

Codes

Color #F495F2 in popluar color models

F4 95 F2
RGB 244 149 242
HSL 301° 81.20% 77.06%
HSB/HSV 301° 38.93% 95.69%
CMYK 0.00% 38.93% 0.82%
4.31%

Color #F495F2 in popluar number systems.

HEX F4 95 F2
Decimal 244 149 242
Binary 11110100 10010101 11110010
Octal 364 225 362

Shades and tints

Shades of #F495F2

#F495F2
(244,149,242)
#DE88DC
(222,136,220)
#C87BC6
(200,123,198)
#B26EB0
(178,110,176)
#9C619A
(156,97,154)
#865484
(134,84,132)
#70476E
(112,71,110)
#5A3A58
(90,58,88)
#442D42
(68,45,66)
#2E202C
(46,32,44)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #F495F2

#F495F2
(244,149,242)
#F59EF3
(245,158,243)
#F6A7F4
(246,167,244)
#F7B0F5
(247,176,245)
#F8B9F6
(248,185,246)
#F9C2F7
(249,194,247)
#FACBF8
(250,203,248)
#FBD4F9
(251,212,249)
#FCDDFA
(252,221,250)
#FDE6FB
(253,230,251)
#FEEFFC
(254,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F495F2; }

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

This text font color is #F495F2.

Background Color

.myBgColor { background-color: #F495F2; }

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

This div background color is #F495F2.

Border color

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

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

This div border color is #F495F2.

Opacity

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

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

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

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

This text has shadow with #F495F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F495F2.

Preview

Color preview on black background

This text has color #F495F2 on black background.


Color preview on white background

This text has color #F495F2 on white background.


Black color preview on #F495F2 background

This text has black color on #F495F2 background.


White color preview on #F495F2 background

This text has white color on #F495F2 background.


Related colors

Complementary color

Complementary color for #hex is #0B6A0D.


I love getcolorcode.com

Triadic colors

1 #F2F495 and #95F2F4 with #F495F2 are triadic colors.

2 #F295F4 and #95F4F2 with #F495F2 are triadic colors.