Color Hex Logo

#f006c8 Color Hex

#F006C8
(240,6,200)
0 Favorites   0 Comments

Color spaces of #f006c8

RGB 2406200
HSL0.860.950.48
HSV310°98°94°
CMYK 0.000.980.17   0.06
XYZ46.425622.825656.6025
Yxy22.82560.36890.1814
Hunter Lab47.776189.8459-36.8002
CIE-Lab54.892288.2004-38.5852

#f006c8 color RGB value is (240,6,200).

#f006c8 hex color red value is 240, green value is 6 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #f006c8 hue: 0.86 , saturation: 0.95 and the lightness value of f006c8 is 0.48.

The process color (four color CMYK) of #f006c8 color hex is 0.00, 0.98, 0.17, 0.06. Web safe color of #f006c8 is #ff00cc. Color #f006c8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 11001000
Octal 360 6 310
Decimal 240 6 200
Hex F0 6 C8

RGB Percentages of Color #f006c8

%53.81
%1.35
%44.84

CMYK Percentages of Color #f006c8

%0
%98
%17
%6

Triadic Colors of #f006c8

#f006c8 #c8f006 #06c8f0

Analogous Colors of #f006c8

#f006c8 #f00653 #a306f0

Monochromatic Colors of #f006c8

#f006c8

Complementary Color

#f006c8 #06f02e

#f006c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f006c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f006c8 Color CSS Codes

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

#f006c8 Text Font Color

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

This sample text font color is #f006c8
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.


#f006c8 Background Color

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

This div background color is #f006c8


#f006c8 Border Color

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

This div border color is #f006c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,6,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f006c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f006c8;
  -webkit-box-shadow: 1px 1px 3px 2px #f006c8;
  box-shadow:         1px 1px 3px 2px #f006c8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,6,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f006c8


Comments

No comments written yet.

Please login to write comment.