Color Hex Logo

#f12fcd Color Hex

#F12FCD
(241,47,205)
0 Favorites   0 Comments

Color spaces of #f12fcd

RGB 24147205
HSL0.860.870.56
HSV311°80°95°
CMYK 0.000.800.15   0.05
XYZ48.311625.141660.0641
Yxy25.14160.36180.1883
Hunter Lab50.141484.2386-35.9242
CIE-Lab57.213183.4581-37.7973

#f12fcd color RGB value is (241,47,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101111 11001101
Octal 361 57 315
Decimal 241 47 205
Hex F1 2F CD

RGB Percentages of Color #f12fcd

%48.88
%9.53
%41.58

CMYK Percentages of Color #f12fcd

%0
%80
%15
%5

Triadic Colors of #f12fcd

#f12fcd #cdf12f #2fcdf1

Analogous Colors of #f12fcd

#f12fcd #f12f6c #b42ff1

Monochromatic Colors of #f12fcd

#f12fcd

Complementary Color

#f12fcd #2ff153

#f12fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12fcd Color CSS Codes

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

#f12fcd Text Font Color

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

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


#f12fcd Background Color

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

This div background color is #f12fcd


#f12fcd Border Color

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

This div border color is #f12fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12fcd


Comments

No comments written yet.

Please login to write comment.