Color Hex Logo

#f95acb Color Hex

#F95ACB
(249,90,203)
0 Favorites   0 Comments

Color spaces of #f95acb

RGB 24990203
HSL0.880.930.66
HSV317°64°98°
CMYK 0.000.640.18   0.02
XYZ53.502631.763959.8111
Yxy31.76390.36880.2189
Hunter Lab56.359570.8227-23.4695
CIE-Lab63.147371.6884-27.3354

#f95acb color RGB value is (249,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 11001011
Octal 371 132 313
Decimal 249 90 203
Hex F9 5A CB

RGB Percentages of Color #f95acb

%45.94
%16.61
%37.45

CMYK Percentages of Color #f95acb

%0
%64
%18
%2

Triadic Colors of #f95acb

#f95acb #cbf95a #5acbf9

Analogous Colors of #f95acb

#f95acb #f95a7c #d85af9

Monochromatic Colors of #f95acb

#f95acb

Complementary Color

#f95acb #5af988

#f95acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95acb Color CSS Codes

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

#f95acb Text Font Color

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

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


#f95acb Background Color

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

This div background color is #f95acb


#f95acb Border Color

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

This div border color is #f95acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95acb

Related Colors


Comments

No comments written yet.

Please login to write comment.