Color Hex Logo

#f600de Color Hex

#F600DE
(246,0,222)
0 Favorites   0 Comments

Color spaces of #f600de

RGB 2460222
HSL0.851.000.48
HSV306°100°96°
CMYK 0.001.000.10   0.04
XYZ51.190924.866871.2089
Yxy24.86680.34760.1689
Hunter Lab49.866695.9737-49.7587
CIE-Lab56.945492.3869-47.8341

#f600de color RGB value is (246,0,222).

#f600de hex color red value is 246, green value is 0 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f600de hue: 0.85 , saturation: 1.00 and the lightness value of f600de is 0.48.

The process color (four color CMYK) of #f600de color hex is 0.00, 1.00, 0.10, 0.04. Web safe color of #f600de is #ff00cc. Color #f600de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 11011110
Octal 366 0 336
Decimal 246 0 222
Hex F6 0 DE

RGB Percentages of Color #f600de

%52.56
%0.00
%47.44

CMYK Percentages of Color #f600de

%0
%100
%10
%4

Triadic Colors of #f600de

#f600de #def600 #00def6

Analogous Colors of #f600de

#f600de #f60063 #9300f6

Monochromatic Colors of #f600de

#f600de

Complementary Color

#f600de #00f618

#f600de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f600de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f600de Color CSS Codes

.mybgcolor {background-color:#f600de; } 
.myforecolor {color:#f600de; }
.mybordercolor {border:3px solid #f600de; }

#f600de Text Font Color

<p style="color:#f600de">Text here</p>

This sample text font color is #f600de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f600de Background Color

<div style="background-color:#f600de">
Div content here</div>

This div background color is #f600de


#f600de Border Color

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

This div border color is #f600de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,0,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f600de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f600de;
  -webkit-box-shadow: 1px 1px 3px 2px #f600de;
  box-shadow:         1px 1px 3px 2px #f600de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,0,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f600de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f600de;
  -webkit-box-shadow: 1px 1px 3px 2px #f600de;
  box-shadow:         1px 1px 3px 2px #f600de;">
Div content here</div>

This div box has shadow with color #f600de


Comments

No comments written yet.

Please login to write comment.