COLOR #F502D6

HEX: #F502D6
RGB: (245,2,214)

Color info

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

RGB color model

#F502D6 color RGB value is (245,2,214).

  • red value is 245;
  • green value is 2;
  • blue value is 214.
RGB:
(245,2,214)
(96%,1%,84%)

RGB channels and saturation

R 245 of 255 = 96%
G 2 of 255 = 1%
B 214 of 255 = 84%

245
2
214

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

Portions of RGB colors in percentages

R + G + B =
245 + 2 + 214 = 461 (100%)
R 245 of 461 ~ 53.15%
G 2 of 461 ~ 0.43%
B 214 of 461 ~ 46.42%

%53.15
%46.42

CMYK color model

#F502D6 color CMYK value is (0,99,13,4).

  • cyan value is 0.00%
  • magenta value is 99.18%
  • yellow value is 12.65%
  • key color value is 3.92%
CMYK:
(0,99,13,4)
C0M99Y13K4 
(0%,99%,13%,4%)
(0.00/0.99/0.13/0.04)	

CMYK percentages

%0
%99.18
%12.65
%3.92

Codes

Color #F502D6 in popluar color models

F502D6
RGB2452214
HSL308°98.38%48.43%
HSB/HSV308°99.18%96.08%
CMYK0.00%99.18%12.65%
3.92%

Color #F502D6 in popluar number systems.

HEXF502D6
Decimal2452214
Binary111101011011010110
Octal3652326

Shades and tints

Shades of #F502D6

#F502D6
(245,2,214)
#DF02C3
(223,2,195)
#C902B0
(201,2,176)
#B3029D
(179,2,157)
#9D028A
(157,2,138)
#870277
(135,2,119)
#710264
(113,2,100)
#5B0251
(91,2,81)
#45023E
(69,2,62)
#2F022B
(47,2,43)
#190218
(25,2,24)
#000000
(0,0,0)

Tints of #F502D6

#F502D6
(245,2,214)
#F519D9
(245,25,217)
#F530DC
(245,48,220)
#F547DF
(245,71,223)
#F55EE2
(245,94,226)
#F575E5
(245,117,229)
#F58CE8
(245,140,232)
#F5A3EB
(245,163,235)
#F5BAEE
(245,186,238)
#F5D1F1
(245,209,241)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F502D6 color. Also use rgb(245,2,214) instead hex code.

Text Font Color

.myTextColor { color: #F502D6; }

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

This text font color is #F502D6.


Background Color

.myBgColor { background-color: #F502D6; }

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

This div background color is #F502D6.


Border color

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

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

This div border color is #F502D6.


Opacity

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

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

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

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

This text has shadow with #F502D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F502D6 on black background.


Color preview on white background

This text has color #F502D6 on white background.



Black color preview on #F502D6 background

This text has black color on #F502D6 background.


White color preview on #F502D6 background

This text has white color on #F502D6 background.