COLOR #F580D9

HEX: #F580D9 RGB: (245,128,217)

Color info

#F580D9 contains mainly red and blue colors. Web safe color of #F580D9 is #FF66CC (or #F6C).

RGB color model

#F580D9 color RGB value is (245,128,217).

RGB: (245,128,217) (96%, 50%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 128 of 255 = 50%
B 217 of 255 = 85%

245
128
217

R + G + B ~ 77%. #F580D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 128 + 217 = 590 (100%)
R 245 of 590 ~ 41.53%
G 128 of 590 ~ 21.69%
B 217 of 590 ~ 36.78'%

%41.53
%21.69
%36.78

CMYK color model

#F580D9 color CMYK value is (0,48,11,4).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 11.43%
  • key color value is 3.92%

CMYK: (0,48,11,4)
C0M48Y11K4 (0%, 48%, 11%, 4%)
(0.00 / 0.48 / 0.11 / 0.04)

CMYK percentages

%0
%47.76
%11.43
%3.92

Codes

Color #F580D9 in popluar color models

F5 80 D9
RGB 245 128 217
HSL 314° 85.40% 73.14%
HSB/HSV 314° 47.76% 96.08%
CMYK 0.00% 47.76% 11.43%
3.92%

Color #F580D9 in popluar number systems.

HEX F5 80 D9
Decimal 245 128 217
Binary 11110101 10000000 11011001
Octal 365 200 331

Shades and tints

Shades of #F580D9

#F580D9
(245,128,217)
#DF75C6
(223,117,198)
#C96AB3
(201,106,179)
#B35FA0
(179,95,160)
#9D548D
(157,84,141)
#87497A
(135,73,122)
#713E67
(113,62,103)
#5B3354
(91,51,84)
#452841
(69,40,65)
#2F1D2E
(47,29,46)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #F580D9

#F580D9
(245,128,217)
#F58BDC
(245,139,220)
#F596DF
(245,150,223)
#F5A1E2
(245,161,226)
#F5ACE5
(245,172,229)
#F5B7E8
(245,183,232)
#F5C2EB
(245,194,235)
#F5CDEE
(245,205,238)
#F5D8F1
(245,216,241)
#F5E3F4
(245,227,244)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F580D9 color. Also use rgb(245,128,217) instead hex code.

Text Font Color

.myTextColor { color: #F580D9; }

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

This text font color is #F580D9.

Background Color

.myBgColor { background-color: #F580D9; }

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

This div background color is #F580D9.

Border color

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

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

This div border color is #F580D9.

Opacity

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

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

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

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

This text has shadow with #F580D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F580D9.

Preview

Color preview on black background

This text has color #F580D9 on black background.


Color preview on white background

This text has color #F580D9 on white background.


Black color preview on #F580D9 background

This text has black color on #F580D9 background.


White color preview on #F580D9 background

This text has white color on #F580D9 background.


Related colors

Complementary color

Complementary color for #hex is #0A7F26.


I love getcolorcode.com

Triadic colors

1 #D9F580 and #80D9F5 with #F580D9 are triadic colors.

2 #D980F5 and #80F5D9 with #F580D9 are triadic colors.