Color Hex Logo

#f6007d Color Hex

#F6007D
(246,0,125)
0 Favorites   0 Comments

Color spaces of #f6007d

RGB 2460125
HSL0.921.000.48
HSV330°100°96°
CMYK 0.001.000.49   0.04
XYZ41.707721.073521.2714
Yxy21.07350.49620.2507
Hunter Lab45.905981.84054.6609
CIE-Lab53.029882.41012.9678

#f6007d color RGB value is (246,0,125).

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

The process color (four color CMYK) of #f6007d color hex is 0.00, 1.00, 0.49, 0.04. Web safe color of #f6007d is #ff0066. Color #f6007d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 01111101
Octal 366 0 175
Decimal 246 0 125
Hex F6 0 7D

RGB Percentages of Color #f6007d

%66.31
%0.00
%33.69

CMYK Percentages of Color #f6007d

%0
%100
%49
%4

Triadic Colors of #f6007d

#f6007d #7df600 #007df6

Analogous Colors of #f6007d

#f6007d #f60002 #f400f6

Monochromatic Colors of #f6007d

#f6007d

Complementary Color

#f6007d #00f679

#f6007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6007d Color CSS Codes

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

#f6007d Text Font Color

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

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


#f6007d Background Color

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

This div background color is #f6007d


#f6007d Border Color

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

This div border color is #f6007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6007d


Comments

No comments written yet.

Please login to write comment.