Color Hex Logo

#f30fcd Color Hex

#F30FCD
(243,15,205)
0 Favorites   0 Comments

Color spaces of #f30fcd

RGB 24315205
HSL0.860.900.51
HSV310°94°95°
CMYK 0.000.940.16   0.05
XYZ48.152423.804159.8143
Yxy23.80410.36540.1806
Hunter Lab48.789490.7878-38.5350
CIE-Lab55.891188.7177-39.8489

#f30fcd color RGB value is (243,15,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001111 11001101
Octal 363 17 315
Decimal 243 15 205
Hex F3 F CD

RGB Percentages of Color #f30fcd

%52.48
%3.24
%44.28

CMYK Percentages of Color #f30fcd

%0
%94
%16
%5

Triadic Colors of #f30fcd

#f30fcd #cdf30f #0fcdf3

Analogous Colors of #f30fcd

#f30fcd #f30f5b #a70ff3

Monochromatic Colors of #f30fcd

#f30fcd

Complementary Color

#f30fcd #0ff335

#f30fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30fcd Color CSS Codes

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

#f30fcd Text Font Color

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

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


#f30fcd Background Color

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

This div background color is #f30fcd


#f30fcd Border Color

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

This div border color is #f30fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30fcd


Comments

No comments written yet.

Please login to write comment.