COLOR #F372A3

HEX: #F372A3 RGB: (243,114,163)

Color info

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

RGB color model

#F372A3 color RGB value is (243,114,163).

RGB: (243,114,163) (95%, 45%, 64%)

RGB channels and saturation

R 243 of 255 = 95%
G 114 of 255 = 45%
B 163 of 255 = 64%

243
114
163

R + G + B ~ 68%. #F372A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 114 + 163 = 520 (100%)
R 243 of 520 ~ 46.73%
G 114 of 520 ~ 21.92%
B 163 of 520 ~ 31.35'%

%46.73
%21.92
%31.35

CMYK color model

#F372A3 color CMYK value is (0,53,33,5).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 32.92%
  • key color value is 4.71%
CMYK: (0,53,33,5) C0M53Y33K5 (0%,53%,33%,5%) (0.00/0.53/0.33/0.05) 

CMYK percentages

%0
%53.09
%32.92
%4.71

Codes

Color #F372A3 in popluar color models

F3 72 A3
RGB 243 114 163
HSL 337° 84.31% 70.00%
HSB/HSV 337° 53.09% 95.29%
CMYK 0.00% 53.09% 32.92%
4.71%

Color #F372A3 in popluar number systems.

HEX F3 72 A3
Decimal 243 114 163
Binary 11110011 1110010 10100011
Octal 363 162 243

Shades and tints

Shades of #F372A3

#F372A3
(243,114,163)
#DD6895
(221,104,149)
#C75E87
(199,94,135)
#B15479
(177,84,121)
#9B4A6B
(155,74,107)
#85405D
(133,64,93)
#6F364F
(111,54,79)
#592C41
(89,44,65)
#432233
(67,34,51)
#2D1825
(45,24,37)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #F372A3

#F372A3
(243,114,163)
#F47EAB
(244,126,171)
#F58AB3
(245,138,179)
#F696BB
(246,150,187)
#F7A2C3
(247,162,195)
#F8AECB
(248,174,203)
#F9BAD3
(249,186,211)
#FAC6DB
(250,198,219)
#FBD2E3
(251,210,227)
#FCDEEB
(252,222,235)
#FDEAF3
(253,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F372A3 color. Also use rgb(243,114,163) instead hex code.

Text Font Color

.myTextColor { color: #F372A3; }

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

This text font color is #F372A3.

Background Color

.myBgColor { background-color: #F372A3; }

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

This div background color is #F372A3.

Border color

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

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

This div border color is #F372A3.

Opacity

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

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

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

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

This text has shadow with #F372A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F372A3.

Preview

Color preview on black background

This text has color #F372A3 on black background.


Color preview on white background

This text has color #F372A3 on white background.


Black color preview on #F372A3 background

This text has black color on #F372A3 background.


White color preview on #F372A3 background

This text has white color on #F372A3 background.


Related colors

Complementary color

Complementary color for #hex is #0C8D5C.


I love getcolorcode.com

Triadic colors

1 #A3F372 and #72A3F3 with #F372A3 are triadic colors.

2 #A372F3 and #72F3A3 with #F372A3 are triadic colors.