COLOR #F580AE

HEX: #F580AE
RGB: (245,128,174)

Color info

#F580AE contains mainly red color. Web safe color of #F580AE is #FF6699 (or #F69).

RGB color model

#F580AE color RGB value is (245,128,174).

  • red value is 245;
  • green value is 128;
  • blue value is 174.
RGB:
(245,128,174)
(96%,50%,68%)

RGB channels and saturation

R 245 of 255 = 96%
G 128 of 255 = 50%
B 174 of 255 = 68%

245
128
174

R + G + B ~ 71%. #F580AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 128 + 174 = 547 (100%)
R 245 of 547 ~ 44.79%
G 128 of 547 ~ 23.4%
B 174 of 547 ~ 31.81%

%44.79
%23.4
%31.81

CMYK color model

#F580AE color CMYK value is (0,48,29,4).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(0,48,29,4)
C0M48Y29K4 
(0%,48%,29%,4%)
(0.00/0.48/0.29/0.04)	

CMYK percentages

%0
%47.76
%28.98
%3.92

Codes

Color #F580AE in popluar color models

F580AE
RGB245128174
HSL336°85.40%73.14%
HSB/HSV336°47.76%96.08%
CMYK0.00%47.76%28.98%
3.92%

Color #F580AE in popluar number systems.

HEXF580AE
Decimal245128174
Binary111101011000000010101110
Octal365200256

Shades and tints

Shades of #F580AE

#F580AE
(245,128,174)
#DF759F
(223,117,159)
#C96A90
(201,106,144)
#B35F81
(179,95,129)
#9D5472
(157,84,114)
#874963
(135,73,99)
#713E54
(113,62,84)
#5B3345
(91,51,69)
#452836
(69,40,54)
#2F1D27
(47,29,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #F580AE

#F580AE
(245,128,174)
#F58BB5
(245,139,181)
#F596BC
(245,150,188)
#F5A1C3
(245,161,195)
#F5ACCA
(245,172,202)
#F5B7D1
(245,183,209)
#F5C2D8
(245,194,216)
#F5CDDF
(245,205,223)
#F5D8E6
(245,216,230)
#F5E3ED
(245,227,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F580AE; }

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

This text font color is #F580AE.


Background Color

.myBgColor { background-color: #F580AE; }

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

This div background color is #F580AE.


Border color

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

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

This div border color is #F580AE.


Opacity

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

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

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

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

This text has shadow with #F580AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F580AE on black background.


Color preview on white background

This text has color #F580AE on white background.



Black color preview on #F580AE background

This text has black color on #F580AE background.


White color preview on #F580AE background

This text has white color on #F580AE background.