COLOR #F690C8

HEX: #F690C8
RGB: (246,144,200)

Color info

#F690C8 contains mainly red and blue colors. Web safe color of #F690C8 is #FF99CC (or #F9C).

RGB color model

#F690C8 color RGB value is (246,144,200).

  • red value is 246;
  • green value is 144;
  • blue value is 200.
RGB:
(246,144,200)
(96%,56%,78%)

RGB channels and saturation

R 246 of 255 = 96%
G 144 of 255 = 56%
B 200 of 255 = 78%

246
144
200

R + G + B ~ 77%. #F690C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 144 + 200 = 590 (100%)
R 246 of 590 ~ 41.69%
G 144 of 590 ~ 24.41%
B 200 of 590 ~ 33.9%

%41.69
%24.41
%33.9

CMYK color model

#F690C8 color CMYK value is (0,41,19,4).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 18.70%
  • key color value is 3.53%
CMYK:
(0,41,19,4)
C0M41Y19K4 
(0%,41%,19%,4%)
(0.00/0.41/0.19/0.04)	

CMYK percentages

%0
%41.46
%18.7
%3.53

Codes

Color #F690C8 in popluar color models

F690C8
RGB246144200
HSL327°85.00%76.47%
HSB/HSV327°41.46%96.47%
CMYK0.00%41.46%18.70%
3.53%

Color #F690C8 in popluar number systems.

HEXF690C8
Decimal246144200
Binary111101101001000011001000
Octal366220310

Shades and tints

Shades of #F690C8

#F690C8
(246,144,200)
#E083B6
(224,131,182)
#CA76A4
(202,118,164)
#B46992
(180,105,146)
#9E5C80
(158,92,128)
#884F6E
(136,79,110)
#72425C
(114,66,92)
#5C354A
(92,53,74)
#462838
(70,40,56)
#301B26
(48,27,38)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #F690C8

#F690C8
(246,144,200)
#F69ACD
(246,154,205)
#F6A4D2
(246,164,210)
#F6AED7
(246,174,215)
#F6B8DC
(246,184,220)
#F6C2E1
(246,194,225)
#F6CCE6
(246,204,230)
#F6D6EB
(246,214,235)
#F6E0F0
(246,224,240)
#F6EAF5
(246,234,245)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F690C8 color. Also use rgb(246,144,200) instead hex code.

Text Font Color

.myTextColor { color: #F690C8; }

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

This text font color is #F690C8.


Background Color

.myBgColor { background-color: #F690C8; }

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

This div background color is #F690C8.


Border color

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

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

This div border color is #F690C8.


Opacity

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

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

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

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

This text has shadow with #F690C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F690C8 on black background.


Color preview on white background

This text has color #F690C8 on white background.



Black color preview on #F690C8 background

This text has black color on #F690C8 background.


White color preview on #F690C8 background

This text has white color on #F690C8 background.