Color Hex Logo

#f60fbc Color Hex

#F60FBC
(246,15,188)
0 Favorites   0 Comments

Color spaces of #f60fbc

RGB 24615188
HSL0.880.930.51
HSV315°94°96°
CMYK 0.000.940.24   0.04
XYZ47.254023.565349.6350
Yxy23.56530.39230.1956
Hunter Lab48.544188.8040-26.6415
CIE-Lab55.649987.2629-30.3895

#f60fbc color RGB value is (246,15,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001111 10111100
Octal 366 17 274
Decimal 246 15 188
Hex F6 F BC

RGB Percentages of Color #f60fbc

%54.79
%3.34
%41.87

CMYK Percentages of Color #f60fbc

%0
%94
%24
%4

Triadic Colors of #f60fbc

#f60fbc #bcf60f #0fbcf6

Analogous Colors of #f60fbc

#f60fbc #f60f48 #bd0ff6

Monochromatic Colors of #f60fbc

#f60fbc

Complementary Color

#f60fbc #0ff649

#f60fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60fbc Color CSS Codes

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

#f60fbc Text Font Color

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

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


#f60fbc Background Color

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

This div background color is #f60fbc


#f60fbc Border Color

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

This div border color is #f60fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60fbc


Comments

No comments written yet.

Please login to write comment.