Color Hex Logo

#f06fc0 Color Hex

#F06FC0
(240,111,192)
0 Favorites   0 Comments

Color spaces of #f06fc0

RGB 240111192
HSL0.900.810.69
HSV322°54°94°
CMYK 0.000.540.20   0.06
XYZ51.134033.699953.6788
Yxy33.69990.36920.2433
Hunter Lab58.051655.6390-14.1878
CIE-Lab64.723758.7091-18.8166

#f06fc0 color RGB value is (240,111,192).

#f06fc0 hex color red value is 240, green value is 111 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #f06fc0 hue: 0.90 , saturation: 0.81 and the lightness value of f06fc0 is 0.69.

The process color (four color CMYK) of #f06fc0 color hex is 0.00, 0.54, 0.20, 0.06. Web safe color of #f06fc0 is #ff66cc. Color #f06fc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11000000
Octal 360 157 300
Decimal 240 111 192
Hex F0 6F C0

RGB Percentages of Color #f06fc0

%44.20
%20.44
%35.36

CMYK Percentages of Color #f06fc0

%0
%54
%20
%6

Triadic Colors of #f06fc0

#f06fc0 #c0f06f #6fc0f0

Analogous Colors of #f06fc0

#f06fc0 #f06f80 #e06ff0

Monochromatic Colors of #f06fc0

#f06fc0

Complementary Color

#f06fc0 #6ff09f

#f06fc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06fc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06fc0 Color CSS Codes

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

#f06fc0 Text Font Color

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

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


#f06fc0 Background Color

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

This div background color is #f06fc0


#f06fc0 Border Color

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

This div border color is #f06fc0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,111,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f06fc0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f06fc0;
  -webkit-box-shadow: 1px 1px 3px 2px #f06fc0;
  box-shadow:         1px 1px 3px 2px #f06fc0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,111,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06fc0


Comments

No comments written yet.

Please login to write comment.