COLOR #F608CB

HEX: #F608CB
RGB: (246,8,203)

Color info

#F608CB contains mainly red and blue colors. Web safe color of #F608CB is #FF00CC (or #F0C).

RGB color model

#F608CB color RGB value is (246,8,203).

  • red value is 246;
  • green value is 8;
  • blue value is 203.
RGB:
(246,8,203)
(96%,3%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 8 of 255 = 3%
B 203 of 255 = 80%

246
8
203

R + G + B ~ 60%. #F608CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
246 + 8 + 203 = 457 (100%)
R 246 of 457 ~ 53.83%
G 8 of 457 ~ 1.75%
B 203 of 457 ~ 44.42%

%53.83
%44.42

CMYK color model

#F608CB color CMYK value is (0,97,17,4).

  • cyan value is 0.00%
  • magenta value is 96.75%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(0,97,17,4)
C0M97Y17K4 
(0%,97%,17%,4%)
(0.00/0.97/0.17/0.04)	

CMYK percentages

%0
%96.75
%17.48
%3.53

Codes

Color #F608CB in popluar color models

F608CB
RGB2468203
HSL311°93.70%49.80%
HSB/HSV311°96.75%96.47%
CMYK0.00%96.75%17.48%
3.53%

Color #F608CB in popluar number systems.

HEXF608CB
Decimal2468203
Binary11110110100011001011
Octal36610313

Shades and tints

Shades of #F608CB

#F608CB
(246,8,203)
#E008B9
(224,8,185)
#CA08A7
(202,8,167)
#B40895
(180,8,149)
#9E0883
(158,8,131)
#880871
(136,8,113)
#72085F
(114,8,95)
#5C084D
(92,8,77)
#46083B
(70,8,59)
#300829
(48,8,41)
#1A0817
(26,8,23)
#000000
(0,0,0)

Tints of #F608CB

#F608CB
(246,8,203)
#F61ECF
(246,30,207)
#F634D3
(246,52,211)
#F64AD7
(246,74,215)
#F660DB
(246,96,219)
#F676DF
(246,118,223)
#F68CE3
(246,140,227)
#F6A2E7
(246,162,231)
#F6B8EB
(246,184,235)
#F6CEEF
(246,206,239)
#F6E4F3
(246,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F608CB color. Also use rgb(246,8,203) instead hex code.

Text Font Color

.myTextColor { color: #F608CB; }

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

This text font color is #F608CB.


Background Color

.myBgColor { background-color: #F608CB; }

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

This div background color is #F608CB.


Border color

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

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

This div border color is #F608CB.


Opacity

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

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

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

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

This text has shadow with #F608CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F608CB on black background.


Color preview on white background

This text has color #F608CB on white background.



Black color preview on #F608CB background

This text has black color on #F608CB background.


White color preview on #F608CB background

This text has white color on #F608CB background.