COLOR #F75494

HEX: #F75494
RGB: (247,84,148)

Color info

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

RGB color model

#F75494 color RGB value is (247,84,148).

  • red value is 247;
  • green value is 84;
  • blue value is 148.
RGB:
(247,84,148)
(97%,33%,58%)

RGB channels and saturation

R 247 of 255 = 97%
G 84 of 255 = 33%
B 148 of 255 = 58%

247
84
148

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

Portions of RGB colors in percentages

R + G + B =
247 + 84 + 148 = 479 (100%)
R 247 of 479 ~ 51.57%
G 84 of 479 ~ 17.54%
B 148 of 479 ~ 30.9%

%51.57
%17.54
%30.9

CMYK color model

#F75494 color CMYK value is (0,66,40,3).

  • cyan value is 0.00%
  • magenta value is 65.99%
  • yellow value is 40.08%
  • key color value is 3.14%
CMYK:
(0,66,40,3)
C0M66Y40K3 
(0%,66%,40%,3%)
(0.00/0.66/0.40/0.03)	

CMYK percentages

%0
%65.99
%40.08
%3.14

Codes

Color #F75494 in popluar color models

F75494
RGB24784148
HSL336°91.06%64.90%
HSB/HSV336°65.99%96.86%
CMYK0.00%65.99%40.08%
3.14%

Color #F75494 in popluar number systems.

HEXF75494
Decimal24784148
Binary11110111101010010010100
Octal367124224

Shades and tints

Shades of #F75494

#F75494
(247,84,148)
#E14D87
(225,77,135)
#CB467A
(203,70,122)
#B53F6D
(181,63,109)
#9F3860
(159,56,96)
#893153
(137,49,83)
#732A46
(115,42,70)
#5D2339
(93,35,57)
#471C2C
(71,28,44)
#31151F
(49,21,31)
#1B0E12
(27,14,18)
#000000
(0,0,0)

Tints of #F75494

#F75494
(247,84,148)
#F7639D
(247,99,157)
#F772A6
(247,114,166)
#F781AF
(247,129,175)
#F790B8
(247,144,184)
#F79FC1
(247,159,193)
#F7AECA
(247,174,202)
#F7BDD3
(247,189,211)
#F7CCDC
(247,204,220)
#F7DBE5
(247,219,229)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75494 color. Also use rgb(247,84,148) instead hex code.

Text Font Color

.myTextColor { color: #F75494; }

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

This text font color is #F75494.


Background Color

.myBgColor { background-color: #F75494; }

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

This div background color is #F75494.


Border color

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

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

This div border color is #F75494.


Opacity

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

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

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

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

This text has shadow with #F75494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75494 on black background.


Color preview on white background

This text has color #F75494 on white background.



Black color preview on #F75494 background

This text has black color on #F75494 background.


White color preview on #F75494 background

This text has white color on #F75494 background.