Color Hex Logo

#f998c1 Color Hex

#F998C1
(249,152,193)
0 Favorites   0 Comments

Color spaces of #f998c1

RGB 249152193
HSL0.930.890.79
HSV335°39°98°
CMYK 0.000.390.22   0.02
XYZ59.920846.446556.2590
Yxy46.44650.36850.2856
Hunter Lab68.151737.6766-1.2376
CIE-Lab73.834341.5123-5.6005

#f998c1 color RGB value is (249,152,193).

#f998c1 hex color red value is 249, green value is 152 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #f998c1 hue: 0.93 , saturation: 0.89 and the lightness value of f998c1 is 0.79.

The process color (four color CMYK) of #f998c1 color hex is 0.00, 0.39, 0.22, 0.02. Web safe color of #f998c1 is #ff99cc. Color #f998c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 11000001
Octal 371 230 301
Decimal 249 152 193
Hex F9 98 C1

RGB Percentages of Color #f998c1

%41.92
%25.59
%32.49

CMYK Percentages of Color #f998c1

%0
%39
%22
%2

Triadic Colors of #f998c1

#f998c1 #c1f998 #98c1f9

Analogous Colors of #f998c1

#f998c1 #f9a098 #f998f2

Monochromatic Colors of #f998c1

#f998c1

Complementary Color

#f998c1 #98f9d0

#f998c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998c1 Color CSS Codes

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

#f998c1 Text Font Color

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

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


#f998c1 Background Color

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

This div background color is #f998c1


#f998c1 Border Color

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

This div border color is #f998c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998c1


Comments

No comments written yet.

Please login to write comment.