COLOR #F58FD6

HEX: #F58FD6
RGB: (245,143,214)

Color info

#F58FD6 contains mainly red and blue colors. Web safe color of #F58FD6 is #FF99CC (or #F9C).

RGB color model

#F58FD6 color RGB value is (245,143,214).

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

RGB channels and saturation

R 245 of 255 = 96%
G 143 of 255 = 56%
B 214 of 255 = 84%

245
143
214

R + G + B ~ 79%. #F58FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 143 + 214 = 602 (100%)
R 245 of 602 ~ 40.7%
G 143 of 602 ~ 23.75%
B 214 of 602 ~ 35.55%

%40.7
%23.75
%35.55

CMYK color model

#F58FD6 color CMYK value is (0,42,13,4).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 12.65%
  • key color value is 3.92%
CMYK:
(0,42,13,4)
C0M42Y13K4 
(0%,42%,13%,4%)
(0.00/0.42/0.13/0.04)	

CMYK percentages

%0
%41.63
%12.65
%3.92

Codes

Color #F58FD6 in popluar color models

F58FD6
RGB245143214
HSL318°83.61%76.08%
HSB/HSV318°41.63%96.08%
CMYK0.00%41.63%12.65%
3.92%

Color #F58FD6 in popluar number systems.

HEXF58FD6
Decimal245143214
Binary111101011000111111010110
Octal365217326

Shades and tints

Shades of #F58FD6

#F58FD6
(245,143,214)
#DF82C3
(223,130,195)
#C975B0
(201,117,176)
#B3689D
(179,104,157)
#9D5B8A
(157,91,138)
#874E77
(135,78,119)
#714164
(113,65,100)
#5B3451
(91,52,81)
#45273E
(69,39,62)
#2F1A2B
(47,26,43)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #F58FD6

#F58FD6
(245,143,214)
#F599D9
(245,153,217)
#F5A3DC
(245,163,220)
#F5ADDF
(245,173,223)
#F5B7E2
(245,183,226)
#F5C1E5
(245,193,229)
#F5CBE8
(245,203,232)
#F5D5EB
(245,213,235)
#F5DFEE
(245,223,238)
#F5E9F1
(245,233,241)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F58FD6; }

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

This text font color is #F58FD6.


Background Color

.myBgColor { background-color: #F58FD6; }

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

This div background color is #F58FD6.


Border color

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

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

This div border color is #F58FD6.


Opacity

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

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

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

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

This text has shadow with #F58FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58FD6 on black background.


Color preview on white background

This text has color #F58FD6 on white background.



Black color preview on #F58FD6 background

This text has black color on #F58FD6 background.


White color preview on #F58FD6 background

This text has white color on #F58FD6 background.