Color Hex Logo

#f95bc8 Color Hex

#F95BC8
(249,91,200)
0 Favorites   0 Comments

Color spaces of #f95bc8

RGB 24991200
HSL0.890.930.67
HSV319°63°98°
CMYK 0.000.630.20   0.02
XYZ53.233331.792057.9744
Yxy31.79200.37230.2223
Hunter Lab56.384469.8517-21.4929
CIE-Lab63.170670.8940-25.6011

#f95bc8 color RGB value is (249,91,200).

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

The process color (four color CMYK) of #f95bc8 color hex is 0.00, 0.63, 0.20, 0.02. Web safe color of #f95bc8 is #ff66cc. Color #f95bc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 11001000
Octal 371 133 310
Decimal 249 91 200
Hex F9 5B C8

RGB Percentages of Color #f95bc8

%46.11
%16.85
%37.04

CMYK Percentages of Color #f95bc8

%0
%63
%20
%2

Triadic Colors of #f95bc8

#f95bc8 #c8f95b #5bc8f9

Analogous Colors of #f95bc8

#f95bc8 #f95b79 #db5bf9

Monochromatic Colors of #f95bc8

#f95bc8

Complementary Color

#f95bc8 #5bf98c

#f95bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bc8 Color CSS Codes

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

#f95bc8 Text Font Color

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

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


#f95bc8 Background Color

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

This div background color is #f95bc8


#f95bc8 Border Color

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

This div border color is #f95bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bc8

Related Colors


Comments

No comments written yet.

Please login to write comment.