Color Hex Logo

#f360bf Color Hex

#F360BF
(243,96,191)
0 Favorites   0 Comments

Color spaces of #f360bf

RGB 24396191
HSL0.890.860.66
HSV321°60°95°
CMYK 0.000.600.21   0.05
XYZ50.549031.182052.6447
Yxy31.18200.37620.2321
Hunter Lab55.840863.8627-16.8078
CIE-Lab62.661066.0433-21.3518

#f360bf color RGB value is (243,96,191).

#f360bf hex color red value is 243, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f360bf hue: 0.89 , saturation: 0.86 and the lightness value of f360bf is 0.66.

The process color (four color CMYK) of #f360bf color hex is 0.00, 0.60, 0.21, 0.05. Web safe color of #f360bf is #ff66cc. Color #f360bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100000 10111111
Octal 363 140 277
Decimal 243 96 191
Hex F3 60 BF

RGB Percentages of Color #f360bf

%45.85
%18.11
%36.04

CMYK Percentages of Color #f360bf

%0
%60
%21
%5

Triadic Colors of #f360bf

#f360bf #bff360 #60bff3

Analogous Colors of #f360bf

#f360bf #f36076 #de60f3

Monochromatic Colors of #f360bf

#f360bf

Complementary Color

#f360bf #60f394

#f360bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f360bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f360bf Color CSS Codes

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

#f360bf Text Font Color

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

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


#f360bf Background Color

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

This div background color is #f360bf


#f360bf Border Color

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

This div border color is #f360bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f360bf


Comments

No comments written yet.

Please login to write comment.