COLOR #F688FC

HEX: #F688FC
RGB: (246,136,252)

Renk bilgisi

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

RGB renk modeli

#F688FC color RGB value is (246,136,252).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 136 of 255 = 53%
B 252 of 255 = 99%

246
136
252

R + G + B ~ 83%. #F688FC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 136 + 252 = 634 (100%)
R 246 of 634 ~ 38.8%
G 136 of 634 ~ 21.45%
B 252 of 634 ~ 39.75%

%38.8
%21.45
%39.75

CMYK RENK MODELİ

#F688FC rengi CMYK tonu (2,46,0,1).

  • camgöbeği tonu 2.38%
  • eflatun tonu 46.03%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(2,46,0,1)
C2M46Y0K1 
(2%,46%,0%,1%)
(0.02/0.46/0.00/0.01)	

CMYK yüzdeleri

%2.38
%46.03
%0
%1.18

Codes

Color #F688FC in popluar color models

F688FC
RGB246136252
HSL297°95.08%76.08%
HSB/HSV297°46.03%98.82%
CMYK2.38%46.03%0.00%
1.18%

Color #F688FC in popluar number systems.

HEXF688FC
Decimal246136252
Binary111101101000100011111100
Octal366210374

Shades and tints

Shades of #F688FC

#F688FC
(246,136,252)
#E07CE6
(224,124,230)
#CA70D0
(202,112,208)
#B464BA
(180,100,186)
#9E58A4
(158,88,164)
#884C8E
(136,76,142)
#724078
(114,64,120)
#5C3462
(92,52,98)
#46284C
(70,40,76)
#301C36
(48,28,54)
#1A1020
(26,16,32)
#000000
(0,0,0)

Tints of #F688FC

#F688FC
(246,136,252)
#F692FC
(246,146,252)
#F69CFC
(246,156,252)
#F6A6FC
(246,166,252)
#F6B0FC
(246,176,252)
#F6BAFC
(246,186,252)
#F6C4FC
(246,196,252)
#F6CEFC
(246,206,252)
#F6D8FC
(246,216,252)
#F6E2FC
(246,226,252)
#F6ECFC
(246,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F688FC; }

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

This text font color is #F688FC.


Background Color

.myBgColor { background-color: #F688FC; }

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

This div background color is #F688FC.


Border color

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

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

This div border color is #F688FC.


Opacity

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

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

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

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

This text has shadow with #F688FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F688FC on black background.


Color preview on white background

This text has color #F688FC on white background.



Black color preview on #F688FC background

This text has black color on #F688FC background.


White color preview on #F688FC background

This text has white color on #F688FC background.