Color Hex Logo

#f998ca Color Hex

#F998CA
(249,152,202)
0 Favorites   0 Comments

Color spaces of #f998ca

RGB 249152202
HSL0.910.890.79
HSV329°39°98°
CMYK 0.000.390.19   0.02
XYZ60.955846.860561.7094
Yxy46.86050.35960.2764
Hunter Lab68.454739.1503-5.5294
CIE-Lab74.100542.8196-10.1655

#f998ca color RGB value is (249,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 11001010
Octal 371 230 312
Decimal 249 152 202
Hex F9 98 CA

RGB Percentages of Color #f998ca

%41.29
%25.21
%33.50

CMYK Percentages of Color #f998ca

%0
%39
%19
%2

Triadic Colors of #f998ca

#f998ca #caf998 #98caf9

Analogous Colors of #f998ca

#f998ca #f9989a #f898f9

Monochromatic Colors of #f998ca

#f998ca

Complementary Color

#f998ca #98f9c7

#f998ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998ca Color CSS Codes

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

#f998ca Text Font Color

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

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


#f998ca Background Color

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

This div background color is #f998ca


#f998ca Border Color

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

This div border color is #f998ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998ca


Comments

No comments written yet.

Please login to write comment.