COLOR #F74CC0

HEX: #F74CC0
RGB: (247,76,192)

Color info

#F74CC0 contains mainly red and blue colors. Web safe color of #F74CC0 is #FF33CC (or #F3C).

RGB color model

#F74CC0 color RGB value is (247,76,192).

  • red value is 247;
  • green value is 76;
  • blue value is 192.
RGB:
(247,76,192)
(97%,30%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 76 of 255 = 30%
B 192 of 255 = 75%

247
76
192

R + G + B ~ 67%. #F74CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 76 + 192 = 515 (100%)
R 247 of 515 ~ 47.96%
G 76 of 515 ~ 14.76%
B 192 of 515 ~ 37.28%

%47.96
%14.76
%37.28

CMYK color model

#F74CC0 color CMYK value is (0,69,22,3).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 22.27%
  • key color value is 3.14%
CMYK:
(0,69,22,3)
C0M69Y22K3 
(0%,69%,22%,3%)
(0.00/0.69/0.22/0.03)	

CMYK percentages

%0
%69.23
%22.27
%3.14

Codes

Color #F74CC0 in popluar color models

F74CC0
RGB24776192
HSL319°91.44%63.33%
HSB/HSV319°69.23%96.86%
CMYK0.00%69.23%22.27%
3.14%

Color #F74CC0 in popluar number systems.

HEXF74CC0
Decimal24776192
Binary11110111100110011000000
Octal367114300

Shades and tints

Shades of #F74CC0

#F74CC0
(247,76,192)
#E146AF
(225,70,175)
#CB409E
(203,64,158)
#B53A8D
(181,58,141)
#9F347C
(159,52,124)
#892E6B
(137,46,107)
#73285A
(115,40,90)
#5D2249
(93,34,73)
#471C38
(71,28,56)
#311627
(49,22,39)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #F74CC0

#F74CC0
(247,76,192)
#F75CC5
(247,92,197)
#F76CCA
(247,108,202)
#F77CCF
(247,124,207)
#F78CD4
(247,140,212)
#F79CD9
(247,156,217)
#F7ACDE
(247,172,222)
#F7BCE3
(247,188,227)
#F7CCE8
(247,204,232)
#F7DCED
(247,220,237)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74CC0 color. Also use rgb(247,76,192) instead hex code.

Text Font Color

.myTextColor { color: #F74CC0; }

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

This text font color is #F74CC0.


Background Color

.myBgColor { background-color: #F74CC0; }

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

This div background color is #F74CC0.


Border color

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

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

This div border color is #F74CC0.


Opacity

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

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

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

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

This text has shadow with #F74CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74CC0 on black background.


Color preview on white background

This text has color #F74CC0 on white background.



Black color preview on #F74CC0 background

This text has black color on #F74CC0 background.


White color preview on #F74CC0 background

This text has white color on #F74CC0 background.