Color Hex Logo

#f65fdf Color Hex

#F65FDF
(246,95,223)
0 Favorites   0 Comments

Color spaces of #f65fdf

RGB 24695223
HSL0.860.890.67
HSV309°61°96°
CMYK 0.000.610.09   0.04
XYZ55.417533.105073.2811
Yxy33.10500.34250.2046
Hunter Lab57.536971.2351-35.2380
CIE-Lab64.245871.8208-36.9150

#f65fdf color RGB value is (246,95,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 11011111
Octal 366 137 337
Decimal 246 95 223
Hex F6 5F DF

RGB Percentages of Color #f65fdf

%43.62
%16.84
%39.54

CMYK Percentages of Color #f65fdf

%0
%61
%9
%4

Triadic Colors of #f65fdf

#f65fdf #dff65f #5fdff6

Analogous Colors of #f65fdf

#f65fdf #f65f94 #c25ff6

Monochromatic Colors of #f65fdf

#f65fdf

Complementary Color

#f65fdf #5ff676

#f65fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fdf Color CSS Codes

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

#f65fdf Text Font Color

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

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


#f65fdf Background Color

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

This div background color is #f65fdf


#f65fdf Border Color

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

This div border color is #f65fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65fdf


Comments

No comments written yet.

Please login to write comment.