COLOR #F63459

HEX: #F63459
RGB: (246,52,89)

Renk bilgisi

#F63459 contains mainly red color. #F63459 ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#F63459 color RGB value is (246,52,89).

  • kırmız ton 246;
  • yeşil ton 52;
  • mavi ton 89.
RGB:
(246,52,89)
(96%,20%,35%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 52 of 255 = 20%
B 89 of 255 = 35%

246
52
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 52 + 89 = 387 (100%)
R 246 of 387 ~ 63.57%
G 52 of 387 ~ 13.44%
B 89 of 387 ~ 23%

%63.57
%13.44
%23

CMYK RENK MODELİ

#F63459 rengi CMYK tonu (0,79,64,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.86%
  • sarı tonu 63.82%
  • ana renk tonu 3.53%
CMYK:
(0,79,64,4)
C0M79Y64K4 
(0%,79%,64%,4%)
(0.00/0.79/0.64/0.04)	

CMYK yüzdeleri

%0
%78.86
%63.82
%3.53

Codes

Color #F63459 in popluar color models

F63459
RGB2465289
HSL349°91.51%58.43%
HSB/HSV349°78.86%96.47%
CMYK0.00%78.86%63.82%
3.53%

Color #F63459 in popluar number systems.

HEXF63459
Decimal2465289
Binary111101101101001011001
Octal36664131

Shades and tints

Shades of #F63459

#F63459
(246,52,89)
#E03051
(224,48,81)
#CA2C49
(202,44,73)
#B42841
(180,40,65)
#9E2439
(158,36,57)
#882031
(136,32,49)
#721C29
(114,28,41)
#5C1821
(92,24,33)
#461419
(70,20,25)
#301011
(48,16,17)
#1A0C09
(26,12,9)
#000000
(0,0,0)

Tints of #F63459

#F63459
(246,52,89)
#F64668
(246,70,104)
#F65877
(246,88,119)
#F66A86
(246,106,134)
#F67C95
(246,124,149)
#F68EA4
(246,142,164)
#F6A0B3
(246,160,179)
#F6B2C2
(246,178,194)
#F6C4D1
(246,196,209)
#F6D6E0
(246,214,224)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63459 color. Also use rgb(246,52,89) instead hex code.

Text Font Color

.myTextColor { color: #F63459; }

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

This text font color is #F63459.


Background Color

.myBgColor { background-color: #F63459; }

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

This div background color is #F63459.


Border color

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

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

This div border color is #F63459.


Opacity

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

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

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

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

This text has shadow with #F63459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63459 on black background.


Color preview on white background

This text has color #F63459 on white background.



Black color preview on #F63459 background

This text has black color on #F63459 background.


White color preview on #F63459 background

This text has white color on #F63459 background.