COLOR #F95BA5

HEX: #F95BA5
RGB: (249,91,165)

Color info

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

RGB color model

#F95BA5 color RGB value is (249,91,165).

  • red value is 249;
  • green value is 91;
  • blue value is 165.
RGB:
(249,91,165)
(98%,36%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 91 of 255 = 36%
B 165 of 255 = 65%

249
91
165

R + G + B ~ 66%. #F95BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 91 + 165 = 505 (100%)
R 249 of 505 ~ 49.31%
G 91 of 505 ~ 18.02%
B 165 of 505 ~ 32.67%

%49.31
%18.02
%32.67

CMYK color model

#F95BA5 color CMYK value is (0,63,34,2).

  • cyan value is 0.00%
  • magenta value is 63.45%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK:
(0,63,34,2)
C0M63Y34K2 
(0%,63%,34%,2%)
(0.00/0.63/0.34/0.02)	

CMYK percentages

%0
%63.45
%33.73
%2.35

Codes

Color #F95BA5 in popluar color models

F95BA5
RGB24991165
HSL332°92.94%66.67%
HSB/HSV332°63.45%97.65%
CMYK0.00%63.45%33.73%
2.35%

Color #F95BA5 in popluar number systems.

HEXF95BA5
Decimal24991165
Binary11111001101101110100101
Octal371133245

Shades and tints

Shades of #F95BA5

#F95BA5
(249,91,165)
#E35396
(227,83,150)
#CD4B87
(205,75,135)
#B74378
(183,67,120)
#A13B69
(161,59,105)
#8B335A
(139,51,90)
#752B4B
(117,43,75)
#5F233C
(95,35,60)
#491B2D
(73,27,45)
#33131E
(51,19,30)
#1D0B0F
(29,11,15)
#000000
(0,0,0)

Tints of #F95BA5

#F95BA5
(249,91,165)
#F969AD
(249,105,173)
#F977B5
(249,119,181)
#F985BD
(249,133,189)
#F993C5
(249,147,197)
#F9A1CD
(249,161,205)
#F9AFD5
(249,175,213)
#F9BDDD
(249,189,221)
#F9CBE5
(249,203,229)
#F9D9ED
(249,217,237)
#F9E7F5
(249,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95BA5 color. Also use rgb(249,91,165) instead hex code.

Text Font Color

.myTextColor { color: #F95BA5; }

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

This text font color is #F95BA5.


Background Color

.myBgColor { background-color: #F95BA5; }

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

This div background color is #F95BA5.


Border color

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

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

This div border color is #F95BA5.


Opacity

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

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

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

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

This text has shadow with #F95BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F95BA5 on black background.


Color preview on white background

This text has color #F95BA5 on white background.



Black color preview on #F95BA5 background

This text has black color on #F95BA5 background.


White color preview on #F95BA5 background

This text has white color on #F95BA5 background.