Color Hex Logo

#f3215e Color Hex

#F3215E
(243,33,94)
0 Favorites   0 Comments

Color spaces of #f3215e

RGB 2433394
HSL0.950.900.54
HSV343°86°95°
CMYK 0.000.860.61   0.05
XYZ39.526420.950612.5503
Yxy20.95060.54130.2869
Hunter Lab45.771874.043515.7834
CIE-Lab52.895476.246921.4519

#f3215e color RGB value is (243,33,94).

#f3215e hex color red value is 243, green value is 33 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f3215e hue: 0.95 , saturation: 0.90 and the lightness value of f3215e is 0.54.

The process color (four color CMYK) of #f3215e color hex is 0.00, 0.86, 0.61, 0.05. Web safe color of #f3215e is #ff3366. Color #f3215e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100001 01011110
Octal 363 41 136
Decimal 243 33 94
Hex F3 21 5E

RGB Percentages of Color #f3215e

%65.68
%8.92
%25.41

CMYK Percentages of Color #f3215e

%0
%86
%61
%5

Triadic Colors of #f3215e

#f3215e #5ef321 #215ef3

Analogous Colors of #f3215e

#f3215e #f34d21 #f321c7

Monochromatic Colors of #f3215e

#f3215e

Complementary Color

#f3215e #21f3b6

#f3215e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3215e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3215e Color CSS Codes

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

#f3215e Text Font Color

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

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


#f3215e Background Color

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

This div background color is #f3215e


#f3215e Border Color

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

This div border color is #f3215e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3215e


Comments

No comments written yet.

Please login to write comment.