Color Hex Logo

#f3015e Color Hex

#F3015E
(243,1,94)
0 Favorites   0 Comments

Color spaces of #f3015e

RGB 243194
HSL0.940.990.48
HSV337°100°95°
CMYK 0.001.000.61   0.05
XYZ38.993419.884512.3726
Yxy19.88450.54730.2791
Hunter Lab44.592078.052814.7637
CIE-Lab51.706479.686819.8634

#f3015e color RGB value is (243,1,94).

#f3015e hex color red value is 243, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f3015e hue: 0.94 , saturation: 0.99 and the lightness value of f3015e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000001 01011110
Octal 363 1 136
Decimal 243 1 94
Hex F3 1 5E

RGB Percentages of Color #f3015e

%71.89
%0.30
%27.81

CMYK Percentages of Color #f3015e

%0
%100
%61
%5

Triadic Colors of #f3015e

#f3015e #5ef301 #015ef3

Analogous Colors of #f3015e

#f3015e #f31d01 #f301d7

Monochromatic Colors of #f3015e

#f3015e

Complementary Color

#f3015e #01f396

#f3015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3015e Color CSS Codes

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

#f3015e Text Font Color

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

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


#f3015e Background Color

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

This div background color is #f3015e


#f3015e Border Color

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

This div border color is #f3015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3015e


Comments

No comments written yet.

Please login to write comment.