Color Hex Logo

#f265da Color Hex

#F265DA
(242,101,218)
0 Favorites   0 Comments

Color spaces of #f265da

RGB 242101218
HSL0.860.840.67
HSV310°58°95°
CMYK 0.000.580.10   0.05
XYZ53.926533.246669.9047
Yxy33.24660.34330.2117
Hunter Lab57.659966.0377-31.5191
CIE-Lab64.360167.5481-33.9837

#f265da color RGB value is (242,101,218).

#f265da hex color red value is 242, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f265da hue: 0.86 , saturation: 0.84 and the lightness value of f265da is 0.67.

The process color (four color CMYK) of #f265da color hex is 0.00, 0.58, 0.10, 0.05. Web safe color of #f265da is #ff66cc. Color #f265da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100101 11011010
Octal 362 145 332
Decimal 242 101 218
Hex F2 65 DA

RGB Percentages of Color #f265da

%43.14
%18.00
%38.86

CMYK Percentages of Color #f265da

%0
%58
%10
%5

Triadic Colors of #f265da

#f265da #daf265 #65daf2

Analogous Colors of #f265da

#f265da #f26594 #c465f2

Monochromatic Colors of #f265da

#f265da

Complementary Color

#f265da #65f27d

#f265da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f265da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f265da Color CSS Codes

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

#f265da Text Font Color

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

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


#f265da Background Color

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

This div background color is #f265da


#f265da Border Color

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

This div border color is #f265da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f265da


Comments

No comments written yet.

Please login to write comment.