Color Hex Logo

#f15ffc Color Hex

#F15FFC
(241,95,252)
0 Favorites   0 Comments

Color spaces of #f15ffc

RGB 24195252
HSL0.820.960.68
HSV296°62°99°
CMYK 0.040.620.00   0.01
XYZ57.938533.913595.5877
Yxy33.91350.30910.1809
Hunter Lab58.235375.6785-56.5542
CIE-Lab64.893975.2679-52.0316

#f15ffc color RGB value is (241,95,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 11111100
Octal 361 137 374
Decimal 241 95 252
Hex F1 5F FC

RGB Percentages of Color #f15ffc

%40.99
%16.16
%42.86

CMYK Percentages of Color #f15ffc

%4
%62
%0
%1

Triadic Colors of #f15ffc

#f15ffc #fcf15f #5ffcf1

Analogous Colors of #f15ffc

#f15ffc #fc5fb9 #a35ffc

Monochromatic Colors of #f15ffc

#f15ffc

Complementary Color

#f15ffc #6afc5f

#f15ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15ffc Color CSS Codes

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

#f15ffc Text Font Color

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

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


#f15ffc Background Color

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

This div background color is #f15ffc


#f15ffc Border Color

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

This div border color is #f15ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.