COLOR #F694DD

HEX: #F694DD
RGB: (246,148,221)

Renk bilgisi

#F694DD contains mainly red and blue colors. #F694DD ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F694DD color RGB value is (246,148,221).

  • kırmız ton 246;
  • yeşil ton 148;
  • mavi ton 221.
RGB:
(246,148,221)
(96%,58%,87%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 148 of 255 = 58%
B 221 of 255 = 87%

246
148
221

R + G + B ~ 80%. #F694DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 148 + 221 = 615 (100%)
R 246 of 615 ~ 40%
G 148 of 615 ~ 24.07%
B 221 of 615 ~ 35.93%

%40
%24.07
%35.93

CMYK RENK MODELİ

#F694DD rengi CMYK tonu (0,40,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.84%
  • sarı tonu 10.16%
  • ana renk tonu 3.53%
CMYK:
(0,40,10,4)
C0M40Y10K4 
(0%,40%,10%,4%)
(0.00/0.40/0.10/0.04)	

CMYK yüzdeleri

%0
%39.84
%10.16
%3.53

Codes

Color #F694DD in popluar color models

F694DD
RGB246148221
HSL315°84.48%77.25%
HSB/HSV315°39.84%96.47%
CMYK0.00%39.84%10.16%
3.53%

Color #F694DD in popluar number systems.

HEXF694DD
Decimal246148221
Binary111101101001010011011101
Octal366224335

Shades and tints

Shades of #F694DD

#F694DD
(246,148,221)
#E087C9
(224,135,201)
#CA7AB5
(202,122,181)
#B46DA1
(180,109,161)
#9E608D
(158,96,141)
#885379
(136,83,121)
#724665
(114,70,101)
#5C3951
(92,57,81)
#462C3D
(70,44,61)
#301F29
(48,31,41)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #F694DD

#F694DD
(246,148,221)
#F69DE0
(246,157,224)
#F6A6E3
(246,166,227)
#F6AFE6
(246,175,230)
#F6B8E9
(246,184,233)
#F6C1EC
(246,193,236)
#F6CAEF
(246,202,239)
#F6D3F2
(246,211,242)
#F6DCF5
(246,220,245)
#F6E5F8
(246,229,248)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F694DD color. Also use rgb(246,148,221) instead hex code.

Text Font Color

.myTextColor { color: #F694DD; }

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

This text font color is #F694DD.


Background Color

.myBgColor { background-color: #F694DD; }

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

This div background color is #F694DD.


Border color

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

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

This div border color is #F694DD.


Opacity

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

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

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

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

This text has shadow with #F694DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F694DD on black background.


Color preview on white background

This text has color #F694DD on white background.



Black color preview on #F694DD background

This text has black color on #F694DD background.


White color preview on #F694DD background

This text has white color on #F694DD background.