COLOR #F75DC8

HEX: #F75DC8 RGB: (247,93,200)

Color info

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

RGB color model

#F75DC8 color RGB value is (247,93,200).

RGB: (247,93,200) (97%, 36%, 78%)

RGB channels and saturation

R 247 of 255 = 97%
G 93 of 255 = 36%
B 200 of 255 = 78%

247
93
200

R + G + B ~ 70%. #F75DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 93 + 200 = 540 (100%)
R 247 of 540 ~ 45.74%
G 93 of 540 ~ 17.22%
B 200 of 540 ~ 37.04'%

%45.74
%17.22
%37.04

CMYK color model

#F75DC8 color CMYK value is (0,62,19,3).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 19.03%
  • key color value is 3.14%

CMYK: (0,62,19,3)
C0M62Y19K3 (0%, 62%, 19%, 3%)
(0.00 / 0.62 / 0.19 / 0.03)

CMYK percentages

%0
%62.35
%19.03
%3.14

Codes

Color #F75DC8 in popluar color models

F7 5D C8
RGB 247 93 200
HSL 318° 90.59% 66.67%
HSB/HSV 318° 62.35% 96.86%
CMYK 0.00% 62.35% 19.03%
3.14%

Color #F75DC8 in popluar number systems.

HEX F7 5D C8
Decimal 247 93 200
Binary 11110111 1011101 11001000
Octal 367 135 310

Shades and tints

Shades of #F75DC8

#F75DC8
(247,93,200)
#E155B6
(225,85,182)
#CB4DA4
(203,77,164)
#B54592
(181,69,146)
#9F3D80
(159,61,128)
#89356E
(137,53,110)
#732D5C
(115,45,92)
#5D254A
(93,37,74)
#471D38
(71,29,56)
#311526
(49,21,38)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #F75DC8

#F75DC8
(247,93,200)
#F76BCD
(247,107,205)
#F779D2
(247,121,210)
#F787D7
(247,135,215)
#F795DC
(247,149,220)
#F7A3E1
(247,163,225)
#F7B1E6
(247,177,230)
#F7BFEB
(247,191,235)
#F7CDF0
(247,205,240)
#F7DBF5
(247,219,245)
#F7E9FA
(247,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75DC8 color. Also use rgb(247,93,200) instead hex code.

Text Font Color

.myTextColor { color: #F75DC8; }

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

This text font color is #F75DC8.

Background Color

.myBgColor { background-color: #F75DC8; }

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

This div background color is #F75DC8.

Border color

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

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

This div border color is #F75DC8.

Opacity

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

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

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

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

This text has shadow with #F75DC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F75DC8.

Preview

Color preview on black background

This text has color #F75DC8 on black background.


Color preview on white background

This text has color #F75DC8 on white background.


Black color preview on #F75DC8 background

This text has black color on #F75DC8 background.


White color preview on #F75DC8 background

This text has white color on #F75DC8 background.


Related colors

Complementary color

Complementary color for #hex is #08A237.


I love getcolorcode.com

Triadic colors

1 #C8F75D and #5DC8F7 with #F75DC8 are triadic colors.

2 #C85DF7 and #5DF7C8 with #F75DC8 are triadic colors.