COLOR #F615A0

HEX: #F615A0
RGB: (246,21,160)

Renk bilgisi

#F615A0 contains mainly red color. #F615A0 ‘ nin web güvenlik rengi #FF0099 (ya da #F09) dir.

RGB renk modeli

#F615A0 color RGB value is (246,21,160).

  • kırmız ton 246;
  • yeşil ton 21;
  • mavi ton 160.
RGB:
(246,21,160)
(96%,8%,63%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 21 of 255 = 8%
B 160 of 255 = 63%

246
21
160

R + G + B ~ 56%. #F615A0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 21 + 160 = 427 (100%)
R 246 of 427 ~ 57.61%
G 21 of 427 ~ 4.92%
B 160 of 427 ~ 37.47%

%57.61
%37.47

CMYK RENK MODELİ

#F615A0 rengi CMYK tonu (0,91,35,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.46%
  • sarı tonu 34.96%
  • ana renk tonu 3.53%
CMYK:
(0,91,35,4)
C0M91Y35K4 
(0%,91%,35%,4%)
(0.00/0.91/0.35/0.04)	

CMYK yüzdeleri

%0
%91.46
%34.96
%3.53

Codes

Color #F615A0 in popluar color models

F615A0
RGB24621160
HSL323°92.59%52.35%
HSB/HSV323°91.46%96.47%
CMYK0.00%91.46%34.96%
3.53%

Color #F615A0 in popluar number systems.

HEXF615A0
Decimal24621160
Binary111101101010110100000
Octal36625240

Shades and tints

Shades of #F615A0

#F615A0
(246,21,160)
#E01492
(224,20,146)
#CA1384
(202,19,132)
#B41276
(180,18,118)
#9E1168
(158,17,104)
#88105A
(136,16,90)
#720F4C
(114,15,76)
#5C0E3E
(92,14,62)
#460D30
(70,13,48)
#300C22
(48,12,34)
#1A0B14
(26,11,20)
#000000
(0,0,0)

Tints of #F615A0

#F615A0
(246,21,160)
#F62AA8
(246,42,168)
#F63FB0
(246,63,176)
#F654B8
(246,84,184)
#F669C0
(246,105,192)
#F67EC8
(246,126,200)
#F693D0
(246,147,208)
#F6A8D8
(246,168,216)
#F6BDE0
(246,189,224)
#F6D2E8
(246,210,232)
#F6E7F0
(246,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F615A0 color. Also use rgb(246,21,160) instead hex code.

Text Font Color

.myTextColor { color: #F615A0; }

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

This text font color is #F615A0.


Background Color

.myBgColor { background-color: #F615A0; }

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

This div background color is #F615A0.


Border color

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

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

This div border color is #F615A0.


Opacity

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

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

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

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

This text has shadow with #F615A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F615A0 on black background.


Color preview on white background

This text has color #F615A0 on white background.



Black color preview on #F615A0 background

This text has black color on #F615A0 background.


White color preview on #F615A0 background

This text has white color on #F615A0 background.