COLOR #F6A6FA

HEX: #F6A6FA
RGB: (246,166,250)

Renk bilgisi

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

RGB renk modeli

#F6A6FA color RGB value is (246,166,250).

  • kırmız ton 246;
  • yeşil ton 166;
  • mavi ton 250.
RGB:
(246,166,250)
(96%,65%,98%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 166 of 255 = 65%
B 250 of 255 = 98%

246
166
250

R + G + B ~ 86%. #F6A6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 166 + 250 = 662 (100%)
R 246 of 662 ~ 37.16%
G 166 of 662 ~ 25.08%
B 250 of 662 ~ 37.76%

%37.16
%25.08
%37.76

CMYK RENK MODELİ

#F6A6FA rengi CMYK tonu (2,34,0,2).

  • camgöbeği tonu 1.60%
  • eflatun tonu 33.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,34,0,2)
C2M34Y0K2 
(2%,34%,0%,2%)
(0.02/0.34/0.00/0.02)	

CMYK yüzdeleri

%1.6
%33.6
%0
%1.96

Codes

Color #F6A6FA in popluar color models

F6A6FA
RGB246166250
HSL297°89.36%81.57%
HSB/HSV297°33.60%98.04%
CMYK1.60%33.60%0.00%
1.96%

Color #F6A6FA in popluar number systems.

HEXF6A6FA
Decimal246166250
Binary111101101010011011111010
Octal366246372

Shades and tints

Shades of #F6A6FA

#F6A6FA
(246,166,250)
#E097E4
(224,151,228)
#CA88CE
(202,136,206)
#B479B8
(180,121,184)
#9E6AA2
(158,106,162)
#885B8C
(136,91,140)
#724C76
(114,76,118)
#5C3D60
(92,61,96)
#462E4A
(70,46,74)
#301F34
(48,31,52)
#1A101E
(26,16,30)
#000000
(0,0,0)

Tints of #F6A6FA

#F6A6FA
(246,166,250)
#F6AEFA
(246,174,250)
#F6B6FA
(246,182,250)
#F6BEFA
(246,190,250)
#F6C6FA
(246,198,250)
#F6CEFA
(246,206,250)
#F6D6FA
(246,214,250)
#F6DEFA
(246,222,250)
#F6E6FA
(246,230,250)
#F6EEFA
(246,238,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A6FA color. Also use rgb(246,166,250) instead hex code.

Text Font Color

.myTextColor { color: #F6A6FA; }

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

This text font color is #F6A6FA.


Background Color

.myBgColor { background-color: #F6A6FA; }

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

This div background color is #F6A6FA.


Border color

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

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

This div border color is #F6A6FA.


Opacity

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

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

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

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

This text has shadow with #F6A6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A6FA on black background.


Color preview on white background

This text has color #F6A6FA on white background.



Black color preview on #F6A6FA background

This text has black color on #F6A6FA background.


White color preview on #F6A6FA background

This text has white color on #F6A6FA background.