COLOR #F0609C

HEX: #F0609C
RGB: (240,96,156)

Color info

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

RGB color model

#F0609C color RGB value is (240,96,156).

  • red value is 240;
  • green value is 96;
  • blue value is 156.
RGB:
(240,96,156)
(94%,38%,61%)

RGB channels and saturation

R 240 of 255 = 94%
G 96 of 255 = 38%
B 156 of 255 = 61%

240
96
156

R + G + B ~ 64%. #F0609C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 96 + 156 = 492 (100%)
R 240 of 492 ~ 48.78%
G 96 of 492 ~ 19.51%
B 156 of 492 ~ 31.71%

%48.78
%19.51
%31.71

CMYK color model

#F0609C color CMYK value is (0,60,35,6).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 35.00%
  • key color value is 5.88%
CMYK:
(0,60,35,6)
C0M60Y35K6 
(0%,60%,35%,6%)
(0.00/0.60/0.35/0.06)	

CMYK percentages

%0
%60
%35
%5.88

Codes

Color #F0609C in popluar color models

F0609C
RGB24096156
HSL335°82.76%65.88%
HSB/HSV335°60.00%94.12%
CMYK0.00%60.00%35.00%
5.88%

Color #F0609C in popluar number systems.

HEXF0609C
Decimal24096156
Binary11110000110000010011100
Octal360140234

Shades and tints

Shades of #F0609C

#F0609C
(240,96,156)
#DB588E
(219,88,142)
#C65080
(198,80,128)
#B14872
(177,72,114)
#9C4064
(156,64,100)
#873856
(135,56,86)
#723048
(114,48,72)
#5D283A
(93,40,58)
#48202C
(72,32,44)
#33181E
(51,24,30)
#1E1010
(30,16,16)
#000000
(0,0,0)

Tints of #F0609C

#F0609C
(240,96,156)
#F16EA5
(241,110,165)
#F27CAE
(242,124,174)
#F38AB7
(243,138,183)
#F498C0
(244,152,192)
#F5A6C9
(245,166,201)
#F6B4D2
(246,180,210)
#F7C2DB
(247,194,219)
#F8D0E4
(248,208,228)
#F9DEED
(249,222,237)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0609C color. Also use rgb(240,96,156) instead hex code.

Text Font Color

.myTextColor { color: #F0609C; }

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

This text font color is #F0609C.


Background Color

.myBgColor { background-color: #F0609C; }

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

This div background color is #F0609C.


Border color

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

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

This div border color is #F0609C.


Opacity

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

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

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

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

This text has shadow with #F0609C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0609C on black background.


Color preview on white background

This text has color #F0609C on white background.



Black color preview on #F0609C background

This text has black color on #F0609C background.


White color preview on #F0609C background

This text has white color on #F0609C background.