COLOR #F50DC8

HEX: #F50DC8
RGB: (245,13,200)

Color info

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

RGB color model

#F50DC8 color RGB value is (245,13,200).

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

RGB channels and saturation

R 245 of 255 = 96%
G 13 of 255 = 5%
B 200 of 255 = 78%

245
13
200

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

Portions of RGB colors in percentages

R + G + B =
245 + 13 + 200 = 458 (100%)
R 245 of 458 ~ 53.49%
G 13 of 458 ~ 2.84%
B 200 of 458 ~ 43.67%

%53.49
%43.67

CMYK color model

#F50DC8 color CMYK value is (0,95,18,4).

  • cyan value is 0.00%
  • magenta value is 94.69%
  • yellow value is 18.37%
  • key color value is 3.92%
CMYK:
(0,95,18,4)
C0M95Y18K4 
(0%,95%,18%,4%)
(0.00/0.95/0.18/0.04)	

CMYK percentages

%0
%94.69
%18.37
%3.92

Codes

Color #F50DC8 in popluar color models

F50DC8
RGB24513200
HSL312°92.06%50.59%
HSB/HSV312°94.69%96.08%
CMYK0.00%94.69%18.37%
3.92%

Color #F50DC8 in popluar number systems.

HEXF50DC8
Decimal24513200
Binary11110101110111001000
Octal36515310

Shades and tints

Shades of #F50DC8

#F50DC8
(245,13,200)
#DF0CB6
(223,12,182)
#C90BA4
(201,11,164)
#B30A92
(179,10,146)
#9D0980
(157,9,128)
#87086E
(135,8,110)
#71075C
(113,7,92)
#5B064A
(91,6,74)
#450538
(69,5,56)
#2F0426
(47,4,38)
#190314
(25,3,20)
#000000
(0,0,0)

Tints of #F50DC8

#F50DC8
(245,13,200)
#F523CD
(245,35,205)
#F539D2
(245,57,210)
#F54FD7
(245,79,215)
#F565DC
(245,101,220)
#F57BE1
(245,123,225)
#F591E6
(245,145,230)
#F5A7EB
(245,167,235)
#F5BDF0
(245,189,240)
#F5D3F5
(245,211,245)
#F5E9FA
(245,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F50DC8; }

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

This text font color is #F50DC8.


Background Color

.myBgColor { background-color: #F50DC8; }

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

This div background color is #F50DC8.


Border color

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

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

This div border color is #F50DC8.


Opacity

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

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

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

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

This text has shadow with #F50DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F50DC8 on black background.


Color preview on white background

This text has color #F50DC8 on white background.



Black color preview on #F50DC8 background

This text has black color on #F50DC8 background.


White color preview on #F50DC8 background

This text has white color on #F50DC8 background.