Color Hex Logo

#f36285 Color Hex

#F36285
(243,98,133)
0 Favorites   0 Comments

Color spaces of #f36285

RGB 24398133
HSL0.960.860.67
HSV346°60°95°
CMYK 0.000.600.45   0.05
XYZ45.563529.483525.4797
Yxy29.48350.45320.2933
Hunter Lab54.298754.761410.1872
CIE-Lab61.206058.53339.8672

#f36285 color RGB value is (243,98,133).

#f36285 hex color red value is 243, green value is 98 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f36285 hue: 0.96 , saturation: 0.86 and the lightness value of f36285 is 0.67.

The process color (four color CMYK) of #f36285 color hex is 0.00, 0.60, 0.45, 0.05. Web safe color of #f36285 is #ff6699. Color #f36285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100010 10000101
Octal 363 142 205
Decimal 243 98 133
Hex F3 62 85

RGB Percentages of Color #f36285

%51.27
%20.68
%28.06

CMYK Percentages of Color #f36285

%0
%60
%45
%5

Triadic Colors of #f36285

#f36285 #85f362 #6285f3

Analogous Colors of #f36285

#f36285 #f38862 #f362ce

Monochromatic Colors of #f36285

#f36285

Complementary Color

#f36285 #62f3d0

#f36285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f36285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f36285 Color CSS Codes

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

#f36285 Text Font Color

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

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


#f36285 Background Color

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

This div background color is #f36285


#f36285 Border Color

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

This div border color is #f36285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f36285


Comments

No comments written yet.

Please login to write comment.