Color Hex Logo

#f006b5 Color Hex

#F006B5
(240,6,181)
0 Favorites   0 Comments

Color spaces of #f006b5

RGB 2406181
HSL0.880.950.48
HSV315°98°94°
CMYK 0.000.980.25   0.06
XYZ44.340821.991745.6239
Yxy21.99170.39610.1964
Hunter Lab46.895386.7099-24.8558
CIE-Lab54.018285.9831-28.9396

#f006b5 color RGB value is (240,6,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 10110101
Octal 360 6 265
Decimal 240 6 181
Hex F0 6 B5

RGB Percentages of Color #f006b5

%56.21
%1.41
%42.39

CMYK Percentages of Color #f006b5

%0
%98
%25
%6

Triadic Colors of #f006b5

#f006b5 #b5f006 #06b5f0

Analogous Colors of #f006b5

#f006b5 #f00640 #b606f0

Monochromatic Colors of #f006b5

#f006b5

Complementary Color

#f006b5 #06f041

#f006b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f006b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f006b5 Color CSS Codes

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

#f006b5 Text Font Color

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

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


#f006b5 Background Color

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

This div background color is #f006b5


#f006b5 Border Color

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

This div border color is #f006b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f006b5


Comments

No comments written yet.

Please login to write comment.