Color Hex Logo

#f95fcc Color Hex

#F95FCC
(249,95,204)
0 Favorites   0 Comments

Color spaces of #f95fcc

RGB 24995204
HSL0.880.930.67
HSV318°62°98°
CMYK 0.000.620.18   0.02
XYZ54.058232.683860.5862
Yxy32.68380.36690.2218
Hunter Lab57.169768.7378-22.8143
CIE-Lab63.904169.8505-26.7351

#f95fcc color RGB value is (249,95,204).

#f95fcc hex color red value is 249, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f95fcc hue: 0.88 , saturation: 0.93 and the lightness value of f95fcc is 0.67.

The process color (four color CMYK) of #f95fcc color hex is 0.00, 0.62, 0.18, 0.02. Web safe color of #f95fcc is #ff66cc. Color #f95fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011111 11001100
Octal 371 137 314
Decimal 249 95 204
Hex F9 5F CC

RGB Percentages of Color #f95fcc

%45.44
%17.34
%37.23

CMYK Percentages of Color #f95fcc

%0
%62
%18
%2

Triadic Colors of #f95fcc

#f95fcc #ccf95f #5fccf9

Analogous Colors of #f95fcc

#f95fcc #f95f7f #d95ff9

Monochromatic Colors of #f95fcc

#f95fcc

Complementary Color

#f95fcc #5ff98c

#f95fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95fcc Color CSS Codes

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

#f95fcc Text Font Color

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

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


#f95fcc Background Color

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

This div background color is #f95fcc


#f95fcc Border Color

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

This div border color is #f95fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95fcc


Comments

No comments written yet.

Please login to write comment.