COLOR #F696FF

HEX: #F696FF RGB: (246,150,255)

Renk bilgisi

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

RGB renk modeli

#F696FF color RGB value is (246,150,255).

RGB: (246,150,255) (96%, 59%, 100%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 150 of 255 = 59%
B 255 of 255 = 100%

246
150
255

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

Yüzdelerle RGB renk parçaları

R + G + B = 246 + 150 + 255 = 651 (100%)
R 246 of 651 ~ 37.79%
G 150 of 651 ~ 23.04%
B 255 of 651 ~ 39.17'%

%37.79
%23.04
%39.17

CMYK RENK MODELİ

#F696FF rengi CMYK tonu (4,41,0,0).

  • camgöbeği tonu 3.53%
  • eflatun tonu 41.18%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (4,41,0,0)
C4M41Y0K0 (4%, 41%, 0%, 0%)
(0.04 / 0.41 / 0.00 / 0.00)

CMYK yüzdeleri

%3.53
%41.18
%0
%0

Codes

Color #F696FF in popluar color models

F6 96 FF
RGB 246 150 255
HSL 295° 100.00% 79.41%
HSB/HSV 295° 41.18% 100.00%
CMYK 3.53% 41.18% 0.00%
0.00%

Color #F696FF in popluar number systems.

HEX F6 96 FF
Decimal 246 150 255
Binary 11110110 10010110 11111111
Octal 366 226 377

Shades and tints

Shades of #F696FF

#F696FF
(246,150,255)
#E089E8
(224,137,232)
#CA7CD1
(202,124,209)
#B46FBA
(180,111,186)
#9E62A3
(158,98,163)
#88558C
(136,85,140)
#724875
(114,72,117)
#5C3B5E
(92,59,94)
#462E47
(70,46,71)
#302130
(48,33,48)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #F696FF

#F696FF
(246,150,255)
#F69FFF
(246,159,255)
#F6A8FF
(246,168,255)
#F6B1FF
(246,177,255)
#F6BAFF
(246,186,255)
#F6C3FF
(246,195,255)
#F6CCFF
(246,204,255)
#F6D5FF
(246,213,255)
#F6DEFF
(246,222,255)
#F6E7FF
(246,231,255)
#F6F0FF
(246,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F696FF color. Also use rgb(246,150,255) instead hex code.

Text Font Color

.myTextColor { color: #F696FF; }

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

This text font color is #F696FF.

Background Color

.myBgColor { background-color: #F696FF; }

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

This div background color is #F696FF.

Border color

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

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

This div border color is #F696FF.

Opacity

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

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

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

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

This text has shadow with #F696FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F696FF.

Preview

Color preview on black background

This text has color #F696FF on black background.


Color preview on white background

This text has color #F696FF on white background.


Black color preview on #F696FF background

This text has black color on #F696FF background.


White color preview on #F696FF background

This text has white color on #F696FF background.


Related colors

Complementary color

Complementary color for #hex is #096900.


I love getcolorcode.com

Triadic colors

1 #FFF696 and #96FFF6 with #F696FF are triadic colors.

2 #FF96F6 and #96F6FF with #F696FF are triadic colors.