Color Hex Logo

#f65693 Color Hex

#F65693
(246,86,147)
0 Favorites   0 Comments

Color spaces of #f65693

RGB 24686147
HSL0.940.900.65
HSV337°65°96°
CMYK 0.000.650.40   0.04
XYZ46.600328.355030.6207
Yxy28.35500.44140.2686
Hunter Lab53.249463.02473.1803
CIE-Lab60.208165.78040.3600

#f65693 color RGB value is (246,86,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010110 10010011
Octal 366 126 223
Decimal 246 86 147
Hex F6 56 93

RGB Percentages of Color #f65693

%51.36
%17.95
%30.69

CMYK Percentages of Color #f65693

%0
%65
%40
%4

Triadic Colors of #f65693

#f65693 #93f656 #5693f6

Analogous Colors of #f65693

#f65693 #f66956 #f656e3

Monochromatic Colors of #f65693

#f65693

Complementary Color

#f65693 #56f6b9

#f65693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65693 Color CSS Codes

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

#f65693 Text Font Color

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

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


#f65693 Background Color

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

This div background color is #f65693


#f65693 Border Color

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

This div border color is #f65693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65693

Related Colors


Comments

No comments written yet.

Please login to write comment.