Color Hex Logo

#f10fdc Color Hex

#F10FDC
(241,15,220)
0 Favorites   0 Comments

Color spaces of #f10fdc

RGB 24115220
HSL0.850.890.50
HSV306°94°95°
CMYK 0.000.940.09   0.05
XYZ49.364724.209769.7813
Yxy24.20970.34440.1689
Hunter Lab49.203492.9795-49.6441
CIE-Lab56.297190.2849-47.7838

#f10fdc color RGB value is (241,15,220).

#f10fdc hex color red value is 241, green value is 15 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f10fdc hue: 0.85 , saturation: 0.89 and the lightness value of f10fdc is 0.50.

The process color (four color CMYK) of #f10fdc color hex is 0.00, 0.94, 0.09, 0.05. Web safe color of #f10fdc is #ff00cc. Color #f10fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001111 11011100
Octal 361 17 334
Decimal 241 15 220
Hex F1 F DC

RGB Percentages of Color #f10fdc

%50.63
%3.15
%46.22

CMYK Percentages of Color #f10fdc

%0
%94
%9
%5

Triadic Colors of #f10fdc

#f10fdc #dcf10f #0fdcf1

Analogous Colors of #f10fdc

#f10fdc #f10f6b #950ff1

Monochromatic Colors of #f10fdc

#f10fdc

Complementary Color

#f10fdc #0ff124

#f10fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10fdc Color CSS Codes

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

#f10fdc Text Font Color

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

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


#f10fdc Background Color

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

This div background color is #f10fdc


#f10fdc Border Color

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

This div border color is #f10fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,15,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f10fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f10fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #f10fdc;
  box-shadow:         1px 1px 3px 2px #f10fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,15,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10fdc


Comments

No comments written yet.

Please login to write comment.