Color Hex Logo

#f995ca Color Hex

#F995CA
(249,149,202)
0 Favorites   0 Comments

Color spaces of #f995ca

RGB 249149202
HSL0.910.890.78
HSV328°40°98°
CMYK 0.000.400.19   0.02
XYZ60.475045.898961.5491
Yxy45.89890.36010.2733
Hunter Lab67.748740.7754-6.4403
CIE-Lab73.479944.3577-11.0920

#f995ca color RGB value is (249,149,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 11001010
Octal 371 225 312
Decimal 249 149 202
Hex F9 95 CA

RGB Percentages of Color #f995ca

%41.50
%24.83
%33.67

CMYK Percentages of Color #f995ca

%0
%40
%19
%2

Triadic Colors of #f995ca

#f995ca #caf995 #95caf9

Analogous Colors of #f995ca

#f995ca #f99598 #f695f9

Monochromatic Colors of #f995ca

#f995ca

Complementary Color

#f995ca #95f9c4

#f995ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995ca Color CSS Codes

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

#f995ca Text Font Color

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

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


#f995ca Background Color

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

This div background color is #f995ca


#f995ca Border Color

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

This div border color is #f995ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,149,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 #f995ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995ca


Comments

No comments written yet.

Please login to write comment.