Color Hex Logo

#f65fef Color Hex

#F65FEF
(246,95,239)
0 Favorites   0 Comments

Color spaces of #f65fef

RGB 24695239
HSL0.840.890.67
HSV303°61°96°
CMYK 0.000.610.03   0.04
XYZ57.678234.009285.1858
Yxy34.00920.32610.1923
Hunter Lab58.317474.4880-45.7843
CIE-Lab64.969974.3044-44.6856

#f65fef color RGB value is (246,95,239).

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

The process color (four color CMYK) of #f65fef color hex is 0.00, 0.61, 0.03, 0.04. Web safe color of #f65fef is #ff66ff. Color #f65fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011111 11101111
Octal 366 137 357
Decimal 246 95 239
Hex F6 5F EF

RGB Percentages of Color #f65fef

%42.41
%16.38
%41.21

CMYK Percentages of Color #f65fef

%0
%61
%3
%4

Triadic Colors of #f65fef

#f65fef #eff65f #5feff6

Analogous Colors of #f65fef

#f65fef #f65fa4 #b25ff6

Monochromatic Colors of #f65fef

#f65fef

Complementary Color

#f65fef #5ff666

#f65fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65fef Color CSS Codes

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

#f65fef Text Font Color

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

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


#f65fef Background Color

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

This div background color is #f65fef


#f65fef Border Color

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

This div border color is #f65fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65fef


Comments

No comments written yet.

Please login to write comment.