Color Hex Logo

#f092cc Color Hex

#F092CC
(240,146,204)
0 Favorites   0 Comments

Color spaces of #f092cc

RGB 240146204
HSL0.900.760.76
HSV323°39°94°
CMYK 0.000.390.15   0.06
XYZ57.113143.442762.5018
Yxy43.44270.35030.2664
Hunter Lab65.911139.3290-10.0854
CIE-Lab71.854443.2427-14.7434

#f092cc color RGB value is (240,146,204).

#f092cc hex color red value is 240, green value is 146 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f092cc hue: 0.90 , saturation: 0.76 and the lightness value of f092cc is 0.76.

The process color (four color CMYK) of #f092cc color hex is 0.00, 0.39, 0.15, 0.06. Web safe color of #f092cc is #ff99cc. Color #f092cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 11001100
Octal 360 222 314
Decimal 240 146 204
Hex F0 92 CC

RGB Percentages of Color #f092cc

%40.68
%24.75
%34.58

CMYK Percentages of Color #f092cc

%0
%39
%15
%6

Triadic Colors of #f092cc

#f092cc #ccf092 #92ccf0

Analogous Colors of #f092cc

#f092cc #f0929d #e592f0

Monochromatic Colors of #f092cc

#f092cc

Complementary Color

#f092cc #92f0b6

#f092cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f092cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f092cc Color CSS Codes

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

#f092cc Text Font Color

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

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


#f092cc Background Color

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

This div background color is #f092cc


#f092cc Border Color

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

This div border color is #f092cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f092cc


Comments

No comments written yet.

Please login to write comment.