Color Hex Logo

#f3008c Color Hex

#F3008C
(243,0,140)
0 Favorites   0 Comments

Color spaces of #f3008c

RGB 2430140
HSL0.901.000.48
HSV325°100°95°
CMYK 0.001.000.42   0.05
XYZ41.695820.948126.6567
Yxy20.94810.46690.2346
Hunter Lab45.769182.5182-2.4931
CIE-Lab52.892682.9653-6.3354

#f3008c color RGB value is (243,0,140).

#f3008c hex color red value is 243, green value is 0 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f3008c hue: 0.90 , saturation: 1.00 and the lightness value of f3008c is 0.48.

The process color (four color CMYK) of #f3008c color hex is 0.00, 1.00, 0.42, 0.05. Web safe color of #f3008c is #ff0099. Color #f3008c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 10001100
Octal 363 0 214
Decimal 243 0 140
Hex F3 0 8C

RGB Percentages of Color #f3008c

%63.45
%0.00
%36.55

CMYK Percentages of Color #f3008c

%0
%100
%42
%5

Triadic Colors of #f3008c

#f3008c #8cf300 #008cf3

Analogous Colors of #f3008c

#f3008c #f30013 #e100f3

Monochromatic Colors of #f3008c

#f3008c

Complementary Color

#f3008c #00f367

#f3008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3008c Color CSS Codes

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

#f3008c Text Font Color

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

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


#f3008c Background Color

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

This div background color is #f3008c


#f3008c Border Color

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

This div border color is #f3008c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,0,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3008c


Comments

No comments written yet.

Please login to write comment.