Color Hex Logo

#f3007c Color Hex

#F3007C
(243,0,124)
0 Favorites   0 Comments

Color spaces of #f3007c

RGB 2430124
HSL0.911.000.48
HSV329°100°95°
CMYK 0.001.000.49   0.05
XYZ40.600220.509920.8877
Yxy20.50990.49510.2501
Hunter Lab45.287980.77014.3557
CIE-Lab52.408981.69332.5992

#f3007c color RGB value is (243,0,124).

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

The process color (four color CMYK) of #f3007c color hex is 0.00, 1.00, 0.49, 0.05. Web safe color of #f3007c is #ff0066. Color #f3007c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 01111100
Octal 363 0 174
Decimal 243 0 124
Hex F3 0 7C

RGB Percentages of Color #f3007c

%66.21
%0.00
%33.79

CMYK Percentages of Color #f3007c

%0
%100
%49
%5

Triadic Colors of #f3007c

#f3007c #7cf300 #007cf3

Analogous Colors of #f3007c

#f3007c #f30002 #f100f3

Monochromatic Colors of #f3007c

#f3007c

Complementary Color

#f3007c #00f377

#f3007c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3007c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3007c Color CSS Codes

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

#f3007c Text Font Color

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

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


#f3007c Background Color

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

This div background color is #f3007c


#f3007c Border Color

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

This div border color is #f3007c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3007c


Comments

No comments written yet.

Please login to write comment.