COLOR #F955C5

HEX: #F955C5
RGB: (249,85,197)

Color info

#F955C5 contains mainly red and blue colors. Web safe color of #F955C5 is #FF66CC (or #F6C).

RGB color model

#F955C5 color RGB value is (249,85,197).

  • red value is 249;
  • green value is 85;
  • blue value is 197.
RGB:
(249,85,197)
(98%,33%,77%)

RGB channels and saturation

R 249 of 255 = 98%
G 85 of 255 = 33%
B 197 of 255 = 77%

249
85
197

R + G + B ~ 69%. #F955C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 85 + 197 = 531 (100%)
R 249 of 531 ~ 46.89%
G 85 of 531 ~ 16.01%
B 197 of 531 ~ 37.1%

%46.89
%16.01
%37.1

CMYK color model

#F955C5 color CMYK value is (0,66,21,2).

  • cyan value is 0.00%
  • magenta value is 65.86%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK:
(0,66,21,2)
C0M66Y21K2 
(0%,66%,21%,2%)
(0.00/0.66/0.21/0.02)	

CMYK percentages

%0
%65.86
%20.88
%2.35

Codes

Color #F955C5 in popluar color models

F955C5
RGB24985197
HSL319°93.18%65.49%
HSB/HSV319°65.86%97.65%
CMYK0.00%65.86%20.88%
2.35%

Color #F955C5 in popluar number systems.

HEXF955C5
Decimal24985197
Binary11111001101010111000101
Octal371125305

Shades and tints

Shades of #F955C5

#F955C5
(249,85,197)
#E34EB4
(227,78,180)
#CD47A3
(205,71,163)
#B74092
(183,64,146)
#A13981
(161,57,129)
#8B3270
(139,50,112)
#752B5F
(117,43,95)
#5F244E
(95,36,78)
#491D3D
(73,29,61)
#33162C
(51,22,44)
#1D0F1B
(29,15,27)
#000000
(0,0,0)

Tints of #F955C5

#F955C5
(249,85,197)
#F964CA
(249,100,202)
#F973CF
(249,115,207)
#F982D4
(249,130,212)
#F991D9
(249,145,217)
#F9A0DE
(249,160,222)
#F9AFE3
(249,175,227)
#F9BEE8
(249,190,232)
#F9CDED
(249,205,237)
#F9DCF2
(249,220,242)
#F9EBF7
(249,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F955C5 color. Also use rgb(249,85,197) instead hex code.

Text Font Color

.myTextColor { color: #F955C5; }

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

This text font color is #F955C5.


Background Color

.myBgColor { background-color: #F955C5; }

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

This div background color is #F955C5.


Border color

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

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

This div border color is #F955C5.


Opacity

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

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

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

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

This text has shadow with #F955C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F955C5 on black background.


Color preview on white background

This text has color #F955C5 on white background.



Black color preview on #F955C5 background

This text has black color on #F955C5 background.


White color preview on #F955C5 background

This text has white color on #F955C5 background.