Color Hex Logo

#f265ff Color Hex

#F265FF
(242,101,255)
0 Favorites   0 Comments

Color spaces of #f265ff

RGB 242101255
HSL0.821.000.70
HSV295°60°100°
CMYK 0.050.600.00   0.00
XYZ59.321635.404698.3149
Yxy35.40460.30730.1834
Hunter Lab59.501873.8314-56.3138
CIE-Lab66.062573.5778-51.8210

#f265ff color RGB value is (242,101,255).

#f265ff hex color red value is 242, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f265ff hue: 0.82 , saturation: 1.00 and the lightness value of f265ff is 0.70.

The process color (four color CMYK) of #f265ff color hex is 0.05, 0.60, 0.00, 0.00. Web safe color of #f265ff is #ff66ff. Color #f265ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100101 11111111
Octal 362 145 377
Decimal 242 101 255
Hex F2 65 FF

RGB Percentages of Color #f265ff

%40.47
%16.89
%42.64

CMYK Percentages of Color #f265ff

%5
%60
%0
%0

Triadic Colors of #f265ff

#f265ff #fff265 #65fff2

Analogous Colors of #f265ff

#f265ff #ff65bf #a565ff

Monochromatic Colors of #f265ff

#f265ff

Complementary Color

#f265ff #72ff65

#f265ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f265ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f265ff Color CSS Codes

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

#f265ff Text Font Color

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

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


#f265ff Background Color

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

This div background color is #f265ff


#f265ff Border Color

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

This div border color is #f265ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f265ff

Related Colors


Comments

No comments written yet.

Please login to write comment.