COLOR #F55EB7

HEX: #F55EB7
RGB: (245,94,183)

Color info

#F55EB7 contains mainly red color. Web safe color of #F55EB7 is #FF66CC (or #F6C).

RGB color model

#F55EB7 color RGB value is (245,94,183).

  • red value is 245;
  • green value is 94;
  • blue value is 183.
RGB:
(245,94,183)
(96%,37%,72%)

RGB channels and saturation

R 245 of 255 = 96%
G 94 of 255 = 37%
B 183 of 255 = 72%

245
94
183

R + G + B ~ 68%. #F55EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 94 + 183 = 522 (100%)
R 245 of 522 ~ 46.93%
G 94 of 522 ~ 18.01%
B 183 of 522 ~ 35.06%

%46.93
%18.01
%35.06

CMYK color model

#F55EB7 color CMYK value is (0,62,25,4).

  • cyan value is 0.00%
  • magenta value is 61.63%
  • yellow value is 25.31%
  • key color value is 3.92%
CMYK:
(0,62,25,4)
C0M62Y25K4 
(0%,62%,25%,4%)
(0.00/0.62/0.25/0.04)	

CMYK percentages

%0
%61.63
%25.31
%3.92

Codes

Color #F55EB7 in popluar color models

F55EB7
RGB24594183
HSL325°88.30%66.47%
HSB/HSV325°61.63%96.08%
CMYK0.00%61.63%25.31%
3.92%

Color #F55EB7 in popluar number systems.

HEXF55EB7
Decimal24594183
Binary11110101101111010110111
Octal365136267

Shades and tints

Shades of #F55EB7

#F55EB7
(245,94,183)
#DF56A7
(223,86,167)
#C94E97
(201,78,151)
#B34687
(179,70,135)
#9D3E77
(157,62,119)
#873667
(135,54,103)
#712E57
(113,46,87)
#5B2647
(91,38,71)
#451E37
(69,30,55)
#2F1627
(47,22,39)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #F55EB7

#F55EB7
(245,94,183)
#F56CBD
(245,108,189)
#F57AC3
(245,122,195)
#F588C9
(245,136,201)
#F596CF
(245,150,207)
#F5A4D5
(245,164,213)
#F5B2DB
(245,178,219)
#F5C0E1
(245,192,225)
#F5CEE7
(245,206,231)
#F5DCED
(245,220,237)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F55EB7 color. Also use rgb(245,94,183) instead hex code.

Text Font Color

.myTextColor { color: #F55EB7; }

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

This text font color is #F55EB7.


Background Color

.myBgColor { background-color: #F55EB7; }

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

This div background color is #F55EB7.


Border color

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

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

This div border color is #F55EB7.


Opacity

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

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

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

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

This text has shadow with #F55EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F55EB7 on black background.


Color preview on white background

This text has color #F55EB7 on white background.



Black color preview on #F55EB7 background

This text has black color on #F55EB7 background.


White color preview on #F55EB7 background

This text has white color on #F55EB7 background.