Color Hex Logo

#f065c3 Color Hex

#F065C3
(240,101,195)
0 Favorites   0 Comments

Color spaces of #f065c3

RGB 240101195
HSL0.890.820.67
HSV319°58°94°
CMYK 0.000.580.19   0.06
XYZ50.439231.772855.1041
Yxy31.77280.36730.2314
Hunter Lab56.367461.0842-18.5041
CIE-Lab63.154763.6218-22.9080

#f065c3 color RGB value is (240,101,195).

#f065c3 hex color red value is 240, green value is 101 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #f065c3 hue: 0.89 , saturation: 0.82 and the lightness value of f065c3 is 0.67.

The process color (four color CMYK) of #f065c3 color hex is 0.00, 0.58, 0.19, 0.06. Web safe color of #f065c3 is #ff66cc. Color #f065c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 11000011
Octal 360 145 303
Decimal 240 101 195
Hex F0 65 C3

RGB Percentages of Color #f065c3

%44.78
%18.84
%36.38

CMYK Percentages of Color #f065c3

%0
%58
%19
%6

Triadic Colors of #f065c3

#f065c3 #c3f065 #65c3f0

Analogous Colors of #f065c3

#f065c3 #f0657e #d865f0

Monochromatic Colors of #f065c3

#f065c3

Complementary Color

#f065c3 #65f092

#f065c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f065c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f065c3 Color CSS Codes

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

#f065c3 Text Font Color

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

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


#f065c3 Background Color

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

This div background color is #f065c3


#f065c3 Border Color

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

This div border color is #f065c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,101,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f065c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f065c3;
  -webkit-box-shadow: 1px 1px 3px 2px #f065c3;
  box-shadow:         1px 1px 3px 2px #f065c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,101,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f065c3


Comments

No comments written yet.

Please login to write comment.