COLOR #F507D3

HEX: #F507D3
RGB: (245,7,211)

Color info

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

RGB color model

#F507D3 color RGB value is (245,7,211).

  • red value is 245;
  • green value is 7;
  • blue value is 211.
RGB:
(245,7,211)
(96%,3%,83%)

RGB channels and saturation

R 245 of 255 = 96%
G 7 of 255 = 3%
B 211 of 255 = 83%

245
7
211

R + G + B ~ 61%. #F507D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 7 + 211 = 463 (100%)
R 245 of 463 ~ 52.92%
G 7 of 463 ~ 1.51%
B 211 of 463 ~ 45.57%

%52.92
%45.57

CMYK color model

#F507D3 color CMYK value is (0,97,14,4).

  • cyan value is 0.00%
  • magenta value is 97.14%
  • yellow value is 13.88%
  • key color value is 3.92%
CMYK:
(0,97,14,4)
C0M97Y14K4 
(0%,97%,14%,4%)
(0.00/0.97/0.14/0.04)	

CMYK percentages

%0
%97.14
%13.88
%3.92

Codes

Color #F507D3 in popluar color models

F507D3
RGB2457211
HSL309°94.44%49.41%
HSB/HSV309°97.14%96.08%
CMYK0.00%97.14%13.88%
3.92%

Color #F507D3 in popluar number systems.

HEXF507D3
Decimal2457211
Binary1111010111111010011
Octal3657323

Shades and tints

Shades of #F507D3

#F507D3
(245,7,211)
#DF07C0
(223,7,192)
#C907AD
(201,7,173)
#B3079A
(179,7,154)
#9D0787
(157,7,135)
#870774
(135,7,116)
#710761
(113,7,97)
#5B074E
(91,7,78)
#45073B
(69,7,59)
#2F0728
(47,7,40)
#190715
(25,7,21)
#000000
(0,0,0)

Tints of #F507D3

#F507D3
(245,7,211)
#F51DD7
(245,29,215)
#F533DB
(245,51,219)
#F549DF
(245,73,223)
#F55FE3
(245,95,227)
#F575E7
(245,117,231)
#F58BEB
(245,139,235)
#F5A1EF
(245,161,239)
#F5B7F3
(245,183,243)
#F5CDF7
(245,205,247)
#F5E3FB
(245,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F507D3 color. Also use rgb(245,7,211) instead hex code.

Text Font Color

.myTextColor { color: #F507D3; }

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

This text font color is #F507D3.


Background Color

.myBgColor { background-color: #F507D3; }

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

This div background color is #F507D3.


Border color

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

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

This div border color is #F507D3.


Opacity

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

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

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

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

This text has shadow with #F507D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F507D3 on black background.


Color preview on white background

This text has color #F507D3 on white background.



Black color preview on #F507D3 background

This text has black color on #F507D3 background.


White color preview on #F507D3 background

This text has white color on #F507D3 background.