Color Hex Logo

#f95ecc Color Hex

#F95ECC
(249,94,204)
0 Favorites   0 Comments

Color spaces of #f95ecc

RGB 24994204
HSL0.880.930.67
HSV317°62°98°
CMYK 0.000.620.18   0.02
XYZ53.968732.504860.5563
Yxy32.50480.36710.2211
Hunter Lab57.013069.1960-23.0657
CIE-Lab63.757970.2516-26.9600

#f95ecc color RGB value is (249,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11001100
Octal 371 136 314
Decimal 249 94 204
Hex F9 5E CC

RGB Percentages of Color #f95ecc

%45.52
%17.18
%37.29

CMYK Percentages of Color #f95ecc

%0
%62
%18
%2

Triadic Colors of #f95ecc

#f95ecc #ccf95e #5eccf9

Analogous Colors of #f95ecc

#f95ecc #f95e7f #d95ef9

Monochromatic Colors of #f95ecc

#f95ecc

Complementary Color

#f95ecc #5ef98b

#f95ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ecc Color CSS Codes

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

#f95ecc Text Font Color

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

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


#f95ecc Background Color

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

This div background color is #f95ecc


#f95ecc Border Color

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

This div border color is #f95ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ecc


Comments

No comments written yet.

Please login to write comment.