COLOR #F00586

HEX: #F00586
RGB: (240,5,134)

Color info

#F00586 contains mainly red color. Web safe color of #F00586 is #FF0099 (or #F09).

RGB color model

#F00586 color RGB value is (240,5,134).

  • red value is 240;
  • green value is 5;
  • blue value is 134.
RGB:
(240,5,134)
(94%,2%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 5 of 255 = 2%
B 134 of 255 = 53%

240
5
134

R + G + B ~ 50%. #F00586 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 5 + 134 = 379 (100%)
R 240 of 379 ~ 63.32%
G 5 of 379 ~ 1.32%
B 134 of 379 ~ 35.36%

%63.32
%35.36

CMYK color model

#F00586 color CMYK value is (0,98,44,6).

  • cyan value is 0.00%
  • magenta value is 97.92%
  • yellow value is 44.17%
  • key color value is 5.88%
CMYK:
(0,98,44,6)
C0M98Y44K6 
(0%,98%,44%,6%)
(0.00/0.98/0.44/0.06)	

CMYK percentages

%0
%97.92
%44.17
%5.88

Codes

Color #F00586 in popluar color models

F00586
RGB2405134
HSL327°95.92%48.04%
HSB/HSV327°97.92%94.12%
CMYK0.00%97.92%44.17%
5.88%

Color #F00586 in popluar number systems.

HEXF00586
Decimal2405134
Binary1111000010110000110
Octal3605206

Shades and tints

Shades of #F00586

#F00586
(240,5,134)
#DB057A
(219,5,122)
#C6056E
(198,5,110)
#B10562
(177,5,98)
#9C0556
(156,5,86)
#87054A
(135,5,74)
#72053E
(114,5,62)
#5D0532
(93,5,50)
#480526
(72,5,38)
#33051A
(51,5,26)
#1E050E
(30,5,14)
#000000
(0,0,0)

Tints of #F00586

#F00586
(240,5,134)
#F11B91
(241,27,145)
#F2319C
(242,49,156)
#F347A7
(243,71,167)
#F45DB2
(244,93,178)
#F573BD
(245,115,189)
#F689C8
(246,137,200)
#F79FD3
(247,159,211)
#F8B5DE
(248,181,222)
#F9CBE9
(249,203,233)
#FAE1F4
(250,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00586 color. Also use rgb(240,5,134) instead hex code.

Text Font Color

.myTextColor { color: #F00586; }

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

This text font color is #F00586.


Background Color

.myBgColor { background-color: #F00586; }

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

This div background color is #F00586.


Border color

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

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

This div border color is #F00586.


Opacity

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

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

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

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

This text has shadow with #F00586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00586 on black background.


Color preview on white background

This text has color #F00586 on white background.



Black color preview on #F00586 background

This text has black color on #F00586 background.


White color preview on #F00586 background

This text has white color on #F00586 background.