Color Hex Logo

#f60fdf Color Hex

#F60FDF
(246,15,223)
0 Favorites   0 Comments

Color spaces of #f60fdf

RGB 24615223
HSL0.850.930.51
HSV306°94°96°
CMYK 0.000.940.09   0.04
XYZ51.496125.262271.9740
Yxy25.26220.34620.1699
Hunter Lab50.261594.9269-49.7196
CIE-Lab57.330091.5360-47.7905

#f60fdf color RGB value is (246,15,223).

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

The process color (four color CMYK) of #f60fdf color hex is 0.00, 0.94, 0.09, 0.04. Web safe color of #f60fdf is #ff00cc. Color #f60fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001111 11011111
Octal 366 17 337
Decimal 246 15 223
Hex F6 F DF

RGB Percentages of Color #f60fdf

%50.83
%3.10
%46.07

CMYK Percentages of Color #f60fdf

%0
%94
%9
%4

Triadic Colors of #f60fdf

#f60fdf #dff60f #0fdff6

Analogous Colors of #f60fdf

#f60fdf #f60f6c #9a0ff6

Monochromatic Colors of #f60fdf

#f60fdf

Complementary Color

#f60fdf #0ff626

#f60fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60fdf Color CSS Codes

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

#f60fdf Text Font Color

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

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


#f60fdf Background Color

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

This div background color is #f60fdf


#f60fdf Border Color

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

This div border color is #f60fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60fdf


Comments

No comments written yet.

Please login to write comment.