COLOR #F006F2

HEX: #F006F2
RGB: (240,6,242)

Renk bilgisi

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

RGB renk modeli

#F006F2 color RGB value is (240,6,242).

  • kırmız ton 240;
  • yeşil ton 6;
  • mavi ton 242.
RGB:
(240,6,242)
(94%,2%,95%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 6 of 255 = 2%
B 242 of 255 = 95%

240
6
242

R + G + B ~ 64%. #F006F2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 6 + 242 = 488 (100%)
R 240 of 488 ~ 49.18%
G 6 of 488 ~ 1.23%
B 242 of 488 ~ 49.59%

%49.18
%49.59

CMYK RENK MODELİ

#F006F2 rengi CMYK tonu (1,98,0,5).

  • camgöbeği tonu 0.83%
  • eflatun tonu 97.52%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(1,98,0,5)
C1M98Y0K5 
(1%,98%,0%,5%)
(0.01/0.98/0.00/0.05)	

CMYK yüzdeleri

%0.83
%97.52
%0
%5.1

Codes

Color #F006F2 in popluar color models

F006F2
RGB2406242
HSL299°95.16%48.63%
HSB/HSV299°97.52%94.90%
CMYK0.83%97.52%0.00%
5.10%

Color #F006F2 in popluar number systems.

HEXF006F2
Decimal2406242
Binary1111000011011110010
Octal3606362

Shades and tints

Shades of #F006F2

#F006F2
(240,6,242)
#DB06DC
(219,6,220)
#C606C6
(198,6,198)
#B106B0
(177,6,176)
#9C069A
(156,6,154)
#870684
(135,6,132)
#72066E
(114,6,110)
#5D0658
(93,6,88)
#480642
(72,6,66)
#33062C
(51,6,44)
#1E0616
(30,6,22)
#000000
(0,0,0)

Tints of #F006F2

#F006F2
(240,6,242)
#F11CF3
(241,28,243)
#F232F4
(242,50,244)
#F348F5
(243,72,245)
#F45EF6
(244,94,246)
#F574F7
(245,116,247)
#F68AF8
(246,138,248)
#F7A0F9
(247,160,249)
#F8B6FA
(248,182,250)
#F9CCFB
(249,204,251)
#FAE2FC
(250,226,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F006F2 color. Also use rgb(240,6,242) instead hex code.

Text Font Color

.myTextColor { color: #F006F2; }

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

This text font color is #F006F2.


Background Color

.myBgColor { background-color: #F006F2; }

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

This div background color is #F006F2.


Border color

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

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

This div border color is #F006F2.


Opacity

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

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

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

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

This text has shadow with #F006F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F006F2 on black background.


Color preview on white background

This text has color #F006F2 on white background.



Black color preview on #F006F2 background

This text has black color on #F006F2 background.


White color preview on #F006F2 background

This text has white color on #F006F2 background.