Color Hex Logo

#f199dc Color Hex

#F199DC
(241,153,220)
0 Favorites   0 Comments

Color spaces of #f199dc

RGB 241153220
HSL0.870.760.77
HSV314°37°95°
CMYK 0.000.370.09   0.05
XYZ60.585146.650573.5214
Yxy46.65050.33520.2581
Hunter Lab68.301238.8076-16.0107
CIE-Lab73.965742.5247-20.3481

#f199dc color RGB value is (241,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011001 11011100
Octal 361 231 334
Decimal 241 153 220
Hex F1 99 DC

RGB Percentages of Color #f199dc

%39.25
%24.92
%35.83

CMYK Percentages of Color #f199dc

%0
%37
%9
%5

Triadic Colors of #f199dc

#f199dc #dcf199 #99dcf1

Analogous Colors of #f199dc

#f199dc #f199b0 #da99f1

Monochromatic Colors of #f199dc

#f199dc

Complementary Color

#f199dc #99f1ae

#f199dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f199dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f199dc Color CSS Codes

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

#f199dc Text Font Color

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

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


#f199dc Background Color

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

This div background color is #f199dc


#f199dc Border Color

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

This div border color is #f199dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f199dc


Comments

No comments written yet.

Please login to write comment.