COLOR #F65DDC

HEX: #F65DDC
RGB: (246,93,220)

Color info

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

RGB color model

#F65DDC color RGB value is (246,93,220).

  • red value is 246;
  • green value is 93;
  • blue value is 220.
RGB:
(246,93,220)
(96%,36%,86%)

RGB channels and saturation

R 246 of 255 = 96%
G 93 of 255 = 36%
B 220 of 255 = 86%

246
93
220

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

Portions of RGB colors in percentages

R + G + B =
246 + 93 + 220 = 559 (100%)
R 246 of 559 ~ 44.01%
G 93 of 559 ~ 16.64%
B 220 of 559 ~ 39.36%

%44.01
%16.64
%39.36

CMYK color model

#F65DDC color CMYK value is (0,62,11,4).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(0,62,11,4)
C0M62Y11K4 
(0%,62%,11%,4%)
(0.00/0.62/0.11/0.04)	

CMYK percentages

%0
%62.2
%10.57
%3.53

Codes

Color #F65DDC in popluar color models

F65DDC
RGB24693220
HSL310°89.47%66.47%
HSB/HSV310°62.20%96.47%
CMYK0.00%62.20%10.57%
3.53%

Color #F65DDC in popluar number systems.

HEXF65DDC
Decimal24693220
Binary11110110101110111011100
Octal366135334

Shades and tints

Shades of #F65DDC

#F65DDC
(246,93,220)
#E055C8
(224,85,200)
#CA4DB4
(202,77,180)
#B445A0
(180,69,160)
#9E3D8C
(158,61,140)
#883578
(136,53,120)
#722D64
(114,45,100)
#5C2550
(92,37,80)
#461D3C
(70,29,60)
#301528
(48,21,40)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #F65DDC

#F65DDC
(246,93,220)
#F66BDF
(246,107,223)
#F679E2
(246,121,226)
#F687E5
(246,135,229)
#F695E8
(246,149,232)
#F6A3EB
(246,163,235)
#F6B1EE
(246,177,238)
#F6BFF1
(246,191,241)
#F6CDF4
(246,205,244)
#F6DBF7
(246,219,247)
#F6E9FA
(246,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65DDC color. Also use rgb(246,93,220) instead hex code.

Text Font Color

.myTextColor { color: #F65DDC; }

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

This text font color is #F65DDC.


Background Color

.myBgColor { background-color: #F65DDC; }

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

This div background color is #F65DDC.


Border color

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

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

This div border color is #F65DDC.


Opacity

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

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

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

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

This text has shadow with #F65DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65DDC on black background.


Color preview on white background

This text has color #F65DDC on white background.



Black color preview on #F65DDC background

This text has black color on #F65DDC background.


White color preview on #F65DDC background

This text has white color on #F65DDC background.