Color Hex Logo

#f969bd Color Hex

#F969BD
(249,105,189)
0 Favorites   0 Comments

Color spaces of #f969bd

RGB 249105189
HSL0.900.920.69
HSV325°58°98°
CMYK 0.000.580.24   0.02
XYZ53.303833.917051.8813
Yxy33.91700.38320.2438
Hunter Lab58.238361.4587-12.0514
CIE-Lab64.896663.6360-16.7347

#f969bd color RGB value is (249,105,189).

#f969bd hex color red value is 249, green value is 105 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f969bd hue: 0.90 , saturation: 0.92 and the lightness value of f969bd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 10111101
Octal 371 151 275
Decimal 249 105 189
Hex F9 69 BD

RGB Percentages of Color #f969bd

%45.86
%19.34
%34.81

CMYK Percentages of Color #f969bd

%0
%58
%24
%2

Triadic Colors of #f969bd

#f969bd #bdf969 #69bdf9

Analogous Colors of #f969bd

#f969bd #f96975 #ed69f9

Monochromatic Colors of #f969bd

#f969bd

Complementary Color

#f969bd #69f9a5

#f969bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969bd Color CSS Codes

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

#f969bd Text Font Color

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

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


#f969bd Background Color

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

This div background color is #f969bd


#f969bd Border Color

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

This div border color is #f969bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969bd


Comments

No comments written yet.

Please login to write comment.