COLOR #F068D4

HEX: #F068D4
RGB: (240,104,212)

Color info

#F068D4 contains mainly red and blue colors. Web safe color of #F068D4 is #FF66CC (or #F6C).

RGB color model

#F068D4 color RGB value is (240,104,212).

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

RGB channels and saturation

R 240 of 255 = 94%
G 104 of 255 = 41%
B 212 of 255 = 83%

240
104
212

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

Portions of RGB colors in percentages

R + G + B =
240 + 104 + 212 = 556 (100%)
R 240 of 556 ~ 43.17%
G 104 of 556 ~ 18.71%
B 212 of 556 ~ 38.13%

%43.17
%18.71
%38.13

CMYK color model

#F068D4 color CMYK value is (0,57,12,6).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 11.67%
  • key color value is 5.88%
CMYK:
(0,57,12,6)
C0M57Y12K6 
(0%,57%,12%,6%)
(0.00/0.57/0.12/0.06)	

CMYK percentages

%0
%56.67
%11.67
%5.88

Codes

Color #F068D4 in popluar color models

F068D4
RGB240104212
HSL312°81.93%67.45%
HSB/HSV312°56.67%94.12%
CMYK0.00%56.67%11.67%
5.88%

Color #F068D4 in popluar number systems.

HEXF068D4
Decimal240104212
Binary11110000110100011010100
Octal360150324

Shades and tints

Shades of #F068D4

#F068D4
(240,104,212)
#DB5FC1
(219,95,193)
#C656AE
(198,86,174)
#B14D9B
(177,77,155)
#9C4488
(156,68,136)
#873B75
(135,59,117)
#723262
(114,50,98)
#5D294F
(93,41,79)
#48203C
(72,32,60)
#331729
(51,23,41)
#1E0E16
(30,14,22)
#000000
(0,0,0)

Tints of #F068D4

#F068D4
(240,104,212)
#F175D7
(241,117,215)
#F282DA
(242,130,218)
#F38FDD
(243,143,221)
#F49CE0
(244,156,224)
#F5A9E3
(245,169,227)
#F6B6E6
(246,182,230)
#F7C3E9
(247,195,233)
#F8D0EC
(248,208,236)
#F9DDEF
(249,221,239)
#FAEAF2
(250,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F068D4; }

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

This text font color is #F068D4.


Background Color

.myBgColor { background-color: #F068D4; }

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

This div background color is #F068D4.


Border color

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

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

This div border color is #F068D4.


Opacity

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

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

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

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

This text has shadow with #F068D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F068D4 on black background.


Color preview on white background

This text has color #F068D4 on white background.



Black color preview on #F068D4 background

This text has black color on #F068D4 background.


White color preview on #F068D4 background

This text has white color on #F068D4 background.