Color Hex Logo

#f93ffc Color Hex

#F93FFC
(249,63,252)
0 Favorites   0 Comments

Color spaces of #f93ffc

RGB 24963252
HSL0.830.970.62
HSV299°75°99°
CMYK 0.010.750.00   0.01
XYZ58.415130.723094.9468
Yxy30.72300.31730.1669
Hunter Lab55.428391.1189-62.7619
CIE-Lab62.273187.7236-56.1212

#f93ffc color RGB value is (249,63,252).

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

The process color (four color CMYK) of #f93ffc color hex is 0.01, 0.75, 0.00, 0.01. Web safe color of #f93ffc is #ff33ff. Color #f93ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111111 11111100
Octal 371 77 374
Decimal 249 63 252
Hex F9 3F FC

RGB Percentages of Color #f93ffc

%44.15
%11.17
%44.68

CMYK Percentages of Color #f93ffc

%1
%75
%0
%1

Triadic Colors of #f93ffc

#f93ffc #fcf93f #3ffcf9

Analogous Colors of #f93ffc

#f93ffc #fc3fa1 #9b3ffc

Monochromatic Colors of #f93ffc

#f93ffc

Complementary Color

#f93ffc #42fc3f

#f93ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93ffc Color CSS Codes

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

#f93ffc Text Font Color

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

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


#f93ffc Background Color

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

This div background color is #f93ffc


#f93ffc Border Color

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

This div border color is #f93ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93ffc


Comments

No comments written yet.

Please login to write comment.