COLOR #F580BA

HEX: #F580BA
RGB: (245,128,186)

Color info

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

RGB color model

#F580BA color RGB value is (245,128,186).

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

RGB channels and saturation

R 245 of 255 = 96%
G 128 of 255 = 50%
B 186 of 255 = 73%

245
128
186

R + G + B ~ 73%. #F580BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 128 + 186 = 559 (100%)
R 245 of 559 ~ 43.83%
G 128 of 559 ~ 22.9%
B 186 of 559 ~ 33.27%

%43.83
%22.9
%33.27

CMYK color model

#F580BA color CMYK value is (0,48,24,4).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 24.08%
  • key color value is 3.92%
CMYK:
(0,48,24,4)
C0M48Y24K4 
(0%,48%,24%,4%)
(0.00/0.48/0.24/0.04)	

CMYK percentages

%0
%47.76
%24.08
%3.92

Codes

Color #F580BA in popluar color models

F580BA
RGB245128186
HSL330°85.40%73.14%
HSB/HSV330°47.76%96.08%
CMYK0.00%47.76%24.08%
3.92%

Color #F580BA in popluar number systems.

HEXF580BA
Decimal245128186
Binary111101011000000010111010
Octal365200272

Shades and tints

Shades of #F580BA

#F580BA
(245,128,186)
#DF75AA
(223,117,170)
#C96A9A
(201,106,154)
#B35F8A
(179,95,138)
#9D547A
(157,84,122)
#87496A
(135,73,106)
#713E5A
(113,62,90)
#5B334A
(91,51,74)
#45283A
(69,40,58)
#2F1D2A
(47,29,42)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #F580BA

#F580BA
(245,128,186)
#F58BC0
(245,139,192)
#F596C6
(245,150,198)
#F5A1CC
(245,161,204)
#F5ACD2
(245,172,210)
#F5B7D8
(245,183,216)
#F5C2DE
(245,194,222)
#F5CDE4
(245,205,228)
#F5D8EA
(245,216,234)
#F5E3F0
(245,227,240)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F580BA; }

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

This text font color is #F580BA.


Background Color

.myBgColor { background-color: #F580BA; }

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

This div background color is #F580BA.


Border color

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

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

This div border color is #F580BA.


Opacity

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

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

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

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

This text has shadow with #F580BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F580BA on black background.


Color preview on white background

This text has color #F580BA on white background.



Black color preview on #F580BA background

This text has black color on #F580BA background.


White color preview on #F580BA background

This text has white color on #F580BA background.