Color Hex Logo

#f993cd Color Hex

#F993CD
(249,147,205)
0 Favorites   0 Comments

Color spaces of #f993cd

RGB 249147205
HSL0.910.890.78
HSV326°41°98°
CMYK 0.000.410.18   0.02
XYZ60.520145.415063.3338
Yxy45.41500.35750.2683
Hunter Lab67.390742.3681-8.5473
CIE-Lab73.164345.8248-13.2192

#f993cd color RGB value is (249,147,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 11001101
Octal 371 223 315
Decimal 249 147 205
Hex F9 93 CD

RGB Percentages of Color #f993cd

%41.43
%24.46
%34.11

CMYK Percentages of Color #f993cd

%0
%41
%18
%2

Triadic Colors of #f993cd

#f993cd #cdf993 #93cdf9

Analogous Colors of #f993cd

#f993cd #f9939a #f293f9

Monochromatic Colors of #f993cd

#f993cd

Complementary Color

#f993cd #93f9bf

#f993cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f993cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f993cd Color CSS Codes

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

#f993cd Text Font Color

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

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


#f993cd Background Color

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

This div background color is #f993cd


#f993cd Border Color

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

This div border color is #f993cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,147,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f993cd

Related Colors


Comments

No comments written yet.

Please login to write comment.