Color Hex Logo

#f6568d Color Hex

#F6568D
(246,86,141)
0 Favorites   0 Comments

Color spaces of #f6568d

RGB 24686141
HSL0.940.900.65
HSV339°65°96°
CMYK 0.000.650.43   0.04
XYZ46.141528.171528.2050
Yxy28.17150.45010.2748
Hunter Lab53.076862.29175.6471
CIE-Lab60.043465.19243.6165

#f6568d color RGB value is (246,86,141).

#f6568d hex color red value is 246, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f6568d hue: 0.94 , saturation: 0.90 and the lightness value of f6568d is 0.65.

The process color (four color CMYK) of #f6568d color hex is 0.00, 0.65, 0.43, 0.04. Web safe color of #f6568d is #ff6699. Color #f6568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010110 10001101
Octal 366 126 215
Decimal 246 86 141
Hex F6 56 8D

RGB Percentages of Color #f6568d

%52.01
%18.18
%29.81

CMYK Percentages of Color #f6568d

%0
%65
%43
%4

Triadic Colors of #f6568d

#f6568d #8df656 #568df6

Analogous Colors of #f6568d

#f6568d #f66f56 #f656dd

Monochromatic Colors of #f6568d

#f6568d

Complementary Color

#f6568d #56f6bf

#f6568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6568d Color CSS Codes

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

#f6568d Text Font Color

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

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


#f6568d Background Color

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

This div background color is #f6568d


#f6568d Border Color

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

This div border color is #f6568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6568d


Comments

No comments written yet.

Please login to write comment.