Color Hex Logo

#f95ffe Color Hex

#F95FFE
(249,95,254)
0 Favorites   0 Comments

Color spaces of #f95ffe

RGB 24995254
HSL0.830.990.68
HSV298°63°100°
CMYK 0.020.630.00   0.00
XYZ61.048535.479997.3966
Yxy35.47990.31480.1830
Hunter Lab59.565078.7069-55.2514
CIE-Lab66.120677.4339-51.1170

#f95ffe color RGB value is (249,95,254).

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

The process color (four color CMYK) of #f95ffe color hex is 0.02, 0.63, 0.00, 0.00. Web safe color of #f95ffe is #ff66ff. Color #f95ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011111 11111110
Octal 371 137 376
Decimal 249 95 254
Hex F9 5F FE

RGB Percentages of Color #f95ffe

%41.64
%15.89
%42.47

CMYK Percentages of Color #f95ffe

%2
%63
%0
%0

Triadic Colors of #f95ffe

#f95ffe #fef95f #5ffef9

Analogous Colors of #f95ffe

#f95ffe #fe5fb4 #aa5ffe

Monochromatic Colors of #f95ffe

#f95ffe

Complementary Color

#f95ffe #64fe5f

#f95ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ffe Color CSS Codes

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

#f95ffe Text Font Color

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

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


#f95ffe Background Color

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

This div background color is #f95ffe


#f95ffe Border Color

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

This div border color is #f95ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ffe


Comments

No comments written yet.

Please login to write comment.