Color Hex Logo

#f965cb Color Hex

#F965CB
(249,101,203)
0 Favorites   0 Comments

Color spaces of #f965cb

RGB 249101203
HSL0.890.930.69
HSV319°59°98°
CMYK 0.000.590.18   0.02
XYZ54.500133.758960.1436
Yxy33.75890.36720.2275
Hunter Lab58.102465.7539-20.7012
CIE-Lab64.770767.2405-24.8393

#f965cb color RGB value is (249,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100101 11001011
Octal 371 145 313
Decimal 249 101 203
Hex F9 65 CB

RGB Percentages of Color #f965cb

%45.03
%18.26
%36.71

CMYK Percentages of Color #f965cb

%0
%59
%18
%2

Triadic Colors of #f965cb

#f965cb #cbf965 #65cbf9

Analogous Colors of #f965cb

#f965cb #f96581 #dd65f9

Monochromatic Colors of #f965cb

#f965cb

Complementary Color

#f965cb #65f993

#f965cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f965cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f965cb Color CSS Codes

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

#f965cb Text Font Color

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

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


#f965cb Background Color

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

This div background color is #f965cb


#f965cb Border Color

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

This div border color is #f965cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,101,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 #f965cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f965cb


Comments

No comments written yet.

Please login to write comment.