Color Hex Logo

#f95ffc Color Hex

#F95FFC
(249,95,252)
0 Favorites   0 Comments

Color spaces of #f95ffc

RGB 24995252
HSL0.830.960.68
HSV299°62°99°
CMYK 0.010.620.00   0.01
XYZ60.729835.352495.7183
Yxy35.35240.31660.1843
Hunter Lab59.457978.2672-53.8275
CIE-Lab66.022177.1064-50.1735

#f95ffc color RGB value is (249,95,252).

#f95ffc hex color red value is 249, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f95ffc hue: 0.83 , saturation: 0.96 and the lightness value of f95ffc is 0.68.

The process color (four color CMYK) of #f95ffc color hex is 0.01, 0.62, 0.00, 0.01. Web safe color of #f95ffc is #ff66ff. Color #f95ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011111 11111100
Octal 371 137 374
Decimal 249 95 252
Hex F9 5F FC

RGB Percentages of Color #f95ffc

%41.78
%15.94
%42.28

CMYK Percentages of Color #f95ffc

%1
%62
%0
%1

Triadic Colors of #f95ffc

#f95ffc #fcf95f #5ffcf9

Analogous Colors of #f95ffc

#f95ffc #fc5fb1 #ab5ffc

Monochromatic Colors of #f95ffc

#f95ffc

Complementary Color

#f95ffc #62fc5f

#f95ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ffc Color CSS Codes

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

#f95ffc Text Font Color

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

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


#f95ffc Background Color

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

This div background color is #f95ffc


#f95ffc Border Color

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

This div border color is #f95ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.