Color Hex Logo

#f306cd Color Hex

#F306CD
(243,6,205)
0 Favorites   0 Comments

Color spaces of #f306cd

RGB 2436205
HSL0.860.950.49
HSV310°98°95°
CMYK 0.000.980.16   0.05
XYZ48.046723.592759.7791
Yxy23.59270.36560.1795
Hunter Lab48.572391.5668-38.9690
CIE-Lab55.677789.3458-40.1848

#f306cd color RGB value is (243,6,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000110 11001101
Octal 363 6 315
Decimal 243 6 205
Hex F3 6 CD

RGB Percentages of Color #f306cd

%53.52
%1.32
%45.15

CMYK Percentages of Color #f306cd

%0
%98
%16
%5

Triadic Colors of #f306cd

#f306cd #cdf306 #06cdf3

Analogous Colors of #f306cd

#f306cd #f30656 #a306f3

Monochromatic Colors of #f306cd

#f306cd

Complementary Color

#f306cd #06f32c

#f306cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f306cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f306cd Color CSS Codes

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

#f306cd Text Font Color

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

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


#f306cd Background Color

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

This div background color is #f306cd


#f306cd Border Color

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

This div border color is #f306cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f306cd


Comments

No comments written yet.

Please login to write comment.