COLOR #F508B4

HEX: #F508B4
RGB: (245,8,180)

Color info

#F508B4 contains mainly red color. Web safe color of #F508B4 is #FF00CC (or #F0C).

RGB color model

#F508B4 color RGB value is (245,8,180).

  • red value is 245;
  • green value is 8;
  • blue value is 180.
RGB:
(245,8,180)
(96%,3%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 8 of 255 = 3%
B 180 of 255 = 71%

245
8
180

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

Portions of RGB colors in percentages

R + G + B =
245 + 8 + 180 = 433 (100%)
R 245 of 433 ~ 56.58%
G 8 of 433 ~ 1.85%
B 180 of 433 ~ 41.57%

%56.58
%41.57

CMYK color model

#F508B4 color CMYK value is (0,97,27,4).

  • cyan value is 0.00%
  • magenta value is 96.73%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(0,97,27,4)
C0M97Y27K4 
(0%,97%,27%,4%)
(0.00/0.97/0.27/0.04)	

CMYK percentages

%0
%96.73
%26.53
%3.92

Codes

Color #F508B4 in popluar color models

F508B4
RGB2458180
HSL316°93.68%49.61%
HSB/HSV316°96.73%96.08%
CMYK0.00%96.73%26.53%
3.92%

Color #F508B4 in popluar number systems.

HEXF508B4
Decimal2458180
Binary11110101100010110100
Octal36510264

Shades and tints

Shades of #F508B4

#F508B4
(245,8,180)
#DF08A4
(223,8,164)
#C90894
(201,8,148)
#B30884
(179,8,132)
#9D0874
(157,8,116)
#870864
(135,8,100)
#710854
(113,8,84)
#5B0844
(91,8,68)
#450834
(69,8,52)
#2F0824
(47,8,36)
#190814
(25,8,20)
#000000
(0,0,0)

Tints of #F508B4

#F508B4
(245,8,180)
#F51EBA
(245,30,186)
#F534C0
(245,52,192)
#F54AC6
(245,74,198)
#F560CC
(245,96,204)
#F576D2
(245,118,210)
#F58CD8
(245,140,216)
#F5A2DE
(245,162,222)
#F5B8E4
(245,184,228)
#F5CEEA
(245,206,234)
#F5E4F0
(245,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F508B4 color. Also use rgb(245,8,180) instead hex code.

Text Font Color

.myTextColor { color: #F508B4; }

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

This text font color is #F508B4.


Background Color

.myBgColor { background-color: #F508B4; }

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

This div background color is #F508B4.


Border color

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

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

This div border color is #F508B4.


Opacity

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

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

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

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

This text has shadow with #F508B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F508B4 on black background.


Color preview on white background

This text has color #F508B4 on white background.



Black color preview on #F508B4 background

This text has black color on #F508B4 background.


White color preview on #F508B4 background

This text has white color on #F508B4 background.