COLOR #F63A5A

HEX: #F63A5A
RGB: (246,58,90)

Renk bilgisi

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

RGB renk modeli

#F63A5A color RGB value is (246,58,90).

  • kırmız ton 246;
  • yeşil ton 58;
  • mavi ton 90.
RGB:
(246,58,90)
(96%,23%,35%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 58 of 255 = 23%
B 90 of 255 = 35%

246
58
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 58 + 90 = 394 (100%)
R 246 of 394 ~ 62.44%
G 58 of 394 ~ 14.72%
B 90 of 394 ~ 22.84%

%62.44
%14.72
%22.84

CMYK RENK MODELİ

#F63A5A rengi CMYK tonu (0,76,63,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.42%
  • sarı tonu 63.41%
  • ana renk tonu 3.53%
CMYK:
(0,76,63,4)
C0M76Y63K4 
(0%,76%,63%,4%)
(0.00/0.76/0.63/0.04)	

CMYK yüzdeleri

%0
%76.42
%63.41
%3.53

Codes

Color #F63A5A in popluar color models

F63A5A
RGB2465890
HSL350°91.26%59.61%
HSB/HSV350°76.42%96.47%
CMYK0.00%76.42%63.41%
3.53%

Color #F63A5A in popluar number systems.

HEXF63A5A
Decimal2465890
Binary111101101110101011010
Octal36672132

Shades and tints

Shades of #F63A5A

#F63A5A
(246,58,90)
#E03552
(224,53,82)
#CA304A
(202,48,74)
#B42B42
(180,43,66)
#9E263A
(158,38,58)
#882132
(136,33,50)
#721C2A
(114,28,42)
#5C1722
(92,23,34)
#46121A
(70,18,26)
#300D12
(48,13,18)
#1A080A
(26,8,10)
#000000
(0,0,0)

Tints of #F63A5A

#F63A5A
(246,58,90)
#F64B69
(246,75,105)
#F65C78
(246,92,120)
#F66D87
(246,109,135)
#F67E96
(246,126,150)
#F68FA5
(246,143,165)
#F6A0B4
(246,160,180)
#F6B1C3
(246,177,195)
#F6C2D2
(246,194,210)
#F6D3E1
(246,211,225)
#F6E4F0
(246,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63A5A color. Also use rgb(246,58,90) instead hex code.

Text Font Color

.myTextColor { color: #F63A5A; }

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

This text font color is #F63A5A.


Background Color

.myBgColor { background-color: #F63A5A; }

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

This div background color is #F63A5A.


Border color

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

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

This div border color is #F63A5A.


Opacity

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

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

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

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

This text has shadow with #F63A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63A5A on black background.


Color preview on white background

This text has color #F63A5A on white background.



Black color preview on #F63A5A background

This text has black color on #F63A5A background.


White color preview on #F63A5A background

This text has white color on #F63A5A background.