Color Hex Logo

#f924cb Color Hex

#F924CB
(249,36,203)
0 Favorites   0 Comments

Color spaces of #f924cb

RGB 24936203
HSL0.870.950.56
HSV313°86°98°
CMYK 0.000.860.18   0.02
XYZ50.477325.713358.8026
Yxy25.71330.37390.1905
Hunter Lab50.708388.9474-33.2584
CIE-Lab57.763986.9597-35.6912

#f924cb color RGB value is (249,36,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 11001011
Octal 371 44 313
Decimal 249 36 203
Hex F9 24 CB

RGB Percentages of Color #f924cb

%51.02
%7.38
%41.60

CMYK Percentages of Color #f924cb

%0
%86
%18
%2

Triadic Colors of #f924cb

#f924cb #cbf924 #24cbf9

Analogous Colors of #f924cb

#f924cb #f92461 #bd24f9

Monochromatic Colors of #f924cb

#f924cb

Complementary Color

#f924cb #24f952

#f924cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f924cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f924cb Color CSS Codes

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

#f924cb Text Font Color

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

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


#f924cb Background Color

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

This div background color is #f924cb


#f924cb Border Color

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

This div border color is #f924cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f924cb


Comments

No comments written yet.

Please login to write comment.