COLOR #F55199

HEX: #F55199
RGB: (245,81,153)

Color info

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

RGB color model

#F55199 color RGB value is (245,81,153).

  • red value is 245;
  • green value is 81;
  • blue value is 153.
RGB:
(245,81,153)
(96%,32%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 81 of 255 = 32%
B 153 of 255 = 60%

245
81
153

R + G + B ~ 63%. #F55199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 81 + 153 = 479 (100%)
R 245 of 479 ~ 51.15%
G 81 of 479 ~ 16.91%
B 153 of 479 ~ 31.94%

%51.15
%16.91
%31.94

CMYK color model

#F55199 color CMYK value is (0,67,38,4).

  • cyan value is 0.00%
  • magenta value is 66.94%
  • yellow value is 37.55%
  • key color value is 3.92%
CMYK:
(0,67,38,4)
C0M67Y38K4 
(0%,67%,38%,4%)
(0.00/0.67/0.38/0.04)	

CMYK percentages

%0
%66.94
%37.55
%3.92

Codes

Color #F55199 in popluar color models

F55199
RGB24581153
HSL334°89.13%63.92%
HSB/HSV334°66.94%96.08%
CMYK0.00%66.94%37.55%
3.92%

Color #F55199 in popluar number systems.

HEXF55199
Decimal24581153
Binary11110101101000110011001
Octal365121231

Shades and tints

Shades of #F55199

#F55199
(245,81,153)
#DF4A8C
(223,74,140)
#C9437F
(201,67,127)
#B33C72
(179,60,114)
#9D3565
(157,53,101)
#872E58
(135,46,88)
#71274B
(113,39,75)
#5B203E
(91,32,62)
#451931
(69,25,49)
#2F1224
(47,18,36)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #F55199

#F55199
(245,81,153)
#F560A2
(245,96,162)
#F56FAB
(245,111,171)
#F57EB4
(245,126,180)
#F58DBD
(245,141,189)
#F59CC6
(245,156,198)
#F5ABCF
(245,171,207)
#F5BAD8
(245,186,216)
#F5C9E1
(245,201,225)
#F5D8EA
(245,216,234)
#F5E7F3
(245,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F55199 color. Also use rgb(245,81,153) instead hex code.

Text Font Color

.myTextColor { color: #F55199; }

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

This text font color is #F55199.


Background Color

.myBgColor { background-color: #F55199; }

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

This div background color is #F55199.


Border color

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

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

This div border color is #F55199.


Opacity

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

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

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

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

This text has shadow with #F55199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F55199 on black background.


Color preview on white background

This text has color #F55199 on white background.



Black color preview on #F55199 background

This text has black color on #F55199 background.


White color preview on #F55199 background

This text has white color on #F55199 background.