Color Hex Logo

#f993c6 Color Hex

#F993C6
(249,147,198)
0 Favorites   0 Comments

Color spaces of #f993c6

RGB 249147198
HSL0.920.890.78
HSV330°41°98°
CMYK 0.000.410.20   0.02
XYZ59.693745.084458.9820
Yxy45.08440.36450.2753
Hunter Lab67.144941.1879-5.0806
CIE-Lab72.947444.7928-9.6782

#f993c6 color RGB value is (249,147,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 11000110
Octal 371 223 306
Decimal 249 147 198
Hex F9 93 C6

RGB Percentages of Color #f993c6

%41.92
%24.75
%33.33

CMYK Percentages of Color #f993c6

%0
%41
%20
%2

Triadic Colors of #f993c6

#f993c6 #c6f993 #93c6f9

Analogous Colors of #f993c6

#f993c6 #f99393 #f993f9

Monochromatic Colors of #f993c6

#f993c6

Complementary Color

#f993c6 #93f9c6

#f993c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f993c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f993c6 Color CSS Codes

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

#f993c6 Text Font Color

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

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


#f993c6 Background Color

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

This div background color is #f993c6


#f993c6 Border Color

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

This div border color is #f993c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f993c6


Comments

No comments written yet.

Please login to write comment.