COLOR #F74CDD

HEX: #F74CDD
RGB: (247,76,221)

Color info

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

RGB color model

#F74CDD color RGB value is (247,76,221).

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

RGB channels and saturation

R 247 of 255 = 97%
G 76 of 255 = 30%
B 221 of 255 = 87%

247
76
221

R + G + B ~ 71%. #F74CDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 76 + 221 = 544 (100%)
R 247 of 544 ~ 45.4%
G 76 of 544 ~ 13.97%
B 221 of 544 ~ 40.63%

%45.4
%13.97
%40.63

CMYK color model

#F74CDD color CMYK value is (0,69,11,3).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,69,11,3)
C0M69Y11K3 
(0%,69%,11%,3%)
(0.00/0.69/0.11/0.03)	

CMYK percentages

%0
%69.23
%10.53
%3.14

Codes

Color #F74CDD in popluar color models

F74CDD
RGB24776221
HSL309°91.44%63.33%
HSB/HSV309°69.23%96.86%
CMYK0.00%69.23%10.53%
3.14%

Color #F74CDD in popluar number systems.

HEXF74CDD
Decimal24776221
Binary11110111100110011011101
Octal367114335

Shades and tints

Shades of #F74CDD

#F74CDD
(247,76,221)
#E146C9
(225,70,201)
#CB40B5
(203,64,181)
#B53AA1
(181,58,161)
#9F348D
(159,52,141)
#892E79
(137,46,121)
#732865
(115,40,101)
#5D2251
(93,34,81)
#471C3D
(71,28,61)
#311629
(49,22,41)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #F74CDD

#F74CDD
(247,76,221)
#F75CE0
(247,92,224)
#F76CE3
(247,108,227)
#F77CE6
(247,124,230)
#F78CE9
(247,140,233)
#F79CEC
(247,156,236)
#F7ACEF
(247,172,239)
#F7BCF2
(247,188,242)
#F7CCF5
(247,204,245)
#F7DCF8
(247,220,248)
#F7ECFB
(247,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F74CDD; }

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

This text font color is #F74CDD.


Background Color

.myBgColor { background-color: #F74CDD; }

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

This div background color is #F74CDD.


Border color

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

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

This div border color is #F74CDD.


Opacity

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

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

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

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

This text has shadow with #F74CDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74CDD on black background.


Color preview on white background

This text has color #F74CDD on white background.



Black color preview on #F74CDD background

This text has black color on #F74CDD background.


White color preview on #F74CDD background

This text has white color on #F74CDD background.