COLOR #F06884

HEX: #F06884
RGB: (240,104,132)

Color info

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

RGB color model

#F06884 color RGB value is (240,104,132).

  • red value is 240;
  • green value is 104;
  • blue value is 132.
RGB:
(240,104,132)
(94%,41%,52%)

RGB channels and saturation

R 240 of 255 = 94%
G 104 of 255 = 41%
B 132 of 255 = 52%

240
104
132

R + G + B ~ 62%. #F06884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 104 + 132 = 476 (100%)
R 240 of 476 ~ 50.42%
G 104 of 476 ~ 21.85%
B 132 of 476 ~ 27.73%

%50.42
%21.85
%27.73

CMYK color model

#F06884 color CMYK value is (0,57,45,6).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 45.00%
  • key color value is 5.88%
CMYK:
(0,57,45,6)
C0M57Y45K6 
(0%,57%,45%,6%)
(0.00/0.57/0.45/0.06)	

CMYK percentages

%0
%56.67
%45
%5.88

Codes

Color #F06884 in popluar color models

F06884
RGB240104132
HSL348°81.93%67.45%
HSB/HSV348°56.67%94.12%
CMYK0.00%56.67%45.00%
5.88%

Color #F06884 in popluar number systems.

HEXF06884
Decimal240104132
Binary11110000110100010000100
Octal360150204

Shades and tints

Shades of #F06884

#F06884
(240,104,132)
#DB5F78
(219,95,120)
#C6566C
(198,86,108)
#B14D60
(177,77,96)
#9C4454
(156,68,84)
#873B48
(135,59,72)
#72323C
(114,50,60)
#5D2930
(93,41,48)
#482024
(72,32,36)
#331718
(51,23,24)
#1E0E0C
(30,14,12)
#000000
(0,0,0)

Tints of #F06884

#F06884
(240,104,132)
#F1758F
(241,117,143)
#F2829A
(242,130,154)
#F38FA5
(243,143,165)
#F49CB0
(244,156,176)
#F5A9BB
(245,169,187)
#F6B6C6
(246,182,198)
#F7C3D1
(247,195,209)
#F8D0DC
(248,208,220)
#F9DDE7
(249,221,231)
#FAEAF2
(250,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06884 color. Also use rgb(240,104,132) instead hex code.

Text Font Color

.myTextColor { color: #F06884; }

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

This text font color is #F06884.


Background Color

.myBgColor { background-color: #F06884; }

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

This div background color is #F06884.


Border color

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

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

This div border color is #F06884.


Opacity

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

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

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

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

This text has shadow with #F06884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06884 on black background.


Color preview on white background

This text has color #F06884 on white background.



Black color preview on #F06884 background

This text has black color on #F06884 background.


White color preview on #F06884 background

This text has white color on #F06884 background.