COLOR #F37ACC

HEX: #F37ACC RGB: (243,122,204)

Color info

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

RGB color model

#F37ACC color RGB value is (243,122,204).

RGB: (243,122,204) (95%, 48%, 80%)

RGB channels and saturation

R 243 of 255 = 95%
G 122 of 255 = 48%
B 204 of 255 = 80%

243
122
204

R + G + B ~ 74%. #F37ACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 122 + 204 = 569 (100%)
R 243 of 569 ~ 42.71%
G 122 of 569 ~ 21.44%
B 204 of 569 ~ 35.85'%

%42.71
%21.44
%35.85

CMYK color model

#F37ACC color CMYK value is (0,50,16,5).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 16.05%
  • key color value is 4.71%

CMYK: (0,50,16,5)
C0M50Y16K5 (0%, 50%, 16%, 5%)
(0.00 / 0.50 / 0.16 / 0.05)

CMYK percentages

%0
%49.79
%16.05
%4.71

Codes

Color #F37ACC in popluar color models

F3 7A CC
RGB 243 122 204
HSL 319° 83.45% 71.57%
HSB/HSV 319° 49.79% 95.29%
CMYK 0.00% 49.79% 16.05%
4.71%

Color #F37ACC in popluar number systems.

HEX F3 7A CC
Decimal 243 122 204
Binary 11110011 1111010 11001100
Octal 363 172 314

Shades and tints

Shades of #F37ACC

#F37ACC
(243,122,204)
#DD6FBA
(221,111,186)
#C764A8
(199,100,168)
#B15996
(177,89,150)
#9B4E84
(155,78,132)
#854372
(133,67,114)
#6F3860
(111,56,96)
#592D4E
(89,45,78)
#43223C
(67,34,60)
#2D172A
(45,23,42)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #F37ACC

#F37ACC
(243,122,204)
#F486D0
(244,134,208)
#F592D4
(245,146,212)
#F69ED8
(246,158,216)
#F7AADC
(247,170,220)
#F8B6E0
(248,182,224)
#F9C2E4
(249,194,228)
#FACEE8
(250,206,232)
#FBDAEC
(251,218,236)
#FCE6F0
(252,230,240)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F37ACC color. Also use rgb(243,122,204) instead hex code.

Text Font Color

.myTextColor { color: #F37ACC; }

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

This text font color is #F37ACC.

Background Color

.myBgColor { background-color: #F37ACC; }

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

This div background color is #F37ACC.

Border color

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

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

This div border color is #F37ACC.

Opacity

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

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

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

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

This text has shadow with #F37ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F37ACC.

Preview

Color preview on black background

This text has color #F37ACC on black background.


Color preview on white background

This text has color #F37ACC on white background.


Black color preview on #F37ACC background

This text has black color on #F37ACC background.


White color preview on #F37ACC background

This text has white color on #F37ACC background.


Related colors

Complementary color

Complementary color for #hex is #0C8533.


I love getcolorcode.com

Triadic colors

1 #CCF37A and #7ACCF3 with #F37ACC are triadic colors.

2 #CC7AF3 and #7AF3CC with #F37ACC are triadic colors.