Color Hex Logo

#f95ade Color Hex

#F95ADE
(249,90,222)
0 Favorites   0 Comments

Color spaces of #f95ade

RGB 24990222
HSL0.860.930.66
HSV310°64°98°
CMYK 0.000.640.11   0.02
XYZ55.907932.726072.4773
Yxy32.72600.34700.2031
Hunter Lab57.206674.3359-35.0721
CIE-Lab63.938474.3743-36.8018

#f95ade color RGB value is (249,90,222).

#f95ade hex color red value is 249, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f95ade hue: 0.86 , saturation: 0.93 and the lightness value of f95ade is 0.66.

The process color (four color CMYK) of #f95ade color hex is 0.00, 0.64, 0.11, 0.02. Web safe color of #f95ade is #ff66cc. Color #f95ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11011110
Octal 371 132 336
Decimal 249 90 222
Hex F9 5A DE

RGB Percentages of Color #f95ade

%44.39
%16.04
%39.57

CMYK Percentages of Color #f95ade

%0
%64
%11
%2

Triadic Colors of #f95ade

#f95ade #def95a #5adef9

Analogous Colors of #f95ade

#f95ade #f95a8f #c55af9

Monochromatic Colors of #f95ade

#f95ade

Complementary Color

#f95ade #5af975

#f95ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ade Color CSS Codes

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

#f95ade Text Font Color

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

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


#f95ade Background Color

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

This div background color is #f95ade


#f95ade Border Color

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

This div border color is #f95ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ade


Comments

No comments written yet.

Please login to write comment.