COLOR #F695FC

HEX: #F695FC
RGB: (246,149,252)

Color info

#F695FC contains mainly red and blue colors. Web safe color of #F695FC is #FF99FF (or #F9F).

RGB color model

#F695FC color RGB value is (246,149,252).

  • red value is 246;
  • green value is 149;
  • blue value is 252.
RGB:
(246,149,252)
(96%,58%,99%)

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 252 of 255 = 99%

246
149
252

R + G + B ~ 84%. #F695FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 149 + 252 = 647 (100%)
R 246 of 647 ~ 38.02%
G 149 of 647 ~ 23.03%
B 252 of 647 ~ 38.95%

%38.02
%23.03
%38.95

CMYK color model

#F695FC color CMYK value is (2,41,0,1).

  • cyan value is 2.38%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,41,0,1)
C2M41Y0K1 
(2%,41%,0%,1%)
(0.02/0.41/0.00/0.01)	

CMYK percentages

%2.38
%40.87
%0
%1.18

Codes

Color #F695FC in popluar color models

F695FC
RGB246149252
HSL297°94.50%78.63%
HSB/HSV297°40.87%98.82%
CMYK2.38%40.87%0.00%
1.18%

Color #F695FC in popluar number systems.

HEXF695FC
Decimal246149252
Binary111101101001010111111100
Octal366225374

Shades and tints

Shades of #F695FC

#F695FC
(246,149,252)
#E088E6
(224,136,230)
#CA7BD0
(202,123,208)
#B46EBA
(180,110,186)
#9E61A4
(158,97,164)
#88548E
(136,84,142)
#724778
(114,71,120)
#5C3A62
(92,58,98)
#462D4C
(70,45,76)
#302036
(48,32,54)
#1A1320
(26,19,32)
#000000
(0,0,0)

Tints of #F695FC

#F695FC
(246,149,252)
#F69EFC
(246,158,252)
#F6A7FC
(246,167,252)
#F6B0FC
(246,176,252)
#F6B9FC
(246,185,252)
#F6C2FC
(246,194,252)
#F6CBFC
(246,203,252)
#F6D4FC
(246,212,252)
#F6DDFC
(246,221,252)
#F6E6FC
(246,230,252)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F695FC color. Also use rgb(246,149,252) instead hex code.

Text Font Color

.myTextColor { color: #F695FC; }

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

This text font color is #F695FC.


Background Color

.myBgColor { background-color: #F695FC; }

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

This div background color is #F695FC.


Border color

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

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

This div border color is #F695FC.


Opacity

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

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

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

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

This text has shadow with #F695FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F695FC on black background.


Color preview on white background

This text has color #F695FC on white background.



Black color preview on #F695FC background

This text has black color on #F695FC background.


White color preview on #F695FC background

This text has white color on #F695FC background.