Color Hex Logo

#f06fcc Color Hex

#F06FCC
(240,111,204)
0 Favorites   0 Comments

Color spaces of #f06fcc

RGB 240111204
HSL0.880.810.69
HSV317°54°94°
CMYK 0.000.540.15   0.06
XYZ52.518734.253860.9703
Yxy34.25380.35550.2318
Hunter Lab58.526757.7543-20.7967
CIE-Lab65.163560.4512-24.9105

#f06fcc color RGB value is (240,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11001100
Octal 360 157 314
Decimal 240 111 204
Hex F0 6F CC

RGB Percentages of Color #f06fcc

%43.24
%20.00
%36.76

CMYK Percentages of Color #f06fcc

%0
%54
%15
%6

Triadic Colors of #f06fcc

#f06fcc #ccf06f #6fccf0

Analogous Colors of #f06fcc

#f06fcc #f06f8c #d46ff0

Monochromatic Colors of #f06fcc

#f06fcc

Complementary Color

#f06fcc #6ff093

#f06fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06fcc Color CSS Codes

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

#f06fcc Text Font Color

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

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


#f06fcc Background Color

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

This div background color is #f06fcc


#f06fcc Border Color

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

This div border color is #f06fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06fcc


Comments

No comments written yet.

Please login to write comment.