Color Hex Logo

#f199cc Color Hex

#F199CC
(241,153,204)
0 Favorites   0 Comments

Color spaces of #f199cc

RGB 241153204
HSL0.900.760.77
HSV325°37°95°
CMYK 0.000.370.15   0.05
XYZ58.565945.842962.8885
Yxy45.84290.35010.2740
Hunter Lab67.707435.9120-7.6750
CIE-Lab73.443539.9409-12.3457

#f199cc color RGB value is (241,153,204).

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

The process color (four color CMYK) of #f199cc color hex is 0.00, 0.37, 0.15, 0.05. Web safe color of #f199cc is #ff99cc. Color #f199cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011001 11001100
Octal 361 231 314
Decimal 241 153 204
Hex F1 99 CC

RGB Percentages of Color #f199cc

%40.30
%25.59
%34.11

CMYK Percentages of Color #f199cc

%0
%37
%15
%5

Triadic Colors of #f199cc

#f199cc #ccf199 #99ccf1

Analogous Colors of #f199cc

#f199cc #f199a0 #ea99f1

Monochromatic Colors of #f199cc

#f199cc

Complementary Color

#f199cc #99f1be

#f199cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f199cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f199cc Color CSS Codes

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

#f199cc Text Font Color

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

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


#f199cc Background Color

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

This div background color is #f199cc


#f199cc Border Color

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

This div border color is #f199cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f199cc


Comments

No comments written yet.

Please login to write comment.