COLOR #F50DC4

HEX: #F50DC4
RGB: (245,13,196)

Color info

#F50DC4 contains mainly red and blue colors. Web safe color of #F50DC4 is #FF00CC (or #F0C).

RGB color model

#F50DC4 color RGB value is (245,13,196).

  • red value is 245;
  • green value is 13;
  • blue value is 196.
RGB:
(245,13,196)
(96%,5%,77%)

RGB channels and saturation

R 245 of 255 = 96%
G 13 of 255 = 5%
B 196 of 255 = 77%

245
13
196

R + G + B ~ 59%. #F50DC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
245 + 13 + 196 = 454 (100%)
R 245 of 454 ~ 53.96%
G 13 of 454 ~ 2.86%
B 196 of 454 ~ 43.17%

%53.96
%43.17

CMYK color model

#F50DC4 color CMYK value is (0,95,20,4).

  • cyan value is 0.00%
  • magenta value is 94.69%
  • yellow value is 20.00%
  • key color value is 3.92%
CMYK:
(0,95,20,4)
C0M95Y20K4 
(0%,95%,20%,4%)
(0.00/0.95/0.20/0.04)	

CMYK percentages

%0
%94.69
%20
%3.92

Codes

Color #F50DC4 in popluar color models

F50DC4
RGB24513196
HSL313°92.06%50.59%
HSB/HSV313°94.69%96.08%
CMYK0.00%94.69%20.00%
3.92%

Color #F50DC4 in popluar number systems.

HEXF50DC4
Decimal24513196
Binary11110101110111000100
Octal36515304

Shades and tints

Shades of #F50DC4

#F50DC4
(245,13,196)
#DF0CB3
(223,12,179)
#C90BA2
(201,11,162)
#B30A91
(179,10,145)
#9D0980
(157,9,128)
#87086F
(135,8,111)
#71075E
(113,7,94)
#5B064D
(91,6,77)
#45053C
(69,5,60)
#2F042B
(47,4,43)
#19031A
(25,3,26)
#000000
(0,0,0)

Tints of #F50DC4

#F50DC4
(245,13,196)
#F523C9
(245,35,201)
#F539CE
(245,57,206)
#F54FD3
(245,79,211)
#F565D8
(245,101,216)
#F57BDD
(245,123,221)
#F591E2
(245,145,226)
#F5A7E7
(245,167,231)
#F5BDEC
(245,189,236)
#F5D3F1
(245,211,241)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F50DC4 color. Also use rgb(245,13,196) instead hex code.

Text Font Color

.myTextColor { color: #F50DC4; }

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

This text font color is #F50DC4.


Background Color

.myBgColor { background-color: #F50DC4; }

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

This div background color is #F50DC4.


Border color

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

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

This div border color is #F50DC4.


Opacity

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

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

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

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

This text has shadow with #F50DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F50DC4 on black background.


Color preview on white background

This text has color #F50DC4 on white background.



Black color preview on #F50DC4 background

This text has black color on #F50DC4 background.


White color preview on #F50DC4 background

This text has white color on #F50DC4 background.