COLOR #F475C2

HEX: #F475C2 RGB: (244,117,194)

Color info

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

RGB color model

#F475C2 color RGB value is (244,117,194).

RGB: (244,117,194) (96%, 46%, 76%)

RGB channels and saturation

R 244 of 255 = 96%
G 117 of 255 = 46%
B 194 of 255 = 76%

244
117
194

R + G + B ~ 73%. #F475C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 117 + 194 = 555 (100%)
R 244 of 555 ~ 43.96%
G 117 of 555 ~ 21.08%
B 194 of 555 ~ 34.95'%

%43.96
%21.08
%34.95

CMYK color model

#F475C2 color CMYK value is (0,52,20,4).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 20.49%
  • key color value is 4.31%

CMYK: (0,52,20,4)
C0M52Y20K4 (0%, 52%, 20%, 4%)
(0.00 / 0.52 / 0.20 / 0.04)

CMYK percentages

%0
%52.05
%20.49
%4.31

Codes

Color #F475C2 in popluar color models

F4 75 C2
RGB 244 117 194
HSL 324° 85.23% 70.78%
HSB/HSV 324° 52.05% 95.69%
CMYK 0.00% 52.05% 20.49%
4.31%

Color #F475C2 in popluar number systems.

HEX F4 75 C2
Decimal 244 117 194
Binary 11110100 1110101 11000010
Octal 364 165 302

Shades and tints

Shades of #F475C2

#F475C2
(244,117,194)
#DE6BB1
(222,107,177)
#C861A0
(200,97,160)
#B2578F
(178,87,143)
#9C4D7E
(156,77,126)
#86436D
(134,67,109)
#70395C
(112,57,92)
#5A2F4B
(90,47,75)
#44253A
(68,37,58)
#2E1B29
(46,27,41)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #F475C2

#F475C2
(244,117,194)
#F581C7
(245,129,199)
#F68DCC
(246,141,204)
#F799D1
(247,153,209)
#F8A5D6
(248,165,214)
#F9B1DB
(249,177,219)
#FABDE0
(250,189,224)
#FBC9E5
(251,201,229)
#FCD5EA
(252,213,234)
#FDE1EF
(253,225,239)
#FEEDF4
(254,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F475C2 color. Also use rgb(244,117,194) instead hex code.

Text Font Color

.myTextColor { color: #F475C2; }

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

This text font color is #F475C2.

Background Color

.myBgColor { background-color: #F475C2; }

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

This div background color is #F475C2.

Border color

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

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

This div border color is #F475C2.

Opacity

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

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

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

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

This text has shadow with #F475C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F475C2.

Preview

Color preview on black background

This text has color #F475C2 on black background.


Color preview on white background

This text has color #F475C2 on white background.


Black color preview on #F475C2 background

This text has black color on #F475C2 background.


White color preview on #F475C2 background

This text has white color on #F475C2 background.


Related colors

Complementary color

Complementary color for #hex is #0B8A3D.


I love getcolorcode.com

Triadic colors

1 #C2F475 and #75C2F4 with #F475C2 are triadic colors.

2 #C275F4 and #75F4C2 with #F475C2 are triadic colors.