COLOR #F75895

HEX: #F75895 RGB: (247,88,149)

Color info

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

RGB color model

#F75895 color RGB value is (247,88,149).

RGB: (247,88,149) (97%, 35%, 58%)

RGB channels and saturation

R 247 of 255 = 97%
G 88 of 255 = 35%
B 149 of 255 = 58%

247
88
149

R + G + B ~ 63%. #F75895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 88 + 149 = 484 (100%)
R 247 of 484 ~ 51.03%
G 88 of 484 ~ 18.18%
B 149 of 484 ~ 30.79'%

%51.03
%18.18
%30.79

CMYK color model

#F75895 color CMYK value is (0,64,40,3).

  • cyan value is 0.00%
  • magenta value is 64.37%
  • yellow value is 39.68%
  • key color value is 3.14%

CMYK: (0,64,40,3)
C0M64Y40K3 (0%, 64%, 40%, 3%)
(0.00 / 0.64 / 0.40 / 0.03)

CMYK percentages

%0
%64.37
%39.68
%3.14

Codes

Color #F75895 in popluar color models

F7 58 95
RGB 247 88 149
HSL 337° 90.86% 65.69%
HSB/HSV 337° 64.37% 96.86%
CMYK 0.00% 64.37% 39.68%
3.14%

Color #F75895 in popluar number systems.

HEX F7 58 95
Decimal 247 88 149
Binary 11110111 1011000 10010101
Octal 367 130 225

Shades and tints

Shades of #F75895

#F75895
(247,88,149)
#E15088
(225,80,136)
#CB487B
(203,72,123)
#B5406E
(181,64,110)
#9F3861
(159,56,97)
#893054
(137,48,84)
#732847
(115,40,71)
#5D203A
(93,32,58)
#47182D
(71,24,45)
#311020
(49,16,32)
#1B0813
(27,8,19)
#000000
(0,0,0)

Tints of #F75895

#F75895
(247,88,149)
#F7679E
(247,103,158)
#F776A7
(247,118,167)
#F785B0
(247,133,176)
#F794B9
(247,148,185)
#F7A3C2
(247,163,194)
#F7B2CB
(247,178,203)
#F7C1D4
(247,193,212)
#F7D0DD
(247,208,221)
#F7DFE6
(247,223,230)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75895 color. Also use rgb(247,88,149) instead hex code.

Text Font Color

.myTextColor { color: #F75895; }

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

This text font color is #F75895.

Background Color

.myBgColor { background-color: #F75895; }

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

This div background color is #F75895.

Border color

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

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

This div border color is #F75895.

Opacity

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

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

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

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

This text has shadow with #F75895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F75895.

Preview

Color preview on black background

This text has color #F75895 on black background.


Color preview on white background

This text has color #F75895 on white background.


Black color preview on #F75895 background

This text has black color on #F75895 background.


White color preview on #F75895 background

This text has white color on #F75895 background.


Related colors

Complementary color

Complementary color for #hex is #08A76A.


I love getcolorcode.com

Triadic colors

1 #95F758 and #5895F7 with #F75895 are triadic colors.

2 #9558F7 and #58F795 with #F75895 are triadic colors.