Color Hex Logo

#f60fef Color Hex

#F60FEF
(246,15,239)
0 Favorites   0 Comments

Color spaces of #f60fef

RGB 24615239
HSL0.840.930.51
HSV302°94°96°
CMYK 0.000.940.03   0.04
XYZ53.756826.166583.8787
Yxy26.16650.32820.1597
Hunter Lab51.153298.0672-61.4138
CIE-Lab58.194893.6882-55.4194

#f60fef color RGB value is (246,15,239).

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

The process color (four color CMYK) of #f60fef color hex is 0.00, 0.94, 0.03, 0.04. Web safe color of #f60fef is #ff00ff. Color #f60fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001111 11101111
Octal 366 17 357
Decimal 246 15 239
Hex F6 F EF

RGB Percentages of Color #f60fef

%49.20
%3.00
%47.80

CMYK Percentages of Color #f60fef

%0
%94
%3
%4

Triadic Colors of #f60fef

#f60fef #eff60f #0feff6

Analogous Colors of #f60fef

#f60fef #f60f7c #8a0ff6

Monochromatic Colors of #f60fef

#f60fef

Complementary Color

#f60fef #0ff616

#f60fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60fef Color CSS Codes

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

#f60fef Text Font Color

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

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


#f60fef Background Color

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

This div background color is #f60fef


#f60fef Border Color

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

This div border color is #f60fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60fef

Related Colors


Comments

No comments written yet.

Please login to write comment.