Color Hex Logo

#f65fde Color Hex

#F65FDE
(246,95,222)
0 Favorites   0 Comments

Color spaces of #f65fde

RGB 24695222
HSL0.860.890.67
HSV310°61°96°
CMYK 0.000.610.10   0.04
XYZ55.283133.051272.5730
Yxy33.05120.34360.2054
Hunter Lab57.490271.0395-34.6019
CIE-Lab64.202371.6703-36.4236

#f65fde color RGB value is (246,95,222).

#f65fde hex color red value is 246, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f65fde hue: 0.86 , saturation: 0.89 and the lightness value of f65fde is 0.67.

The process color (four color CMYK) of #f65fde color hex is 0.00, 0.61, 0.10, 0.04. Web safe color of #f65fde is #ff66cc. Color #f65fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 11011110
Octal 366 137 336
Decimal 246 95 222
Hex F6 5F DE

RGB Percentages of Color #f65fde

%43.69
%16.87
%39.43

CMYK Percentages of Color #f65fde

%0
%61
%10
%4

Triadic Colors of #f65fde

#f65fde #def65f #5fdef6

Analogous Colors of #f65fde

#f65fde #f65f93 #c35ff6

Monochromatic Colors of #f65fde

#f65fde

Complementary Color

#f65fde #5ff677

#f65fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fde Color CSS Codes

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

#f65fde Text Font Color

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

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


#f65fde Background Color

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

This div background color is #f65fde


#f65fde Border Color

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

This div border color is #f65fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65fde

Related Colors


Comments

No comments written yet.

Please login to write comment.