Color Hex Logo

#f965fe Color Hex

#F965FE
(249,101,254)
0 Favorites   0 Comments

Color spaces of #f965fe

RGB 249101254
HSL0.830.990.70
HSV298°60°100°
CMYK 0.020.600.00   0.00
XYZ61.610036.602997.5838
Yxy36.60290.31470.1869
Hunter Lab60.500375.8984-53.2814
CIE-Lab66.978075.0567-49.7620

#f965fe color RGB value is (249,101,254).

#f965fe hex color red value is 249, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f965fe hue: 0.83 , saturation: 0.99 and the lightness value of f965fe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100101 11111110
Octal 371 145 376
Decimal 249 101 254
Hex F9 65 FE

RGB Percentages of Color #f965fe

%41.23
%16.72
%42.05

CMYK Percentages of Color #f965fe

%2
%60
%0
%0

Triadic Colors of #f965fe

#f965fe #fef965 #65fef9

Analogous Colors of #f965fe

#f965fe #fe65b7 #ad65fe

Monochromatic Colors of #f965fe

#f965fe

Complementary Color

#f965fe #6afe65

#f965fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f965fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f965fe Color CSS Codes

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

#f965fe Text Font Color

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

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


#f965fe Background Color

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

This div background color is #f965fe


#f965fe Border Color

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

This div border color is #f965fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f965fe


Comments

No comments written yet.

Please login to write comment.