Color Hex Logo

#f3004c Color Hex

#F3004C
(243,0,76)
0 Favorites   0 Comments

Color spaces of #f3004c

RGB 243076
HSL0.951.000.48
HSV341°100°95°
CMYK 0.001.000.69   0.05
XYZ38.266719.57658.5992
Yxy19.57650.57590.2946
Hunter Lab44.245376.950919.4486
CIE-Lab51.355078.879030.3210

#f3004c color RGB value is (243,0,76).

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

The process color (four color CMYK) of #f3004c color hex is 0.00, 1.00, 0.69, 0.05. Web safe color of #f3004c is #ff0033. Color #f3004c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000000 01001100
Octal 363 0 114
Decimal 243 0 76
Hex F3 0 4C

RGB Percentages of Color #f3004c

%76.18
%0.00
%23.82

CMYK Percentages of Color #f3004c

%0
%100
%69
%5

Triadic Colors of #f3004c

#f3004c #4cf300 #004cf3

Analogous Colors of #f3004c

#f3004c #f32e00 #f300c6

Monochromatic Colors of #f3004c

#f3004c

Complementary Color

#f3004c #00f3a7

#f3004c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3004c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3004c Color CSS Codes

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

#f3004c Text Font Color

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

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


#f3004c Background Color

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

This div background color is #f3004c


#f3004c Border Color

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

This div border color is #f3004c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3004c


Comments

No comments written yet.

Please login to write comment.