COLOR #F615F4

HEX: #F615F4
RGB: (246,21,244)

Renk bilgisi

#F615F4 contains mainly red and blue colors. #F615F4 ‘ nin web güvenlik rengi #FF00FF (ya da #F0F) dir.

RGB renk modeli

#F615F4 color RGB value is (246,21,244).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 21 of 255 = 8%
B 244 of 255 = 96%

246
21
244

R + G + B ~ 67%. #F615F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 21 + 244 = 511 (100%)
R 246 of 511 ~ 48.14%
G 21 of 511 ~ 4.11%
B 244 of 511 ~ 47.75%

%48.14
%47.75

CMYK RENK MODELİ

#F615F4 rengi CMYK tonu (0,91,1,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.46%
  • sarı tonu 0.81%
  • ana renk tonu 3.53%
CMYK:
(0,91,1,4)
C0M91Y1K4 
(0%,91%,1%,4%)
(0.00/0.91/0.01/0.04)	

CMYK yüzdeleri

%0
%91.46
%0.81
%3.53

Codes

Color #F615F4 in popluar color models

F615F4
RGB24621244
HSL301°92.59%52.35%
HSB/HSV301°91.46%96.47%
CMYK0.00%91.46%0.81%
3.53%

Color #F615F4 in popluar number systems.

HEXF615F4
Decimal24621244
Binary111101101010111110100
Octal36625364

Shades and tints

Shades of #F615F4

#F615F4
(246,21,244)
#E014DE
(224,20,222)
#CA13C8
(202,19,200)
#B412B2
(180,18,178)
#9E119C
(158,17,156)
#881086
(136,16,134)
#720F70
(114,15,112)
#5C0E5A
(92,14,90)
#460D44
(70,13,68)
#300C2E
(48,12,46)
#1A0B18
(26,11,24)
#000000
(0,0,0)

Tints of #F615F4

#F615F4
(246,21,244)
#F62AF5
(246,42,245)
#F63FF6
(246,63,246)
#F654F7
(246,84,247)
#F669F8
(246,105,248)
#F67EF9
(246,126,249)
#F693FA
(246,147,250)
#F6A8FB
(246,168,251)
#F6BDFC
(246,189,252)
#F6D2FD
(246,210,253)
#F6E7FE
(246,231,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F615F4; }

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

This text font color is #F615F4.


Background Color

.myBgColor { background-color: #F615F4; }

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

This div background color is #F615F4.


Border color

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

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

This div border color is #F615F4.


Opacity

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

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

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

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

This text has shadow with #F615F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F615F4 on black background.


Color preview on white background

This text has color #F615F4 on white background.



Black color preview on #F615F4 background

This text has black color on #F615F4 background.


White color preview on #F615F4 background

This text has white color on #F615F4 background.