COLOR #F585B6

HEX: #F585B6
RGB: (245,133,182)

Color info

#F585B6 contains mainly red color. Web safe color of #F585B6 is #FF99CC (or #F9C).

RGB color model

#F585B6 color RGB value is (245,133,182).

  • red value is 245;
  • green value is 133;
  • blue value is 182.
RGB:
(245,133,182)
(96%,52%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 133 of 255 = 52%
B 182 of 255 = 71%

245
133
182

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

Portions of RGB colors in percentages

R + G + B =
245 + 133 + 182 = 560 (100%)
R 245 of 560 ~ 43.75%
G 133 of 560 ~ 23.75%
B 182 of 560 ~ 32.5%

%43.75
%23.75
%32.5

CMYK color model

#F585B6 color CMYK value is (0,46,26,4).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 25.71%
  • key color value is 3.92%
CMYK:
(0,46,26,4)
C0M46Y26K4 
(0%,46%,26%,4%)
(0.00/0.46/0.26/0.04)	

CMYK percentages

%0
%45.71
%25.71
%3.92

Codes

Color #F585B6 in popluar color models

F585B6
RGB245133182
HSL334°84.85%74.12%
HSB/HSV334°45.71%96.08%
CMYK0.00%45.71%25.71%
3.92%

Color #F585B6 in popluar number systems.

HEXF585B6
Decimal245133182
Binary111101011000010110110110
Octal365205266

Shades and tints

Shades of #F585B6

#F585B6
(245,133,182)
#DF79A6
(223,121,166)
#C96D96
(201,109,150)
#B36186
(179,97,134)
#9D5576
(157,85,118)
#874966
(135,73,102)
#713D56
(113,61,86)
#5B3146
(91,49,70)
#452536
(69,37,54)
#2F1926
(47,25,38)
#190D16
(25,13,22)
#000000
(0,0,0)

Tints of #F585B6

#F585B6
(245,133,182)
#F590BC
(245,144,188)
#F59BC2
(245,155,194)
#F5A6C8
(245,166,200)
#F5B1CE
(245,177,206)
#F5BCD4
(245,188,212)
#F5C7DA
(245,199,218)
#F5D2E0
(245,210,224)
#F5DDE6
(245,221,230)
#F5E8EC
(245,232,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F585B6 color. Also use rgb(245,133,182) instead hex code.

Text Font Color

.myTextColor { color: #F585B6; }

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

This text font color is #F585B6.


Background Color

.myBgColor { background-color: #F585B6; }

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

This div background color is #F585B6.


Border color

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

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

This div border color is #F585B6.


Opacity

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

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

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

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

This text has shadow with #F585B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F585B6 on black background.


Color preview on white background

This text has color #F585B6 on white background.



Black color preview on #F585B6 background

This text has black color on #F585B6 background.


White color preview on #F585B6 background

This text has white color on #F585B6 background.