Color Hex Logo

#f95add Color Hex

#F95ADD
(249,90,221)
0 Favorites   0 Comments

Color spaces of #f95add

RGB 24990221
HSL0.860.930.66
HSV311°64°98°
CMYK 0.000.640.11   0.02
XYZ55.774232.672571.7734
Yxy32.67250.34810.2039
Hunter Lab57.159974.1431-34.4362
CIE-Lab63.894874.2280-36.3098

#f95add color RGB value is (249,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11011101
Octal 371 132 335
Decimal 249 90 221
Hex F9 5A DD

RGB Percentages of Color #f95add

%44.46
%16.07
%39.46

CMYK Percentages of Color #f95add

%0
%64
%11
%2

Triadic Colors of #f95add

#f95add #ddf95a #5addf9

Analogous Colors of #f95add

#f95add #f95a8e #c65af9

Monochromatic Colors of #f95add

#f95add

Complementary Color

#f95add #5af976

#f95add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95add Color CSS Codes

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

#f95add Text Font Color

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

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


#f95add Background Color

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

This div background color is #f95add


#f95add Border Color

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

This div border color is #f95add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95add


Comments

No comments written yet.

Please login to write comment.