COLOR #F580B7

HEX: #F580B7
RGB: (245,128,183)

Color info

#F580B7 contains mainly red color. Web safe color of #F580B7 is #FF66CC (or #F6C).

RGB color model

#F580B7 color RGB value is (245,128,183).

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

RGB channels and saturation

R 245 of 255 = 96%
G 128 of 255 = 50%
B 183 of 255 = 72%

245
128
183

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

Portions of RGB colors in percentages

R + G + B =
245 + 128 + 183 = 556 (100%)
R 245 of 556 ~ 44.06%
G 128 of 556 ~ 23.02%
B 183 of 556 ~ 32.91%

%44.06
%23.02
%32.91

CMYK color model

#F580B7 color CMYK value is (0,48,25,4).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 25.31%
  • key color value is 3.92%
CMYK:
(0,48,25,4)
C0M48Y25K4 
(0%,48%,25%,4%)
(0.00/0.48/0.25/0.04)	

CMYK percentages

%0
%47.76
%25.31
%3.92

Codes

Color #F580B7 in popluar color models

F580B7
RGB245128183
HSL332°85.40%73.14%
HSB/HSV332°47.76%96.08%
CMYK0.00%47.76%25.31%
3.92%

Color #F580B7 in popluar number systems.

HEXF580B7
Decimal245128183
Binary111101011000000010110111
Octal365200267

Shades and tints

Shades of #F580B7

#F580B7
(245,128,183)
#DF75A7
(223,117,167)
#C96A97
(201,106,151)
#B35F87
(179,95,135)
#9D5477
(157,84,119)
#874967
(135,73,103)
#713E57
(113,62,87)
#5B3347
(91,51,71)
#452837
(69,40,55)
#2F1D27
(47,29,39)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #F580B7

#F580B7
(245,128,183)
#F58BBD
(245,139,189)
#F596C3
(245,150,195)
#F5A1C9
(245,161,201)
#F5ACCF
(245,172,207)
#F5B7D5
(245,183,213)
#F5C2DB
(245,194,219)
#F5CDE1
(245,205,225)
#F5D8E7
(245,216,231)
#F5E3ED
(245,227,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F580B7; }

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

This text font color is #F580B7.


Background Color

.myBgColor { background-color: #F580B7; }

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

This div background color is #F580B7.


Border color

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

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

This div border color is #F580B7.


Opacity

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

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

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

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

This text has shadow with #F580B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F580B7 on black background.


Color preview on white background

This text has color #F580B7 on white background.



Black color preview on #F580B7 background

This text has black color on #F580B7 background.


White color preview on #F580B7 background

This text has white color on #F580B7 background.