Color Hex Logo

#f091cc Color Hex

#F091CC
(240,145,204)
0 Favorites   0 Comments

Color spaces of #f091cc

RGB 240145204
HSL0.900.760.75
HSV323°40°94°
CMYK 0.000.400.15   0.06
XYZ56.959743.135762.4507
Yxy43.13570.35040.2654
Hunter Lab65.677839.8698-10.4023
CIE-Lab71.647043.7587-15.0557

#f091cc color RGB value is (240,145,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 11001100
Octal 360 221 314
Decimal 240 145 204
Hex F0 91 CC

RGB Percentages of Color #f091cc

%40.75
%24.62
%34.63

CMYK Percentages of Color #f091cc

%0
%40
%15
%6

Triadic Colors of #f091cc

#f091cc #ccf091 #91ccf0

Analogous Colors of #f091cc

#f091cc #f0919d #e591f0

Monochromatic Colors of #f091cc

#f091cc

Complementary Color

#f091cc #91f0b5

#f091cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091cc Color CSS Codes

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

#f091cc Text Font Color

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

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


#f091cc Background Color

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

This div background color is #f091cc


#f091cc Border Color

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

This div border color is #f091cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091cc


Comments

No comments written yet.

Please login to write comment.