Color Hex Logo

#f13fcc Color Hex

#F13FCC
(241,63,204)
0 Favorites   0 Comments

Color spaces of #f13fcc

RGB 24163204
HSL0.870.860.60
HSV312°74°95°
CMYK 0.000.740.15   0.05
XYZ48.952226.615459.6840
Yxy26.61540.36190.1968
Hunter Lab51.590179.0902-32.4788
CIE-Lab58.616679.1645-35.0308

#f13fcc color RGB value is (241,63,204).

#f13fcc hex color red value is 241, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f13fcc hue: 0.87 , saturation: 0.86 and the lightness value of f13fcc is 0.60.

The process color (four color CMYK) of #f13fcc color hex is 0.00, 0.74, 0.15, 0.05. Web safe color of #f13fcc is #ff33cc. Color #f13fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111111 11001100
Octal 361 77 314
Decimal 241 63 204
Hex F1 3F CC

RGB Percentages of Color #f13fcc

%47.44
%12.40
%40.16

CMYK Percentages of Color #f13fcc

%0
%74
%15
%5

Triadic Colors of #f13fcc

#f13fcc #ccf13f #3fccf1

Analogous Colors of #f13fcc

#f13fcc #f13f73 #bd3ff1

Monochromatic Colors of #f13fcc

#f13fcc

Complementary Color

#f13fcc #3ff164

#f13fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13fcc Color CSS Codes

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

#f13fcc Text Font Color

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

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


#f13fcc Background Color

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

This div background color is #f13fcc


#f13fcc Border Color

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

This div border color is #f13fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13fcc


Comments

No comments written yet.

Please login to write comment.