COLOR #F67CAD

HEX: #F67CAD RGB: (246,124,173)

Color info

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

RGB color model

#F67CAD color RGB value is (246,124,173).

RGB: (246,124,173) (96%, 49%, 68%)

RGB channels and saturation

R 246 of 255 = 96%
G 124 of 255 = 49%
B 173 of 255 = 68%

246
124
173

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

Portions of RGB colors in percentages

R + G + B = 246 + 124 + 173 = 543 (100%)
R 246 of 543 ~ 45.3%
G 124 of 543 ~ 22.84%
B 173 of 543 ~ 31.86'%

%45.3
%22.84
%31.86

CMYK color model

#F67CAD color CMYK value is (0,50,30,4).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 29.67%
  • key color value is 3.53%

CMYK: (0,50,30,4)
C0M50Y30K4 (0%, 50%, 30%, 4%)
(0.00 / 0.50 / 0.30 / 0.04)

CMYK percentages

%0
%49.59
%29.67
%3.53

Codes

Color #F67CAD in popluar color models

F6 7C AD
RGB 246 124 173
HSL 336° 87.14% 72.55%
HSB/HSV 336° 49.59% 96.47%
CMYK 0.00% 49.59% 29.67%
3.53%

Color #F67CAD in popluar number systems.

HEX F6 7C AD
Decimal 246 124 173
Binary 11110110 1111100 10101101
Octal 366 174 255

Shades and tints

Shades of #F67CAD

#F67CAD
(246,124,173)
#E0719E
(224,113,158)
#CA668F
(202,102,143)
#B45B80
(180,91,128)
#9E5071
(158,80,113)
#884562
(136,69,98)
#723A53
(114,58,83)
#5C2F44
(92,47,68)
#462435
(70,36,53)
#301926
(48,25,38)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #F67CAD

#F67CAD
(246,124,173)
#F687B4
(246,135,180)
#F692BB
(246,146,187)
#F69DC2
(246,157,194)
#F6A8C9
(246,168,201)
#F6B3D0
(246,179,208)
#F6BED7
(246,190,215)
#F6C9DE
(246,201,222)
#F6D4E5
(246,212,229)
#F6DFEC
(246,223,236)
#F6EAF3
(246,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67CAD color. Also use rgb(246,124,173) instead hex code.

Text Font Color

.myTextColor { color: #F67CAD; }

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

This text font color is #F67CAD.

Background Color

.myBgColor { background-color: #F67CAD; }

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

This div background color is #F67CAD.

Border color

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

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

This div border color is #F67CAD.

Opacity

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

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

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

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

This text has shadow with #F67CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F67CAD.

Preview

Color preview on black background

This text has color #F67CAD on black background.


Color preview on white background

This text has color #F67CAD on white background.


Black color preview on #F67CAD background

This text has black color on #F67CAD background.


White color preview on #F67CAD background

This text has white color on #F67CAD background.


Related colors

Complementary color

Complementary color for #hex is #098352.


I love getcolorcode.com

Triadic colors

1 #ADF67C and #7CADF6 with #F67CAD are triadic colors.

2 #AD7CF6 and #7CF6AD with #F67CAD are triadic colors.