Color Hex Logo

#f943cb Color Hex

#F943CB
(249,67,203)
0 Favorites   0 Comments

Color spaces of #f943cb

RGB 24967203
HSL0.880.940.62
HSV315°73°98°
CMYK 0.000.730.18   0.02
XYZ51.853628.465859.2614
Yxy28.46580.37150.2039
Hunter Lab53.353480.1140-28.5081
CIE-Lab60.307279.6441-31.7287

#f943cb color RGB value is (249,67,203).

#f943cb hex color red value is 249, green value is 67 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f943cb hue: 0.88 , saturation: 0.94 and the lightness value of f943cb is 0.62.

The process color (four color CMYK) of #f943cb color hex is 0.00, 0.73, 0.18, 0.02. Web safe color of #f943cb is #ff33cc. Color #f943cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 11001011
Octal 371 103 313
Decimal 249 67 203
Hex F9 43 CB

RGB Percentages of Color #f943cb

%47.98
%12.91
%39.11

CMYK Percentages of Color #f943cb

%0
%73
%18
%2

Triadic Colors of #f943cb

#f943cb #cbf943 #43cbf9

Analogous Colors of #f943cb

#f943cb #f94370 #cc43f9

Monochromatic Colors of #f943cb

#f943cb

Complementary Color

#f943cb #43f971

#f943cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f943cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f943cb Color CSS Codes

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

#f943cb Text Font Color

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

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


#f943cb Background Color

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

This div background color is #f943cb


#f943cb Border Color

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

This div border color is #f943cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f943cb


Comments

No comments written yet.

Please login to write comment.