COLOR #F529B4

HEX: #F529B4
RGB: (245,41,180)

Color info

#F529B4 contains mainly red color. Web safe color of #F529B4 is #FF33CC (or #F3C).

RGB color model

#F529B4 color RGB value is (245,41,180).

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

RGB channels and saturation

R 245 of 255 = 96%
G 41 of 255 = 16%
B 180 of 255 = 71%

245
41
180

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

Portions of RGB colors in percentages

R + G + B =
245 + 41 + 180 = 466 (100%)
R 245 of 466 ~ 52.58%
G 41 of 466 ~ 8.8%
B 180 of 466 ~ 38.63%

%52.58
%38.63

CMYK color model

#F529B4 color CMYK value is (0,83,27,4).

  • cyan value is 0.00%
  • magenta value is 83.27%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(0,83,27,4)
C0M83Y27K4 
(0%,83%,27%,4%)
(0.00/0.83/0.27/0.04)	

CMYK percentages

%0
%83.27
%26.53
%3.92

Codes

Color #F529B4 in popluar color models

F529B4
RGB24541180
HSL319°91.07%56.08%
HSB/HSV319°83.27%96.08%
CMYK0.00%83.27%26.53%
3.92%

Color #F529B4 in popluar number systems.

HEXF529B4
Decimal24541180
Binary1111010110100110110100
Octal36551264

Shades and tints

Shades of #F529B4

#F529B4
(245,41,180)
#DF26A4
(223,38,164)
#C92394
(201,35,148)
#B32084
(179,32,132)
#9D1D74
(157,29,116)
#871A64
(135,26,100)
#711754
(113,23,84)
#5B1444
(91,20,68)
#451134
(69,17,52)
#2F0E24
(47,14,36)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #F529B4

#F529B4
(245,41,180)
#F53CBA
(245,60,186)
#F54FC0
(245,79,192)
#F562C6
(245,98,198)
#F575CC
(245,117,204)
#F588D2
(245,136,210)
#F59BD8
(245,155,216)
#F5AEDE
(245,174,222)
#F5C1E4
(245,193,228)
#F5D4EA
(245,212,234)
#F5E7F0
(245,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F529B4; }

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

This text font color is #F529B4.


Background Color

.myBgColor { background-color: #F529B4; }

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

This div background color is #F529B4.


Border color

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

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

This div border color is #F529B4.


Opacity

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

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

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

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

This text has shadow with #F529B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F529B4 on black background.


Color preview on white background

This text has color #F529B4 on white background.



Black color preview on #F529B4 background

This text has black color on #F529B4 background.


White color preview on #F529B4 background

This text has white color on #F529B4 background.