Color Hex Logo

#f091ca Color Hex

#F091CA
(240,145,202)
0 Favorites   0 Comments

Color spaces of #f091ca

RGB 240145202
HSL0.900.760.75
HSV324°40°94°
CMYK 0.000.400.16   0.06
XYZ56.721243.040361.1952
Yxy43.04030.35240.2674
Hunter Lab65.605139.5195-9.3810
CIE-Lab71.582343.4483-14.0461

#f091ca color RGB value is (240,145,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 11001010
Octal 360 221 312
Decimal 240 145 202
Hex F0 91 CA

RGB Percentages of Color #f091ca

%40.89
%24.70
%34.41

CMYK Percentages of Color #f091ca

%0
%40
%16
%6

Triadic Colors of #f091ca

#f091ca #caf091 #91caf0

Analogous Colors of #f091ca

#f091ca #f0919b #e791f0

Monochromatic Colors of #f091ca

#f091ca

Complementary Color

#f091ca #91f0b7

#f091ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f091ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f091ca Color CSS Codes

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

#f091ca Text Font Color

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

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


#f091ca Background Color

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

This div background color is #f091ca


#f091ca Border Color

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

This div border color is #f091ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f091ca


Comments

No comments written yet.

Please login to write comment.