Color Hex Logo

#f6066b Color Hex

#F6066B
(246,6,107)
0 Favorites   0 Comments

Color spaces of #f6066b

RGB 2466107
HSL0.930.950.49
HSV335°98°96°
CMYK 0.000.980.57   0.04
XYZ40.725020.784615.7753
Yxy20.78460.52690.2689
Hunter Lab45.590179.668711.3973
CIE-Lab52.712980.768213.4271

#f6066b color RGB value is (246,6,107).

#f6066b hex color red value is 246, green value is 6 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f6066b hue: 0.93 , saturation: 0.95 and the lightness value of f6066b is 0.49.

The process color (four color CMYK) of #f6066b color hex is 0.00, 0.98, 0.57, 0.04. Web safe color of #f6066b is #ff0066. Color #f6066b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000110 01101011
Octal 366 6 153
Decimal 246 6 107
Hex F6 6 6B

RGB Percentages of Color #f6066b

%68.52
%1.67
%29.81

CMYK Percentages of Color #f6066b

%0
%98
%57
%4

Triadic Colors of #f6066b

#f6066b #6bf606 #066bf6

Analogous Colors of #f6066b

#f6066b #f61906 #f606e3

Monochromatic Colors of #f6066b

#f6066b

Complementary Color

#f6066b #06f691

#f6066b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6066b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6066b Color CSS Codes

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

#f6066b Text Font Color

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

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


#f6066b Background Color

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

This div background color is #f6066b


#f6066b Border Color

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

This div border color is #f6066b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6066b


Comments

No comments written yet.

Please login to write comment.