Color Hex Logo

#f995cc Color Hex

#F995CC
(249,149,204)
0 Favorites   0 Comments

Color spaces of #f995cc

RGB 249149204
HSL0.910.890.78
HSV327°40°98°
CMYK 0.000.400.18   0.02
XYZ60.713545.994362.8046
Yxy45.99430.35820.2713
Hunter Lab67.819141.1146-7.4328
CIE-Lab73.541844.6553-12.1020

#f995cc color RGB value is (249,149,204).

#f995cc hex color red value is 249, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f995cc hue: 0.91 , saturation: 0.89 and the lightness value of f995cc is 0.78.

The process color (four color CMYK) of #f995cc color hex is 0.00, 0.40, 0.18, 0.02. Web safe color of #f995cc is #ff99cc. Color #f995cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 11001100
Octal 371 225 314
Decimal 249 149 204
Hex F9 95 CC

RGB Percentages of Color #f995cc

%41.36
%24.75
%33.89

CMYK Percentages of Color #f995cc

%0
%40
%18
%2

Triadic Colors of #f995cc

#f995cc #ccf995 #95ccf9

Analogous Colors of #f995cc

#f995cc #f9959a #f495f9

Monochromatic Colors of #f995cc

#f995cc

Complementary Color

#f995cc #95f9c2

#f995cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995cc Color CSS Codes

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

#f995cc Text Font Color

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

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


#f995cc Background Color

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

This div background color is #f995cc


#f995cc Border Color

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

This div border color is #f995cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995cc


Comments

No comments written yet.

Please login to write comment.