COLOR #F95063

HEX: #F95063
RGB: (249,80,99)

Renk bilgisi

#F95063 contains mainly red color. #F95063 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#F95063 color RGB value is (249,80,99).

  • kırmız ton 249;
  • yeşil ton 80;
  • mavi ton 99.
RGB:
(249,80,99)
(98%,31%,39%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 80 of 255 = 31%
B 99 of 255 = 39%

249
80
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 80 + 99 = 428 (100%)
R 249 of 428 ~ 58.18%
G 80 of 428 ~ 18.69%
B 99 of 428 ~ 23.13%

%58.18
%18.69
%23.13

CMYK RENK MODELİ

#F95063 rengi CMYK tonu (0,68,60,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.87%
  • sarı tonu 60.24%
  • ana renk tonu 2.35%
CMYK:
(0,68,60,2)
C0M68Y60K2 
(0%,68%,60%,2%)
(0.00/0.68/0.60/0.02)	

CMYK yüzdeleri

%0
%67.87
%60.24
%2.35

Codes

Color #F95063 in popluar color models

F95063
RGB2498099
HSL353°93.37%64.51%
HSB/HSV353°67.87%97.65%
CMYK0.00%67.87%60.24%
2.35%

Color #F95063 in popluar number systems.

HEXF95063
Decimal2498099
Binary1111100110100001100011
Octal371120143

Shades and tints

Shades of #F95063

#F95063
(249,80,99)
#E3495A
(227,73,90)
#CD4251
(205,66,81)
#B73B48
(183,59,72)
#A1343F
(161,52,63)
#8B2D36
(139,45,54)
#75262D
(117,38,45)
#5F1F24
(95,31,36)
#49181B
(73,24,27)
#331112
(51,17,18)
#1D0A09
(29,10,9)
#000000
(0,0,0)

Tints of #F95063

#F95063
(249,80,99)
#F95F71
(249,95,113)
#F96E7F
(249,110,127)
#F97D8D
(249,125,141)
#F98C9B
(249,140,155)
#F99BA9
(249,155,169)
#F9AAB7
(249,170,183)
#F9B9C5
(249,185,197)
#F9C8D3
(249,200,211)
#F9D7E1
(249,215,225)
#F9E6EF
(249,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95063 color. Also use rgb(249,80,99) instead hex code.

Text Font Color

.myTextColor { color: #F95063; }

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

This text font color is #F95063.


Background Color

.myBgColor { background-color: #F95063; }

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

This div background color is #F95063.


Border color

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

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

This div border color is #F95063.


Opacity

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

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

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

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

This text has shadow with #F95063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F95063 on black background.


Color preview on white background

This text has color #F95063 on white background.



Black color preview on #F95063 background

This text has black color on #F95063 background.


White color preview on #F95063 background

This text has white color on #F95063 background.