Color Hex Logo

#f60fee Color Hex

#F60FEE
(246,15,238)
0 Favorites   0 Comments

Color spaces of #f60fee

RGB 24615238
HSL0.840.930.51
HSV302°94°96°
CMYK 0.000.940.03   0.04
XYZ53.609526.107583.1026
Yxy26.10750.32930.1603
Hunter Lab51.095597.8654-60.6634
CIE-Lab58.138993.5507-54.9484

#f60fee color RGB value is (246,15,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001111 11101110
Octal 366 17 356
Decimal 246 15 238
Hex F6 F EE

RGB Percentages of Color #f60fee

%49.30
%3.01
%47.70

CMYK Percentages of Color #f60fee

%0
%94
%3
%4

Triadic Colors of #f60fee

#f60fee #eef60f #0feef6

Analogous Colors of #f60fee

#f60fee #f60f7b #8b0ff6

Monochromatic Colors of #f60fee

#f60fee

Complementary Color

#f60fee #0ff617

#f60fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60fee Color CSS Codes

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

#f60fee Text Font Color

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

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


#f60fee Background Color

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

This div background color is #f60fee


#f60fee Border Color

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

This div border color is #f60fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60fee


Comments

No comments written yet.

Please login to write comment.