COLOR #FF6CA8

HEX: #FF6CA8
RGB: (255,108,168)

Color info

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

RGB color model

#FF6CA8 color RGB value is (255,108,168).

  • red value is 255;
  • green value is 108;
  • blue value is 168.
RGB:
(255,108,168)
(100%,42%,66%)

RGB channels and saturation

R 255 of 255 = 100%
G 108 of 255 = 42%
B 168 of 255 = 66%

255
108
168

R + G + B ~ 69%. #FF6CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 108 + 168 = 531 (100%)
R 255 of 531 ~ 48.02%
G 108 of 531 ~ 20.34%
B 168 of 531 ~ 31.64%

%48.02
%20.34
%31.64

CMYK color model

#FF6CA8 color CMYK value is (0,58,34,0).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 34.12%
  • key color value is 0.00%
CMYK:
(0,58,34,0)
C0M58Y34K0 
(0%,58%,34%,0%)
(0.00/0.58/0.34/0.00)	

CMYK percentages

%0
%57.65
%34.12
%0

Codes

Color #FF6CA8 in popluar color models

FF6CA8
RGB255108168
HSL336°100.00%71.18%
HSB/HSV336°57.65%100.00%
CMYK0.00%57.65%34.12%
0.00%

Color #FF6CA8 in popluar number systems.

HEXFF6CA8
Decimal255108168
Binary11111111110110010101000
Octal377154250

Shades and tints

Shades of #FF6CA8

#FF6CA8
(255,108,168)
#E86399
(232,99,153)
#D15A8A
(209,90,138)
#BA517B
(186,81,123)
#A3486C
(163,72,108)
#8C3F5D
(140,63,93)
#75364E
(117,54,78)
#5E2D3F
(94,45,63)
#472430
(71,36,48)
#301B21
(48,27,33)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #FF6CA8

#FF6CA8
(255,108,168)
#FF79AF
(255,121,175)
#FF86B6
(255,134,182)
#FF93BD
(255,147,189)
#FFA0C4
(255,160,196)
#FFADCB
(255,173,203)
#FFBAD2
(255,186,210)
#FFC7D9
(255,199,217)
#FFD4E0
(255,212,224)
#FFE1E7
(255,225,231)
#FFEEEE
(255,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6CA8 color. Also use rgb(255,108,168) instead hex code.

Text Font Color

.myTextColor { color: #FF6CA8; }

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

This text font color is #FF6CA8.


Background Color

.myBgColor { background-color: #FF6CA8; }

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

This div background color is #FF6CA8.


Border color

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

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

This div border color is #FF6CA8.


Opacity

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

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

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

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

This text has shadow with #FF6CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6CA8 on black background.


Color preview on white background

This text has color #FF6CA8 on white background.



Black color preview on #FF6CA8 background

This text has black color on #FF6CA8 background.


White color preview on #FF6CA8 background

This text has white color on #FF6CA8 background.