Color Hex Logo

#f909cd Color Hex

#F909CD
(249,9,205)
0 Favorites   0 Comments

Color spaces of #f909cd

RGB 2499205
HSL0.860.950.51
HSV311°96°98°
CMYK 0.000.960.18   0.02
XYZ50.184124.742959.8885
Yxy24.74290.37220.1835
Hunter Lab49.742293.0367-36.5642
CIE-Lab56.824190.2253-38.3081

#f909cd color RGB value is (249,9,205).

#f909cd hex color red value is 249, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f909cd hue: 0.86 , saturation: 0.95 and the lightness value of f909cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001001 11001101
Octal 371 11 315
Decimal 249 9 205
Hex F9 9 CD

RGB Percentages of Color #f909cd

%53.78
%1.94
%44.28

CMYK Percentages of Color #f909cd

%0
%96
%18
%2

Triadic Colors of #f909cd

#f909cd #cdf909 #09cdf9

Analogous Colors of #f909cd

#f909cd #f90955 #ad09f9

Monochromatic Colors of #f909cd

#f909cd

Complementary Color

#f909cd #09f935

#f909cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f909cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f909cd Color CSS Codes

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

#f909cd Text Font Color

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

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


#f909cd Background Color

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

This div background color is #f909cd


#f909cd Border Color

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

This div border color is #f909cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,9,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f909cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f909cd


Comments

No comments written yet.

Please login to write comment.