COLOR #FF6CCA

HEX: #FF6CCA
RGB: (255,108,202)

Color info

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

RGB color model

#FF6CCA color RGB value is (255,108,202).

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

RGB channels and saturation

R 255 of 255 = 100%
G 108 of 255 = 42%
B 202 of 255 = 79%

255
108
202

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

Portions of RGB colors in percentages

R + G + B =
255 + 108 + 202 = 565 (100%)
R 255 of 565 ~ 45.13%
G 108 of 565 ~ 19.12%
B 202 of 565 ~ 35.75%

%45.13
%19.12
%35.75

CMYK color model

#FF6CCA color CMYK value is (0,58,21,0).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(0,58,21,0)
C0M58Y21K0 
(0%,58%,21%,0%)
(0.00/0.58/0.21/0.00)	

CMYK percentages

%0
%57.65
%20.78
%0

Codes

Color #FF6CCA in popluar color models

FF6CCA
RGB255108202
HSL322°100.00%71.18%
HSB/HSV322°57.65%100.00%
CMYK0.00%57.65%20.78%
0.00%

Color #FF6CCA in popluar number systems.

HEXFF6CCA
Decimal255108202
Binary11111111110110011001010
Octal377154312

Shades and tints

Shades of #FF6CCA

#FF6CCA
(255,108,202)
#E863B8
(232,99,184)
#D15AA6
(209,90,166)
#BA5194
(186,81,148)
#A34882
(163,72,130)
#8C3F70
(140,63,112)
#75365E
(117,54,94)
#5E2D4C
(94,45,76)
#47243A
(71,36,58)
#301B28
(48,27,40)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #FF6CCA

#FF6CCA
(255,108,202)
#FF79CE
(255,121,206)
#FF86D2
(255,134,210)
#FF93D6
(255,147,214)
#FFA0DA
(255,160,218)
#FFADDE
(255,173,222)
#FFBAE2
(255,186,226)
#FFC7E6
(255,199,230)
#FFD4EA
(255,212,234)
#FFE1EE
(255,225,238)
#FFEEF2
(255,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF6CCA; }

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

This text font color is #FF6CCA.


Background Color

.myBgColor { background-color: #FF6CCA; }

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

This div background color is #FF6CCA.


Border color

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

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

This div border color is #FF6CCA.


Opacity

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

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

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

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

This text has shadow with #FF6CCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6CCA on black background.


Color preview on white background

This text has color #FF6CCA on white background.



Black color preview on #FF6CCA background

This text has black color on #FF6CCA background.


White color preview on #FF6CCA background

This text has white color on #FF6CCA background.