Color Hex Logo

#f911cb Color Hex

#F911CB
(249,17,203)
0 Favorites   0 Comments

Color spaces of #f911cb

RGB 24917203
HSL0.870.950.52
HSV312°93°98°
CMYK 0.000.930.18   0.02
XYZ50.046924.852458.6591
Yxy24.85240.37470.1861
Hunter Lab49.852291.9559-34.8677
CIE-Lab56.931389.3943-36.9941

#f911cb color RGB value is (249,17,203).

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

The process color (four color CMYK) of #f911cb color hex is 0.00, 0.93, 0.18, 0.02. Web safe color of #f911cb is #ff00cc. Color #f911cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010001 11001011
Octal 371 21 313
Decimal 249 17 203
Hex F9 11 CB

RGB Percentages of Color #f911cb

%53.09
%3.62
%43.28

CMYK Percentages of Color #f911cb

%0
%93
%18
%2

Triadic Colors of #f911cb

#f911cb #cbf911 #11cbf9

Analogous Colors of #f911cb

#f911cb #f91157 #b311f9

Monochromatic Colors of #f911cb

#f911cb

Complementary Color

#f911cb #11f93f

#f911cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f911cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f911cb Color CSS Codes

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

#f911cb Text Font Color

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

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


#f911cb Background Color

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

This div background color is #f911cb


#f911cb Border Color

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

This div border color is #f911cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f911cb


Comments

No comments written yet.

Please login to write comment.