Color Hex Logo

#f95bcd Color Hex

#F95BCD
(249,91,205)
0 Favorites   0 Comments

Color spaces of #f95bcd

RGB 24991205
HSL0.880.930.67
HSV317°63°98°
CMYK 0.000.630.18   0.02
XYZ53.827532.029761.1029
Yxy32.02970.36630.2179
Hunter Lab56.594870.7311-24.3965
CIE-Lab63.367471.5734-28.1267

#f95bcd color RGB value is (249,91,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 11001101
Octal 371 133 315
Decimal 249 91 205
Hex F9 5B CD

RGB Percentages of Color #f95bcd

%45.69
%16.70
%37.61

CMYK Percentages of Color #f95bcd

%0
%63
%18
%2

Triadic Colors of #f95bcd

#f95bcd #cdf95b #5bcdf9

Analogous Colors of #f95bcd

#f95bcd #f95b7e #d65bf9

Monochromatic Colors of #f95bcd

#f95bcd

Complementary Color

#f95bcd #5bf987

#f95bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bcd Color CSS Codes

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

#f95bcd Text Font Color

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

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


#f95bcd Background Color

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

This div background color is #f95bcd


#f95bcd Border Color

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

This div border color is #f95bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bcd


Comments

No comments written yet.

Please login to write comment.