Color Hex Logo

#f976fe Color Hex

#F976FE
(249,118,254)
0 Favorites   0 Comments

Color spaces of #f976fe

RGB 249118254
HSL0.830.990.73
HSV298°54°100°
CMYK 0.020.540.00   0.00
XYZ63.434740.252498.1920
Yxy40.25240.31420.1994
Hunter Lab63.444867.4433-47.3504
CIE-Lab69.648967.7747-45.5568

#f976fe color RGB value is (249,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110110 11111110
Octal 371 166 376
Decimal 249 118 254
Hex F9 76 FE

RGB Percentages of Color #f976fe

%40.10
%19.00
%40.90

CMYK Percentages of Color #f976fe

%2
%54
%0
%0

Triadic Colors of #f976fe

#f976fe #fef976 #76fef9

Analogous Colors of #f976fe

#f976fe #fe76bf #b576fe

Monochromatic Colors of #f976fe

#f976fe

Complementary Color

#f976fe #7bfe76

#f976fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f976fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f976fe Color CSS Codes

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

#f976fe Text Font Color

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

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


#f976fe Background Color

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

This div background color is #f976fe


#f976fe Border Color

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

This div border color is #f976fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,118,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 #f976fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f976fe

Related Colors


Comments

No comments written yet.

Please login to write comment.