Color Hex Logo

#f95dcf Color Hex

#F95DCF
(249,93,207)
0 Favorites   0 Comments

Color spaces of #f95dcf

RGB 24993207
HSL0.880.930.67
HSV316°63°98°
CMYK 0.000.630.17   0.02
XYZ54.243832.473462.4405
Yxy32.47340.36370.2177
Hunter Lab56.985470.1876-25.0759
CIE-Lab63.732271.0647-28.6928

#f95dcf color RGB value is (249,93,207).

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

The process color (four color CMYK) of #f95dcf color hex is 0.00, 0.63, 0.17, 0.02. Web safe color of #f95dcf is #ff66cc. Color #f95dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 11001111
Octal 371 135 317
Decimal 249 93 207
Hex F9 5D CF

RGB Percentages of Color #f95dcf

%45.36
%16.94
%37.70

CMYK Percentages of Color #f95dcf

%0
%63
%17
%2

Triadic Colors of #f95dcf

#f95dcf #cff95d #5dcff9

Analogous Colors of #f95dcf

#f95dcf #f95d81 #d55df9

Monochromatic Colors of #f95dcf

#f95dcf

Complementary Color

#f95dcf #5df987

#f95dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dcf Color CSS Codes

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

#f95dcf Text Font Color

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

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


#f95dcf Background Color

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

This div background color is #f95dcf


#f95dcf Border Color

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

This div border color is #f95dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dcf


Comments

No comments written yet.

Please login to write comment.