Color Hex Logo

#f018cc Color Hex

#F018CC
(240,24,204)
0 Favorites   0 Comments

Color spaces of #f018cc

RGB 24024204
HSL0.860.880.52
HSV310°90°94°
CMYK 0.000.900.15   0.06
XYZ47.160923.538259.1844
Yxy23.53820.36310.1812
Hunter Lab48.516288.6103-38.3659
CIE-Lab55.622487.1210-39.7352

#f018cc color RGB value is (240,24,204).

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

The process color (four color CMYK) of #f018cc color hex is 0.00, 0.90, 0.15, 0.06. Web safe color of #f018cc is #ff00cc. Color #f018cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 11001100
Octal 360 30 314
Decimal 240 24 204
Hex F0 18 CC

RGB Percentages of Color #f018cc

%51.28
%5.13
%43.59

CMYK Percentages of Color #f018cc

%0
%90
%15
%6

Triadic Colors of #f018cc

#f018cc #ccf018 #18ccf0

Analogous Colors of #f018cc

#f018cc #f01860 #a818f0

Monochromatic Colors of #f018cc

#f018cc

Complementary Color

#f018cc #18f03c

#f018cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f018cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f018cc Color CSS Codes

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

#f018cc Text Font Color

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

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


#f018cc Background Color

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

This div background color is #f018cc


#f018cc Border Color

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

This div border color is #f018cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f018cc


Comments

No comments written yet.

Please login to write comment.