COLOR #F65785

HEX: #F65785 RGB: (246,87,133)

Color info

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

RGB color model

#F65785 color RGB value is (246,87,133).

RGB: (246,87,133) (96%, 34%, 52%)

RGB channels and saturation

R 246 of 255 = 96%
G 87 of 255 = 34%
B 133 of 255 = 52%

246
87
133

R + G + B ~ 61%. #F65785 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 87 + 133 = 466 (100%)
R 246 of 466 ~ 52.79%
G 87 of 466 ~ 18.67%
B 133 of 466 ~ 28.54'%

%52.79
%18.67
%28.54

CMYK color model

#F65785 color CMYK value is (0,65,46,4).

  • cyan value is 0.00%
  • magenta value is 64.63%
  • yellow value is 45.93%
  • key color value is 3.53%

CMYK: (0,65,46,4)
C0M65Y46K4 (0%, 65%, 46%, 4%)
(0.00 / 0.65 / 0.46 / 0.04)

CMYK percentages

%0
%64.63
%45.93
%3.53

Codes

Color #F65785 in popluar color models

F6 57 85
RGB 246 87 133
HSL 343° 89.83% 65.29%
HSB/HSV 343° 64.63% 96.47%
CMYK 0.00% 64.63% 45.93%
3.53%

Color #F65785 in popluar number systems.

HEX F6 57 85
Decimal 246 87 133
Binary 11110110 1010111 10000101
Octal 366 127 205

Shades and tints

Shades of #F65785

#F65785
(246,87,133)
#E05079
(224,80,121)
#CA496D
(202,73,109)
#B44261
(180,66,97)
#9E3B55
(158,59,85)
#883449
(136,52,73)
#722D3D
(114,45,61)
#5C2631
(92,38,49)
#461F25
(70,31,37)
#301819
(48,24,25)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #F65785

#F65785
(246,87,133)
#F66690
(246,102,144)
#F6759B
(246,117,155)
#F684A6
(246,132,166)
#F693B1
(246,147,177)
#F6A2BC
(246,162,188)
#F6B1C7
(246,177,199)
#F6C0D2
(246,192,210)
#F6CFDD
(246,207,221)
#F6DEE8
(246,222,232)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65785 color. Also use rgb(246,87,133) instead hex code.

Text Font Color

.myTextColor { color: #F65785; }

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

This text font color is #F65785.

Background Color

.myBgColor { background-color: #F65785; }

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

This div background color is #F65785.

Border color

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

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

This div border color is #F65785.

Opacity

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

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

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

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

This text has shadow with #F65785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F65785.

Preview

Color preview on black background

This text has color #F65785 on black background.


Color preview on white background

This text has color #F65785 on white background.


Black color preview on #F65785 background

This text has black color on #F65785 background.


White color preview on #F65785 background

This text has white color on #F65785 background.


Related colors

Complementary color

Complementary color for #hex is #09A87A.


I love getcolorcode.com

Triadic colors

1 #85F657 and #5785F6 with #F65785 are triadic colors.

2 #8557F6 and #57F685 with #F65785 are triadic colors.