COLOR #F06A90

HEX: #F06A90
RGB: (240,106,144)

Color info

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

RGB color model

#F06A90 color RGB value is (240,106,144).

  • red value is 240;
  • green value is 106;
  • blue value is 144.
RGB:
(240,106,144)
(94%,42%,56%)

RGB channels and saturation

R 240 of 255 = 94%
G 106 of 255 = 42%
B 144 of 255 = 56%

240
106
144

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

Portions of RGB colors in percentages

R + G + B =
240 + 106 + 144 = 490 (100%)
R 240 of 490 ~ 48.98%
G 106 of 490 ~ 21.63%
B 144 of 490 ~ 29.39%

%48.98
%21.63
%29.39

CMYK color model

#F06A90 color CMYK value is (0,56,40,6).

  • cyan value is 0.00%
  • magenta value is 55.83%
  • yellow value is 40.00%
  • key color value is 5.88%
CMYK:
(0,56,40,6)
C0M56Y40K6 
(0%,56%,40%,6%)
(0.00/0.56/0.40/0.06)	

CMYK percentages

%0
%55.83
%40
%5.88

Codes

Color #F06A90 in popluar color models

F06A90
RGB240106144
HSL343°81.71%67.84%
HSB/HSV343°55.83%94.12%
CMYK0.00%55.83%40.00%
5.88%

Color #F06A90 in popluar number systems.

HEXF06A90
Decimal240106144
Binary11110000110101010010000
Octal360152220

Shades and tints

Shades of #F06A90

#F06A90
(240,106,144)
#DB6183
(219,97,131)
#C65876
(198,88,118)
#B14F69
(177,79,105)
#9C465C
(156,70,92)
#873D4F
(135,61,79)
#723442
(114,52,66)
#5D2B35
(93,43,53)
#482228
(72,34,40)
#33191B
(51,25,27)
#1E100E
(30,16,14)
#000000
(0,0,0)

Tints of #F06A90

#F06A90
(240,106,144)
#F1779A
(241,119,154)
#F284A4
(242,132,164)
#F391AE
(243,145,174)
#F49EB8
(244,158,184)
#F5ABC2
(245,171,194)
#F6B8CC
(246,184,204)
#F7C5D6
(247,197,214)
#F8D2E0
(248,210,224)
#F9DFEA
(249,223,234)
#FAECF4
(250,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06A90 color. Also use rgb(240,106,144) instead hex code.

Text Font Color

.myTextColor { color: #F06A90; }

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

This text font color is #F06A90.


Background Color

.myBgColor { background-color: #F06A90; }

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

This div background color is #F06A90.


Border color

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

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

This div border color is #F06A90.


Opacity

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

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

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

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

This text has shadow with #F06A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06A90 on black background.


Color preview on white background

This text has color #F06A90 on white background.



Black color preview on #F06A90 background

This text has black color on #F06A90 background.


White color preview on #F06A90 background

This text has white color on #F06A90 background.