Color Hex Logo

#f65993 Color Hex

#F65993
(246,89,147)
0 Favorites   0 Comments

Color spaces of #f65993

RGB 24689147
HSL0.940.900.66
HSV338°64°96°
CMYK 0.000.640.40   0.04
XYZ46.844928.844230.7022
Yxy28.84420.44030.2711
Hunter Lab53.706861.70693.7008
CIE-Lab60.643964.59070.9952

#f65993 color RGB value is (246,89,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011001 10010011
Octal 366 131 223
Decimal 246 89 147
Hex F6 59 93

RGB Percentages of Color #f65993

%51.04
%18.46
%30.50

CMYK Percentages of Color #f65993

%0
%64
%40
%4

Triadic Colors of #f65993

#f65993 #93f659 #5993f6

Analogous Colors of #f65993

#f65993 #f66e59 #f659e2

Monochromatic Colors of #f65993

#f65993

Complementary Color

#f65993 #59f6bc

#f65993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65993 Color CSS Codes

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

#f65993 Text Font Color

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

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


#f65993 Background Color

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

This div background color is #f65993


#f65993 Border Color

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

This div border color is #f65993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,89,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 #f65993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65993


Comments

No comments written yet.

Please login to write comment.