Color Hex Logo

#f941cb Color Hex

#F941CB
(249,65,203)
0 Favorites   0 Comments

Color spaces of #f941cb

RGB 24965203
HSL0.880.940.62
HSV315°74°98°
CMYK 0.000.740.18   0.02
XYZ51.736728.232159.2224
Yxy28.23210.37170.2028
Hunter Lab53.133980.8219-28.8902
CIE-Lab60.097880.2394-32.0539

#f941cb color RGB value is (249,65,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000001 11001011
Octal 371 101 313
Decimal 249 65 203
Hex F9 41 CB

RGB Percentages of Color #f941cb

%48.16
%12.57
%39.26

CMYK Percentages of Color #f941cb

%0
%74
%18
%2

Triadic Colors of #f941cb

#f941cb #cbf941 #41cbf9

Analogous Colors of #f941cb

#f941cb #f9416f #cb41f9

Monochromatic Colors of #f941cb

#f941cb

Complementary Color

#f941cb #41f96f

#f941cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f941cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f941cb Color CSS Codes

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

#f941cb Text Font Color

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

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


#f941cb Background Color

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

This div background color is #f941cb


#f941cb Border Color

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

This div border color is #f941cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f941cb


Comments

No comments written yet.

Please login to write comment.