color codes Logo

#f917cb color codes

#F917CB
(249,23,203)
0 Favorites   0 Comments

Color spaces of #f917cb

RGB 24923203
HSL0.870.950.53
HSV312°91°98°
CMYK 0.000.910.18   0.02
XYZ50.152825.064358.6945
Yxy25.06430.37450.1872
Hunter Lab50.064391.2032-34.4656
CIE-Lab57.138088.7880-36.6705

#f917cb color RGB value is (249,23,203).

#f917cb hex color red value is 249, green value is 23 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f917cb hue: 0.87 , saturation: 0.95 and the lightness value of f917cb is 0.53.

The process color (four color CMYK) of #f917cb color code is 0.00, 0.91, 0.18, 0.02. Web safe color of #f917cb is #ff00cc. Color #f917cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010111 11001011
Octal 371 27 313
Decimal 249 23 203
Hex F9 17 CB

RGB Percentages of Color #f917cb

%52.42
%4.84
%42.74

CMYK Percentages of Color #f917cb

%0
%91
%18
%2

Triadic Colors of #f917cb

#f917cb #cbf917 #17cbf9

Analogous Colors of #f917cb

#f917cb #f9175a #b617f9

Monochromatic Colors of #f917cb

#f917cb

Complementary Color

#f917cb #17f945

#f917cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f917cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f917cb Color CSS Codes

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

#f917cb Text Font Color

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

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


#f917cb Background Color

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

This div background color is #f917cb


#f917cb Border Color

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

This div border color is #f917cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f917cb


Comments

No comments written yet.

Please login to write comment.