HEX: #F694DC
RGB: (246,148,220)
#F694DC enthält hauptsächlich rote und blaue Farbe. Für #F694DC ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #F694DC wird in RGB als (246,148,220) definiert.
RGB: (246,148,220) (96%,58%,86%)
R 246 von 255 = 96%
G 148 von 255 = 58%
B 220 von 255 = 86%
R + G + B ~ 80%. #F694DC ziemlich helle Farbe.
R + G + B =
246 + 148 + 220 = 614 (100%)
R 246 von 614 ~ 40.07%
G 148 von 614 ~ 24.1%
B 220 von 614 ~ 35.83%
Die Farbe #F694DC wird in CMYK als (0,40,11,4) definiert.
CMYK: (0,40,11,4) C0M40Y11K4 (0%,40%,11%,4%) (0.00/0.40/0.11/0.04)
F6 | 94 | DC | |
---|---|---|---|
RGB | 246 | 148 | 220 |
HSL | 316° | 84.48% | 77.25% |
HSB/HSV | 316° | 39.84% | 96.47% |
CMYK | 0.00% | 39.84% | 10.57% |
3.53% |
Hexadezimal | F6 | 94 | DC |
Dezimal | 246 | 148 | 220 |
Binär | 11110110 | 10010100 | 11011100 |
Oktal | 366 | 224 | 334 |
Beispiele css- und html für Elemente in der Farbe #F694DC. Bitte benutzen Sie auch rgb(246,148,220) statt hex-Code.
.myTextColor { color: #F694DC; }
<p style="color:#F694DC">This sample text font color is #F694DC.</p>
Die Farbe dieses Textes ist #F694DC.
.myBgColor { background-color: #F694DC; }
<div style="background-color:#F694DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F694DC.
.myBorderColor { border: 1px solid #F694DC; }
<div style="border:3px solid #F694DC">Div</div>
Die Grenzen von diesem div sind in Farbe #F694DC.
.myOpacity80 { color: #F694DC; opacity: 0.8; }
<p style="color:#F694DC;opacity:0.8;">80%</p>
Text in Farbe #F694DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F694DC;}
<p style="text-shadow: 3px 3px 1px #F694DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #F694DC.
.textShadow {text-shadow: 3px 3px 1px #F694DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F694DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F694DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F694DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F694DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F694DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F694DC; -webkit-box-shadow: 1px 1px 3px 2px #F694DC; box-shadow: 1px 1px 3px 2px #F694DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F694DC; -webkit-box-shadow: 1px 1px 3px 2px #F694DC; box-shadow:1px 1px 3px 2px #F694DC;">
Div content here</div>
Dieser Text ist in der Farbe #F694DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F694DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F694DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F694DC.