COLOR #F693FC

HEX: #F693FC
RGB: (246,147,252)

Renk bilgisi

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

RGB renk modeli

#F693FC color RGB value is (246,147,252).

  • kırmız ton 246;
  • yeşil ton 147;
  • mavi ton 252.
RGB:
(246,147,252)
(96%,58%,99%)

RGB bağlantıları ve doygunluk

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

246
147
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 147 + 252 = 645 (100%)
R 246 of 645 ~ 38.14%
G 147 of 645 ~ 22.79%
B 252 of 645 ~ 39.07%

%38.14
%22.79
%39.07

CMYK RENK MODELİ

#F693FC rengi CMYK tonu (2,42,0,1).

  • camgöbeği tonu 2.38%
  • eflatun tonu 41.67%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(2,42,0,1)
C2M42Y0K1 
(2%,42%,0%,1%)
(0.02/0.42/0.00/0.01)	

CMYK yüzdeleri

%2.38
%41.67
%0
%1.18

Codes

Color #F693FC in popluar color models

F693FC
RGB246147252
HSL297°94.59%78.24%
HSB/HSV297°41.67%98.82%
CMYK2.38%41.67%0.00%
1.18%

Color #F693FC in popluar number systems.

HEXF693FC
Decimal246147252
Binary111101101001001111111100
Octal366223374

Shades and tints

Shades of #F693FC

#F693FC
(246,147,252)
#E086E6
(224,134,230)
#CA79D0
(202,121,208)
#B46CBA
(180,108,186)
#9E5FA4
(158,95,164)
#88528E
(136,82,142)
#724578
(114,69,120)
#5C3862
(92,56,98)
#462B4C
(70,43,76)
#301E36
(48,30,54)
#1A1120
(26,17,32)
#000000
(0,0,0)

Tints of #F693FC

#F693FC
(246,147,252)
#F69CFC
(246,156,252)
#F6A5FC
(246,165,252)
#F6AEFC
(246,174,252)
#F6B7FC
(246,183,252)
#F6C0FC
(246,192,252)
#F6C9FC
(246,201,252)
#F6D2FC
(246,210,252)
#F6DBFC
(246,219,252)
#F6E4FC
(246,228,252)
#F6EDFC
(246,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F693FC; }

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

This text font color is #F693FC.


Background Color

.myBgColor { background-color: #F693FC; }

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

This div background color is #F693FC.


Border color

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

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

This div border color is #F693FC.


Opacity

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

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

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

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

This text has shadow with #F693FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F693FC on black background.


Color preview on white background

This text has color #F693FC on white background.



Black color preview on #F693FC background

This text has black color on #F693FC background.


White color preview on #F693FC background

This text has white color on #F693FC background.