Color Hex Logo

#f95bee Color Hex

#F95BEE
(249,91,238)
0 Favorites   0 Comments

Color spaces of #f95bee

RGB 24991238
HSL0.840.930.67
HSV304°63°98°
CMYK 0.000.630.04   0.02
XYZ58.240633.795084.3424
Yxy33.79500.33020.1916
Hunter Lab58.133577.0954-45.3269
CIE-Lab64.799576.4101-44.3691

#f95bee color RGB value is (249,91,238).

#f95bee hex color red value is 249, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f95bee hue: 0.84 , saturation: 0.93 and the lightness value of f95bee is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 11101110
Octal 371 133 356
Decimal 249 91 238
Hex F9 5B EE

RGB Percentages of Color #f95bee

%43.08
%15.74
%41.18

CMYK Percentages of Color #f95bee

%0
%63
%4
%2

Triadic Colors of #f95bee

#f95bee #eef95b #5beef9

Analogous Colors of #f95bee

#f95bee #f95b9f #b55bf9

Monochromatic Colors of #f95bee

#f95bee

Complementary Color

#f95bee #5bf966

#f95bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bee Color CSS Codes

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

#f95bee Text Font Color

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

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


#f95bee Background Color

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

This div background color is #f95bee


#f95bee Border Color

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

This div border color is #f95bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bee

Related Colors


Comments

No comments written yet.

Please login to write comment.