Color Hex Logo

#f95abc Color Hex

#F95ABC
(249,90,188)
0 Favorites   0 Comments

Color spaces of #f95abc

RGB 24990188
HSL0.900.930.66
HSV323°64°98°
CMYK 0.000.640.24   0.02
XYZ51.800231.082950.8464
Yxy31.08290.38740.2324
Hunter Lab55.752068.2814-15.0466
CIE-Lab62.577669.7180-19.6875

#f95abc color RGB value is (249,90,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 10111100
Octal 371 132 274
Decimal 249 90 188
Hex F9 5A BC

RGB Percentages of Color #f95abc

%47.25
%17.08
%35.67

CMYK Percentages of Color #f95abc

%0
%64
%24
%2

Triadic Colors of #f95abc

#f95abc #bcf95a #5abcf9

Analogous Colors of #f95abc

#f95abc #f95a6d #e75af9

Monochromatic Colors of #f95abc

#f95abc

Complementary Color

#f95abc #5af997

#f95abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95abc Color CSS Codes

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

#f95abc Text Font Color

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

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


#f95abc Background Color

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

This div background color is #f95abc


#f95abc Border Color

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

This div border color is #f95abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95abc


Comments

No comments written yet.

Please login to write comment.