COLOR #F55C9F

HEX: #F55C9F RGB: (245,92,159)

Color info

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

RGB color model

#F55C9F color RGB value is (245,92,159).

RGB: (245,92,159) (96%, 36%, 62%)

RGB channels and saturation

R 245 of 255 = 96%
G 92 of 255 = 36%
B 159 of 255 = 62%

245
92
159

R + G + B ~ 65%. #F55C9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 92 + 159 = 496 (100%)
R 245 of 496 ~ 49.4%
G 92 of 496 ~ 18.55%
B 159 of 496 ~ 32.06'%

%49.4
%18.55
%32.06

CMYK color model

#F55C9F color CMYK value is (0,62,35,4).

  • cyan value is 0.00%
  • magenta value is 62.45%
  • yellow value is 35.10%
  • key color value is 3.92%

CMYK: (0,62,35,4)
C0M62Y35K4 (0%, 62%, 35%, 4%)
(0.00 / 0.62 / 0.35 / 0.04)

CMYK percentages

%0
%62.45
%35.1
%3.92

Codes

Color #F55C9F in popluar color models

F5 5C 9F
RGB 245 92 159
HSL 334° 88.44% 66.08%
HSB/HSV 334° 62.45% 96.08%
CMYK 0.00% 62.45% 35.10%
3.92%

Color #F55C9F in popluar number systems.

HEX F5 5C 9F
Decimal 245 92 159
Binary 11110101 1011100 10011111
Octal 365 134 237

Shades and tints

Shades of #F55C9F

#F55C9F
(245,92,159)
#DF5491
(223,84,145)
#C94C83
(201,76,131)
#B34475
(179,68,117)
#9D3C67
(157,60,103)
#873459
(135,52,89)
#712C4B
(113,44,75)
#5B243D
(91,36,61)
#451C2F
(69,28,47)
#2F1421
(47,20,33)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #F55C9F

#F55C9F
(245,92,159)
#F56AA7
(245,106,167)
#F578AF
(245,120,175)
#F586B7
(245,134,183)
#F594BF
(245,148,191)
#F5A2C7
(245,162,199)
#F5B0CF
(245,176,207)
#F5BED7
(245,190,215)
#F5CCDF
(245,204,223)
#F5DAE7
(245,218,231)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F55C9F color. Also use rgb(245,92,159) instead hex code.

Text Font Color

.myTextColor { color: #F55C9F; }

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

This text font color is #F55C9F.

Background Color

.myBgColor { background-color: #F55C9F; }

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

This div background color is #F55C9F.

Border color

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

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

This div border color is #F55C9F.

Opacity

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

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

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

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

This text has shadow with #F55C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F55C9F.

Preview

Color preview on black background

This text has color #F55C9F on black background.


Color preview on white background

This text has color #F55C9F on white background.


Black color preview on #F55C9F background

This text has black color on #F55C9F background.


White color preview on #F55C9F background

This text has white color on #F55C9F background.


Related colors

Complementary color

Complementary color for #hex is #0AA360.


I love getcolorcode.com

Triadic colors

1 #9FF55C and #5C9FF5 with #F55C9F are triadic colors.

2 #9F5CF5 and #5CF59F with #F55C9F are triadic colors.