COLOR #F697FD

HEX: #F697FD
RGB: (246,151,253)

Renk bilgisi

#F697FD contains mainly red and blue colors. #F697FD ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#F697FD color RGB value is (246,151,253).

  • kırmız ton 246;
  • yeşil ton 151;
  • mavi ton 253.
RGB:
(246,151,253)
(96%,59%,99%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 151 of 255 = 59%
B 253 of 255 = 99%

246
151
253

R + G + B ~ 85%. #F697FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 151 + 253 = 650 (100%)
R 246 of 650 ~ 37.85%
G 151 of 650 ~ 23.23%
B 253 of 650 ~ 38.92%

%37.85
%23.23
%38.92

CMYK RENK MODELİ

#F697FD rengi CMYK tonu (3,40,0,1).

  • camgöbeği tonu 2.77%
  • eflatun tonu 40.32%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(3,40,0,1)
C3M40Y0K1 
(3%,40%,0%,1%)
(0.03/0.40/0.00/0.01)	

CMYK yüzdeleri

%2.77
%40.32
%0
%0.78

Codes

Color #F697FD in popluar color models

F697FD
RGB246151253
HSL296°96.23%79.22%
HSB/HSV296°40.32%99.22%
CMYK2.77%40.32%0.00%
0.78%

Color #F697FD in popluar number systems.

HEXF697FD
Decimal246151253
Binary111101101001011111111101
Octal366227375

Shades and tints

Shades of #F697FD

#F697FD
(246,151,253)
#E08AE6
(224,138,230)
#CA7DCF
(202,125,207)
#B470B8
(180,112,184)
#9E63A1
(158,99,161)
#88568A
(136,86,138)
#724973
(114,73,115)
#5C3C5C
(92,60,92)
#462F45
(70,47,69)
#30222E
(48,34,46)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #F697FD

#F697FD
(246,151,253)
#F6A0FD
(246,160,253)
#F6A9FD
(246,169,253)
#F6B2FD
(246,178,253)
#F6BBFD
(246,187,253)
#F6C4FD
(246,196,253)
#F6CDFD
(246,205,253)
#F6D6FD
(246,214,253)
#F6DFFD
(246,223,253)
#F6E8FD
(246,232,253)
#F6F1FD
(246,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F697FD color. Also use rgb(246,151,253) instead hex code.

Text Font Color

.myTextColor { color: #F697FD; }

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

This text font color is #F697FD.


Background Color

.myBgColor { background-color: #F697FD; }

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

This div background color is #F697FD.


Border color

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

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

This div border color is #F697FD.


Opacity

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

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

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

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

This text has shadow with #F697FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F697FD on black background.


Color preview on white background

This text has color #F697FD on white background.



Black color preview on #F697FD background

This text has black color on #F697FD background.


White color preview on #F697FD background

This text has white color on #F697FD background.